Xorg 6.9 : Problème d'installation sous Solaris - Linux et OS Alternatifs
Marsh Posté le 07-01-2006 à 20:28:58
Tu t'es renseigne sur :
/usr/ucb/cc: language optional software package not installed
?
Marsh Posté le 07-01-2006 à 20:41:45
esox_ch a écrit : Tu t'es renseigne sur : |
Je vois de lire que celà veut dire qu'il n'y a pas de compilateur installé sur le système.
Donc, j'ai regardé dans /opt/SUNWspro/bin, et j'ai remarqué qu'il y a un "cc" qui marche, je réesaye en mettant le dossier de Sun Studio en premier dans mon $PATH.
Marsh Posté le 07-01-2006 à 20:25:03
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 :
/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