Author Topic: Build ACE on SlickEdit  (Read 4089 times)

wugang3628

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Build ACE on SlickEdit
« on: April 18, 2011, 12:59:54 AM »
Hi, everybody
ACE(Adaptive Communication Environment), I use it in the BerkeleyDB. After I build ACE on my linux system, I use these commands to build my project" gcc -I$ACE_ROOT -L/usr/local/ACE/lib -o"ACETest" ./HelloWorld.o -lACE -lrt -lpthread ". Now I want to build this project in SlickEdit, I add the libs into my project, and then I add the command "-lACE -lrt -lpthread" into "GNU C Options -> Link ->Other Options ". I try to build it, but it returns errors like this "/usr/bin/ld: cannot find -lACE.la   collect2: ld returned 1 exit status".
Can anyone help me, thank you very much!
Best wishes.