Robert Arkiletian wrote:
> I usually start building fltk with
>
> ./configure .............
>
> but your tarball has no executable configure file. What am I missing?
use autoconf first, or make without autoconf, but that would use
the default configuration.
$ make
Makefile:28: makeinclude: No such file or directory
autoconf
if test -f config.status; then \
./config.status --recheck; \
./config.status; \
else \
./configure; \
fi
checking for gcc... gcc
checking for C compiler default output file name... a.exe
[...]
However, if you don't have autoconf, what's your build environment?
Maybe someone can help and create a configure file.
Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk