> > In fltk-1.3.x-r6671, After I success compile the Xutf8, when install > > it meeting the error as belows, Please help me, thank you very much! > > > > [r...@localhost xutf8]# make install > > Installing libfltk_xutf8.a in /usr/local/lib... > > make: execvp: /usr/local/lib: Permission denied > > ../../lib/libfltk_xutf8.a: line 1: \ > > syntax error near unexpected token `newline' > > ../../lib/libfltk_xutf8.a: line 1: `!<arch>' > > make: *** [install] Error 2 > > What system are you trying to build on? > Are you compiling/installing as root? > Have you compiled the complete fltk-1.3.x-r6671 tree, or just xutf8? > What happens if you 'configure --prefix=$HOME/tmp' and try again? > > D.
Thank you for help me! 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 Second, compile and install xutf8 as belows, [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? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

