You have to set the "setenv CC gcc" if you have it in a previous version or the "setenv CC cc" if you have the CC compiler if you don't have neither of those you have to install a binary of the gcc instead and then do the setenv above and compile the new version.
BR Joaquin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jueves, 24 de marzo de 2005 17:06 To: [email protected] Subject: [Solaris-Users] GCC3.2.2 Hi, I download gcc-3.2.2 and want to install it to my solaris 2.8 I unzip, untar the file and get the gcc-3.2.2 directory, then Host#pwd Host#/mypartition/marcos/gcc322/gcc-3.2.2/build/ Host# /mypartition/marcos/gcc322/gcc-3.2.2/configure --enable-languages=c,c++ Configuring for a sparc-sun-solaris2.8 host. *** This configuration is not supported in the following subdirectories: target-libf2c target-libffi target-boehm-gc target-zlib target-libjava zlib fastjar target-libobjc (Any other directories should still work fine.) Created "Makefile" in /mypartition/marcos/gcc322/gcc-3.2.2/build using "mh-frag" /mypartition/marcos/gcc322/gcc-3.2.2/configure: cc: not found *** The command 'cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. Host# What can I do, please give me a hand. Thank you. Greetings. Marcos _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
