Betriebssysteme > Solaris
mysql und gnu gcc auf solaris8
chmeee:
Hallo NG,
ich erhalte beim kompilieren von mysql 3.23.40 mit gnu gcc 2.95.3 folgende Fehlermeldung:
checking return type of sprintf... configure: error: can not run test program while cross compiling
gnu gcc hab ich als Paket installiert. Jetzt wollte ich gnu gcc auf dem sun-server selber kompilieren (in einer newsgroup stand, daß das gnu gcc paket nicht richtig für solaris 8 kompiliert wurde), aber beim aufrufen von ./configure kommt folgende meldung:
Configuring for a sparc-sun-solaris2.8 host.
Created "Makefile" in /export/home/roth/gcc-2.95.3.sourec using "mh-frag"
/usr/ucb/cc: language optional software package not installed
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
Weiß jemand rat? ???
MfG Sascha Roth
chmeee:
Hab mal gcc3.0 aufgespielt. Läßt sich immer noch nicht kompilieren.
Hier mal die ganze Ausgabe beim kompilieren:
bash-2.03$ ./configure
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... (cached) nawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... yes
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking for bison... bison -y
checking for pdftex... no
checking return type of sprintf... configure: error: can not run test program while cross compiling
andreas:
Hallo Sascha!
du musst den Pfad korrekt setzen, so dass der gcc auch gefunden wird, also z. B. PATH=/usr/bin:/usr/local/bin:/opt/bin; export PATH.
Du musst selber herausfinden, wo du den gcc installiert hast, kann mich gerade nicht erinnern, wo Solaris 8 den installiert.
Evtl. hilft auch einfach 'export CC=/usr/local/bin/gcc' oder wo sich der gcc gerade befindet.
HTH,
Andreas
SunROOT#:
Hi,
... um weitere Probleme auzuschließen solltest du den Warnhinweis auf der MySQL Page ernst nehmen und die Source nur mit gtar entpacken.
MySQL Source mit Solaris-tar entpackt läßt sich zu 99% nicht compilieren mit diversen Fehlermeldungen.
Du soltest weiterhin auch folgende Pfade in deiner $PATH haben: /usr/ccs/bin:/usr/ccs/lib
... sonst wirds auch nix mit dem compilieren.
Gruß
Walt
chmeee:
Moin NG,
erstmal danke für die Tipps. ich hab sie gleichmal heute morgen umgesetzt, aber leider kein Erfolg. Hier ein paar Auszüge.
bash-2.03$ echo $PATH
/usr/local/bin/:/usr/bin:/usr/ucb:/usr/ccs/bin:/etc:.:/opt/bin:/usr/ccs/lib
bash-2.03$ echo $CC
/usr/local/bin/gcc
bash-2.03$ gcc
gcc: No input files
Er findet also den Compiler.
und hier noch mal der neue Output beim compilieren:
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... (cached) nawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... yes
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking for bison... bison -y
checking for pdftex... no
checking return type of sprintf...configure: error: can not run test program while cross compiling
Ach ja, den gtar hab ich installiert und beim entpacken von mysql kam keine Fehlermeldung.
Habt ihr noch ein paar Vorschläge?
Was brauche ich alles um den gnu gcc selbst für die Maschine zu kompilieren?
MfG Sascha Roth
Navigation
[0] Themen-Index
[#] Nächste Seite
Zur normalen Ansicht wechseln