/usr/bin/ld cannot find libACE

J

John

I can't get the compiler to find this library. I set my
LD_LIBRARY_PATH to the location. I tried:
g++ -g -L/usr/local/lib -llibACE test.cpp
g++ -g -L/usr/local/lib -libACE test.cpp
Not sure what else to try.
Thanks
 
A

Alexander Dong Back Kim

I can't get the compiler to find this library. I set my
LD_LIBRARY_PATH to the location. I tried:
g++ -g -L/usr/local/lib -llibACE test.cpp
g++ -g -L/usr/local/lib -libACE test.cpp
Not sure what else to try.
Thanks

Hi there,

try -lACE instead of -llibACE.

cheers,
Alex Kim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,150
Latest member
MakersCBDReviews
Top