liuziquan wrote: > I build on Redhat linux 9, and compiling/installing as root, and already > compiled and installed the complete fltk-1.3.x-r6671 successfully. > > The full installed process is: > First, compile and install fltk-1.3.x-r6671 as belows, > [r...@localhost fltk-1.3.x-r6671]# pwd > /work/fltk-1.3.x-r6671 > [r...@localhost fltk-1.3.x-r6671]# ./configure --prefix=$HOME/tmp > [r...@localhost fltk-1.3.x-r6671]# make > [r...@localhost fltk-1.3.x-r6671]# make install > > and the install is success. > [r...@localhost fltk-1.3.x-r6671]# fltk-config --version > 1.3.0
That's okay. configure, make, make install. And that's it ;-) > Second, compile and install xutf8 as belows, Please don't do this. It's not necessary, and the Makefile is old and obsolete. > [r...@localhost fltk-1.3.x-r6671]# cd src/xutf8/ > [r...@localhost xutf8]# pwd > /work/fltk-1.3.x-r6671/src/xutf8 > > [r...@localhost xutf8]# make > Archiving ../../lib/libfltk_xutf8.a... > > [r...@localhost xutf8]# make install > Installing libfltk_xutf8.a in /root/tmp/lib... > make: execvp: /root/tmp/lib: Permission denied > make: execvp: ../../lib/libfltk_xutf8.a: Permission denied > make: *** [install] Error 127 > > What's the error "execvp: /root/tmp/lib: Permission denied" mean? I don't know exactly why there is a "Permission denied" error, but probably the directory /root/tmp/lib does not exist. But don't create it! As I said before, this Makefile is outdated! Why did you think that you need to do this? Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

