![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Build EDA without BPM? | iBot | Complex Event Processing RSS News | 0 | 03-28-2008 02:00 PM |
| Install, Configure, Build, and Integrate Secure Directory Services ... - Linux PR (pr | iBot | UNIX and Linux RSS News | 0 | 10-05-2007 02:30 PM |
| Oracle 9i install: Error in invoking target install of makefile | chris2005 | HP-UX | 5 | 02-21-2007 06:45 AM |
| I want to build a script | mewalter | Shell Programming and Scripting | 2 | 07-01-2002 03:32 PM |
| Build my box... | KyPeN | UNIX for Dummies Questions & Answers | 7 | 03-02-2002 07:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Build and install GCC-3.2.3
Hi,
I have problem to build the gcc-3.2.3. I downloaded the source code. Here is what I did. 1) cd /usr/local/src 2) tar zxf gcc-3.2.3.tar.gz 3) cd .. 4) mkdir gcc-3.2.3 5) cd gcc-3.2.3 6) ../src/gcc-3.2.3/configure --prefix=/usr/local/gcc-3.2.3/ 7) make And I received the below errors at the end: Code:
make[1]: *** [read-rtl.o] Error 1 make[1]: Leaving directory `/usr/local/gcc-3.2.3/gcc' make: *** [all-gcc] Error 2 Thanks in advance. Last edited by Yogesh Sawant; 05-26-2008 at 11:23 PM. Reason: added code tags |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hey beeloo.. I didn't understood why you created a gcc-3.2.3 directory
and also from this dir why you running the installation... Untar the tarball in /tmp or in your home directory... execute the configure script with prefix option.. Code:
./configure --prefix=/usr/local/gcc-3.2.3/ I guess the make is finding object files under newly created gcc-3.2.3 directory that why you are getting this error Last edited by Yogesh Sawant; 05-26-2008 at 11:26 PM. Reason: added code tags |
|
#3
|
||||
|
||||
|
What is your SO ?
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|