Recent content by abhatia

  1. A

    Problems With Dyld: Ld_library_path

    Hi, I am using g++ 3.3 on os X 10.3.9. I have created my own library using ar ruv *.o files After this I try to compile a test program using, g++ -pg -O -Wno-deprecated -ansi -pedantic -o test test.C -DANSI_HEADERS -D_G_HAVE_BOOL -I. -I/ALLINCLUDEDIRS -lmylib -llpsolve51 -lm...
Back
Top