Salut à tous,
J'ai un poste sous Solaris 10, et j'ai envie d'installer Xorg 6.9 pour avoir l'accéleration 3D avec ma carte ATI sous Solaris.
Donc, j'ai télécharger Xorg 6.9, je l'ai extrait, j'ai lus la doc, j'ai réglé mon $PATH, et j'ai lancé "make World > World.log 2>&1"
Mais, cette command est super rapide, je regarde donc le fichier log, et il me dit ça :
Citation :
/usr/ucb/cc: language optional software package not installed
*** Error code 1 (ignored)
The following command caused the error:
cc -Iprograms/Xserver/hw/xfree86 -o ./config/util/printver.exe ./config/util/printver.c
Building Release 6.9.
I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.
samedi, 7 janvier 2006, 20:20:57 CET
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
rm -f imakemdep_cpp.h
make Makefile.boot
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake
cc -o ccimake -DCROSSCOMPILEDIR=\"\" -O -I../../include -I../../imports/x11/include/X11 -DMONOLITH ccimake.c
/usr/ucb/cc: language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `ccimake'
Current working directory /export/Temp/xc/config/imake
*** Error code 1
make: Fatal error: Command failed for target `imake.proto'
Current working directory /export/Temp/xc
*** Error code 1
make: Fatal error: Command failed for target `World'
|
Voilà, comme c'est la première fois que je compile Xorg (sous Solaris en plus), je n'y comprend rien.
Si quelqu'un peut m'aider et me dire d'où vient le problème.
Je vous remercie.
Willits