> can someone please explain how i rectify this error?
> 
> -------------- Build: default in Face ---------------
> 
> Linking executable: Face.exe
> C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\
> ld.exe: cannot find -lfltk


You make sure the paths are correctly set up in the linker phase of you
build.

What the linker is telling you is that it wanted to link in the library
file libfltk.a but could not find it.

So you need to make sure the paths are right, so the linker can find
libfltk.a...



SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to