> > > I suspect there is a problem in my ./configure script. (I=20 > > > add to completely rewrite the autotools script in order to=20 > > > minimize package size and to compile in one step all the=20 > > > library needed by my app). > > > > I notice you have shipped what look liked modified versions of quite a > > lot of libs in your bundle, so I'm not quite sure what your configure > > script hopes to achieve... Since you have the libs "built in" can you > > not just have a Makefile that recursively calls each libs own configure? > > Why do you need your own. > > The libraries are absolutely not modified..., > But the packages are... > I basically supressed all the not needed files... (documentation, examples, > binaries, etc). Which generally make the makefile not working anymore...
Also, since all sub package have basically their own configure script (with many common parts), I feel it was smarter to use one unique configure script... But maybe I were wrong... How do you advice me to make a recursive compilation of sub package? in particular when all are using autotools but fltk wich seems to Cmake? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

