I installed fltk2.0 on fedora. When I try to compile the hello program with the 
following command

g++ hello.c -I/usr/local/include -L/usr/local/lib -lfltk2 -lXext -lXinerama 
-lXft -lX11 -lXi -lm

some strange messages come out:

/usr/bin/ld: skipping incompatible /usr/local/lib/libstdc++.so when searching 
for -lstdc++
/usr/bin/ld: skipping incompatible /usr/local/lib/libstdc++.a when searching 
for -lstdc++
/usr/bin/ld: skipping incompatible /usr/local/lib/libgcc_s.so when searching 
for -lgcc_s
/usr/bin/ld: skipping incompatible /usr/local/lib/libgcc_s.so when searching 
for -lgcc_s


What is wrong?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to