pawel wrote: > I found another forum that you have contributed to on a very similar theme, > and you gave the advice of trying: > g++ -o hello hello.cxx `fltk(2)-config --cxxflags --ldflags` > In code::blocks there is a Linker Options box that had: > 'fltk-config --ldstaticflags'
That's the point that I couldn't help with: how are the compiler and linker options configured in Code::Blocks. > So i replaced that with your suggestion (minus the "(2)", and it compiles and > runs happily. Here in Australia there is saying: "If it aint broke don't fix > it." > > So I'll leave it at that. I think that you almost found the correct solution. If it's really the linker options, then you wouldn't need "--cxxflags" (that's for the compiler only). I'm glad I could help (from Europe to Australia :-) Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

