vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| # make install ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/conf" ==> CONFIGURING RULES "../incs/i386-sunos5-cc/rules.cnf" loading cache ./config.cache checking host system type... i386-pc-solaris2.8 checking for Cygwin environment... no checking for mingw32 environment... no checking for EMX/OS2 environment... no checking for executable suffix... configure: error: installation or configuration problem: compiler cannot create executables. *** Error code 1 make: Fatal error: Command failed for target `../incs/i386-sunos5-cc/rules.cnf' Current working directory /export/home/cdrtools/cdrtools-2.00.3/conf *** Error code 1 make: Fatal error: Command failed for target `install' # |
| |||
| In article <b4f59294.0306270703.3e8636d@posting.google.com> , hpy_azizy@yahoo.com (ehab) writes: Cross posting to "comp.os.os2.setup.storage,mailing.comp.cdwrit e" removed : < > # make install > ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/conf" > ==> CONFIGURING RULES "../incs/i386-sunos5-cc/rules.cnf" This is definitely wrong. Im betting you dont have Sun cc installed. First rm -r the cdrtools-2.00.3 directory. The current cdrtools-2.00.3 directory is corrupted by your PATH environment. Untar the source again. cd cdrtools-2.00.3 Run: (PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc/bin make) if all is well do: (PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc/bin make install) This should install all in /opt/schily |
| ||||
| In article <b4f59294.0306270703.3e8636d@posting.google.com> , ehab <hpy_azizy@yahoo.com> wrote: ># make install > ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/conf" > ==> CONFIGURING RULES "../incs/i386-sunos5-cc/rules.cnf" >loading cache ./config.cache >checking host system type... i386-pc-solaris2.8 >checking for Cygwin environment... no >checking for mingw32 environment... no >checking for EMX/OS2 environment... no >checking for executable suffix... configure: error: installation or >configuration problem: compiler cannot create executables. >*** Error code 1 >make: Fatal error: Command failed for target >`../incs/i386-sunos5-cc/rules.cnf' >Current working directory /export/home/cdrtools/cdrtools-2.00.3/conf >*** Error code 1 >make: Fatal error: Command failed for target `install' ># Read README.solaris, your shell environment looks insane: make install sh ./conf/cc-config.sh cc incs/Dcc.i386-sunos5 Trying to find cc ../conf/cc-config.sh: cc: nicht gefunden ../conf/cc-config.sh: cc: nicht gefunden Trying to find GCC Found gcc Making gcc the default compiler in 'incs/Dcc.i386-sunos5' ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/conf" ==> MAKING DIRECTORY "../incs/i386-sunos5-gcc/Inull" ==> CONFIGURING RULES "../incs/i386-sunos5-gcc/rules.cnf" creating cache ./config.cache checking host system type... i386-pc-solaris2.9 checking for Cygwin environment... no checking for mingw32 environment... no checking for EMX/OS2 environment... no checking for executable suffix... no checking how to run the C preprocessor... gcc -E checking for ranlib... ranlib checking whether make sets ${MAKE}... yes checking for ANSI C header files... yes .... -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) If you don't have iso-8859-1 schilling@fokus.fraunhofer.de (work) chars I am J"org Schilling URL: http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily |