Re: Error while installing GCC

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

 



Hi Gerardo,

Don't configure in the same directory as the GCC sources.

Don't configure GCC in any subdirectory of the GCC sources.

Make a peer directory, and configure the GCC sources there.

For instance, if your GCC sources are located in:
/export/home/bobby/gcc-3.4.3

Do this:
mkdir /export/home/bobby/gcc-build
cd /export/home/bobby/gcc-build
/export/home/bobby/gcc-3.4.3/configure

(I've found it better to specify absolute paths rather than relative paths.  YMMV.)

HTH,
--Eljay


[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