B
bowser
Hello,
I'm using g++ over eclipse in a mac os x. I'm new to all these
technologies.
I created a dylib, and to test it I made another project that links to
it, but the compiler tells me that it can't locate it.
In my last build I used absolute path to be sure of the location, but
it still delivers an error.
The output is:
**** Build of configuration Debug for project gnawa_tester ****
make -k all
Building target: gnawa_tester
Invoking: MacOS X C++ Linker
g++ `/Volumes/Quark/c++projects/wxconf-debug` -L/Volumes/Quark/c+
+projects/gnawax/gnawa_proj/build/Debug -o "gnawa_tester" ./
SynthetGUI.o ./main.o -llibgnawa_proj
/usr/bin/ld: can't locate file for: -llibgnawa_proj
collect2: ld returned 1 exit status
make: *** [gnawa_tester] Error 1
make: Target `all' not remade because of errors.
Build complete for project gnawa_tester
Any help? I'm stuck here for one day and a half..
Thank you in advance.
I'm using g++ over eclipse in a mac os x. I'm new to all these
technologies.
I created a dylib, and to test it I made another project that links to
it, but the compiler tells me that it can't locate it.
In my last build I used absolute path to be sure of the location, but
it still delivers an error.
The output is:
**** Build of configuration Debug for project gnawa_tester ****
make -k all
Building target: gnawa_tester
Invoking: MacOS X C++ Linker
g++ `/Volumes/Quark/c++projects/wxconf-debug` -L/Volumes/Quark/c+
+projects/gnawax/gnawa_proj/build/Debug -o "gnawa_tester" ./
SynthetGUI.o ./main.o -llibgnawa_proj
/usr/bin/ld: can't locate file for: -llibgnawa_proj
collect2: ld returned 1 exit status
make: *** [gnawa_tester] Error 1
make: Target `all' not remade because of errors.
Build complete for project gnawa_tester
Any help? I'm stuck here for one day and a half..
Thank you in advance.