Subject | _alloca and malloc.h when compiling libjaybird.so under Liux |
---|---|
Author | Nikolay Ivanchev |
Post date | 2003-11-04T10:52:29Z |
I saw _alloca to be method declared in
malloc.h
Since I am not C developer, can some one confirm
that if I incliude malloc.h (well may be with #ifded OS is Linux)
entrypoints.cpp will compile under
Linux?
Now it cannot find _alloca method on line 937 -
method JNIEXPORT jbyteArray JNICALL
Java_org_firebirdsql_ngds_GDS_1Impl_native_1isc_1blob_1info
Regards
Niki