On Sun, Sep 7, 2008 at 10:47 AM, Albrecht Schlosser <[EMAIL PROTECTED]> wrote: > 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. >
Got it. I'm on CentOS 5.2. #yum install autoconf was all I needed. Then I ran autoconf and that created the configure binary. New problem. (I feel like a newbie) #make install failed. Here is the end of the output. lcUniConv/cp1251.h:36: warning: 'cp1251_mbtowc' defined but not used Archiving ../lib/libfltk_xutf8.a... Installing libfltk_xutf8.a in /usr/local/lib... make[1]: execvp: /usr/local/lib: Permission denied make[1]: execvp: ../lib/libfltk_xutf8.a: Permission denied make[1]: *** [install] Error 127 make: *** [install] Error 1 But how can I have permission denied when I'm root? -- Robert Arkiletian Eric Hamber Secondary, Vancouver, Canada Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/ C++ GUI tutorial http://www3.telus.net/public/robark/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

