> > On 11 Jan 2009, at 16:49, Charles West wrote: > > > Hello, > > I am self taught and rather unfamilair with the g++/GCC compiler > > toolchain. That said: > > > > > > I ran make on the 1.3 version and it seemed to do its job without > > any problems. However, when I try to compile the helloworld program: > > > using the command: > > g++ -o tester tutorial.cxx > > > > I get the following errors: > > > What should I do to get it working? > > You need to tell the toolchain where to find the fltk libs to link > them into your application. > > You do not say what platform you are on, but assuming you are working > from a command line shell on some vaguely posix-like system (e.g. > *nix, OSX, Msys/win32, cygwin...) then the easiest thing for you to > do might be to run the fltk-config tool. It will tell you directly > what paths and libraries to add to your compiler invocation to get > what you need. > > In which case, try this How-To link: > > http://www.fltk.org/articles.php?L599 > > Hope that helps, > -- > imm > > > > >
Thanks, The fltk-config --compile tutorial.cxx command got it working. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

