From: Paul B. <pa...@wa...> - 2007-09-28 16:06:04
|
Are you using the right makefile in builds/posix? Check configure.in to make sure that you are using a prefix.solgcc You shouldn't see an attempt to use cc If you do then there is something not quite right with the build. Paul > -----Original Message----- > From: fir...@li... > [mailto:fir...@li...]On Behalf Of > Anatoliy Nelyubin > Sent: 24 September 2007 07:56 > To: fir...@li... > Subject: [Firebird-devel] SPARC Solaris compilation > > > Hi! > I am sure this topic has been discussed here already. Anyway I have to > compile Firebird 1.5.4 under SPARC Solaris. I am using > lot's of GNU utilities like m4, awk, gcc and stuff like that, trying not to > use native Solaris utilities. But anyway I got the next message: > make -f ../gen/Makefile.intl > make[2]: Entering directory `/export/firebird/firebirdsrc/src' > cc -DSUPERCLIENT -D_REENTRANT -threads -I../src/include/gen -I../src/include > -DSOLARIS -DSOLARIS_MT -DBSD_COMP -MMD -fPIC -m32 -mcpu=ultrasparc -mtune=ultrasparc > -O3 -DNDEBUG -g -O2 -DPROD_BUILD -c ../src/intl/ld.c -o > ../temp/intl/intl/ld.o > make[2]: cc: Command not found > make[2]: *** [../temp/intl/intl/ld.o] Error 127 > make[2]: Leaving directory `/export/firebird/firebirdsrc/src' > make[1]: *** [intl] Error 2 > make[1]: Leaving directory `/export/firebird/firebirdsrc/src' > make: *** [firebird] Error 2 > > How come is it using SS compiler? How can I workaround this problem? > > Thanks in advance, > Anatoliy. > > > > |