You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
I tried to ANT MacOSX Library Package on Snow leopard.
But,Failed to load ANT Library.
Does anyone know what's wrong?
My procedure is following.
---------------------------------------------
cd ANT_Library_MacOSX_Package/DEMO_DYLIB
g++ -o demo -I ../ANT_LIB/inc demo.cpp libant.cpp
cp ../BIN/libANT.dylib .
./demo
Then error message "Failed to load ANT Library" appeared.
I tried to copy libANT.dylib to /usr/local/lib and set LD_LIBRARY_PATH.
But,result is the same.