Ich versuche gerade ein RPM zusammen zu bauen und scheitere momentan am gcc. Das SPEC File und SOURCE File sind in den richtigen Verzeichnissen hinterlegt und der Befehl zum loslegen lautet: rpmbuild -bb /usr/src/packages/SPECS/linux-cwa-0.8.7-2.spec
Er steigt an der folgenden Stelle aus:
Installiert sind die aufgeführten Compiler:
zypper se -i gcc
Die config-Log bringt mir auch nicht mehr Informationen. Was lässt sich sonst noch machen?
Er steigt an der folgenden Stelle aus:
Code:
checking for x86_64-pc-linux-gnu-g++... no
checking for x86_64-pc-linux-gnu-c++... no
checking for x86_64-pc-linux-gnu-gpp... no
checking for x86_64-pc-linux-gnu-aCC... no
checking for x86_64-pc-linux-gnu-CC... no
checking for x86_64-pc-linux-gnu-cxx... no
checking for x86_64-pc-linux-gnu-cc++... no
checking for x86_64-pc-linux-gnu-cl... no
checking for x86_64-pc-linux-gnu-FCC... no
checking for x86_64-pc-linux-gnu-KCC... no
checking for x86_64-pc-linux-gnu-RCC... no
checking for x86_64-pc-linux-gnu-xlC_r... no
checking for x86_64-pc-linux-gnu-xlC... no
checking for g++... g++
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
error: Bad exit status from /var/tmp/rpm-tmp.62890 (%build)
Installiert sind die aufgeführten Compiler:
zypper se -i gcc
Code:
Refreshing service 'nu_novell_com'.
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+----------------------+-----------------------------------------------------+--------
i | cross-spu-gcc-static | The GNU C Compiler for Cell SPU Processors (static) | package
i | gcc | The system GNU C Compiler | package
i | gcc-c++ | The system GNU C++ Compiler | package
i | gcc43 | The GNU C Compiler and Support Files | package
i | gcc43-c++ | The GNU C++ Compiler | package
i | gcc45 | The GNU C Compiler and Support Files | package
i | gcc45-c++ | The GNU C++ Compiler | package
i | libgcc43 | C compiler runtime library | package
i | libgcc43-32bit | C compiler runtime library | package
i | libgcc45 | C compiler runtime library | package
Die config-Log bringt mir auch nicht mehr Informationen. Was lässt sich sonst noch machen?