Re: Building on Cygwin

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

 



Hi Kiat,

>...what is the cause?

I'm not sure if this is the cause of your problem, but it is a problem as far as I know:  you cannot configure & make GCC in the directory of the source, nor in any subdirectory thereof.

Delete your tainted GCC source directory.

Untar your GCC source directory fresh.

Create a peer directory to your GCC source directory.

Inside that peer directory, run the configure process (e.g., ../gcc-3.4.3-source/configure --enable-languages=c,c++ --prefix=/home/newshell/sh1), and then make.

NOTE:  I've had better luck referencing the configure script with a fully specified absolute path, but it appears that most people use a relative path.

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