View Single Post
Old 07-20-2009, 07:51 AM   #107
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
The gcc command and options called by "fltk2-config --compile" is:
Code:
gcc -I/usr/local/include -I/usr/include/freetype2 -Wno-non-virtual-dtor -o my_code my_code.cxx
-L/usr/local/lib /usr/local/lib/libfltk2.a -lX11 -lXi -lXinerama -lXcursor -lXft -lpthread -lm -lXext -lsupc++
I tried to put the options to ./configure LIBS= LDFLAGS=, but still no success. I have to try more combinations.
ericshliao is offline   Reply With Quote