/usr/bin/ld cannot find libACE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    /usr/bin/ld cannot find libACE

    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
Working...