Re: Installing GCC on Oracle VM Server 3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I thought that I'd found the solution in Chapter 5.4 of "Linux From Scratch":

Prepare GCC for compilation:
# /usr/local/src/gcc-4.1.2/configure --prefix=/tools --with-local-prefix=/tools --disable-nls --enable-shared --enable-languages=c

...but, alas, the command issued the same complaints as before.

Ideas? Suggestions?

Sigh,
Eric  Pretorious
Truckee, CA

>________________________________
> From: Eric <epretorious@xxxxxxxxx>
>To: "gcc-help@xxxxxxxxxxx" <gcc-help@xxxxxxxxxxx> 
>Sent: Sunday, February 17, 2013 4:12 PM
>Subject: Installing GCC on Oracle VM Server 3
> 
>
>In true masochist fashion, I've decided to try an make Oracle VM Server (OVS) 3.2.1 a more general-purpose virtualization platform by adding some of the more common command-line (CLI) tools for managing Xen (e.g., xen-tools, virt-install, etc). However, OVS 3 does NOT include a compiler (ref: http://public-yum.oracle.com/repo/OracleVM/OVM3/latest/x86_64/) so I set out to install GCC from source. However, this seems to present a bit of a chicken-and-egg conundrum: When attempting to configure GCC, the configure script complains...
>
>
>
>[root@xen3 tmp]# cd /tmp/objdir/
>[root@xen3 objdir]# /usr/local/src/gcc-4.1.2/configure 
>loading cache ./config.cache
>checking host system type... x86_64-unknown-linux-gnu
>checking target system type... x86_64-unknown-linux-gnu
>checking build system type... x86_64-unknown-linux-gnu
>checking for a BSD compatible install... /usr/bin/install -c
>checking whether ln works... yes
>checking whether ln -s works... yes
>checking for gcc... no
>checking for cc... no
>configure: error: no acceptable cc found in $PATH
>
>I've looked around a bit and there doesn't seem to be a good explanation of how to overcome this failure except by "using the distibution's precompiled gcc package." But, unfortunately for me, that's not an option with OVS 3. :(
>
>Suggestions?
>
>Eric Pretorious
>Truckee, CA


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux