I don't think I've understood the question, but I'll take a stab at an
answer anyway.
Anybody else who feels like taking a stab...

> Hi, I have sub classed Fl_group and I have added some header 
> files and source files, I have reconfigured the lib; 

Are you saying that you have rebuilt the fltk lib to include your
derived classes that are based on Fl_Group?

That seems like an unnecessarily complicated way to go about things -
why not just use the derived classes in your own code and leave the fltk
lib unmodified?
That should surely be simpler, and doesn't take you into dangerous
ground regarding "derived works" and all that legal nonsense...

> the compiler could find the header files but he didn't find 
> the source files.

What do you mean by this? How were you "looking" for the source files?
If you are trying to link them into the fltk lib (I advise you do not)
then you need to make sure that they are included into the archive
(fltk*.a) files when the libs are built.

If you are just trying to compile them, then all you need to do is to
give the compiler the correct source path and it will just work.

This all seems like very basic stuff, and has little (I would suggest
nothing) to do with fltk - perhaps you need to do some groundwork
learning how the compiler, linker, archives etc all work, before moving
forwards - it does seem that an improved foundation in the tools you are
using would make your future path substantially smoother and easier.

> how can I link them

That depends entirely on what it is you are actually trying to do.



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
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to