public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc build process not finding gcc/config/i386
@ 2003-10-16  7:55 Jonathan Wilson
  2003-10-16 10:14 ` Phil Edwards
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Wilson @ 2003-10-16  7:55 UTC (permalink / raw)
  To: GCC list

I am building with these settings:
sh ../gcc/configure --srcdir=../gcc --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --build=mingw32 --target=mingw32 --prefix=/mingw 
--enable-threads --disable-nls --enable-languages=c,c++,objc,f77 
--disable-win32-registry --disable-shared --enable-sjlj-exceptions 
--disable-libstdcxx-pch --enable-threads=win32
build enviroment is msys + msysdtk + mingw32
source is in c:\gcc
objdir is c:\gccobj
build fails with "cant find <some header file thats in gcc/config/i386>"
symlinking c:\gcc\gcc\config\i386 to c:\gccobj\gcc\config\i386 worked and 
enabled the build to continue but I would like to know what could be 
causing the problem in the first place...

IIRC, it was libgcc2 that complained...

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gcc build process not finding gcc/config/i386
  2003-10-16  7:55 gcc build process not finding gcc/config/i386 Jonathan Wilson
@ 2003-10-16 10:14 ` Phil Edwards
  0 siblings, 0 replies; 2+ messages in thread
From: Phil Edwards @ 2003-10-16 10:14 UTC (permalink / raw)
  To: Jonathan Wilson; +Cc: gcc

On Thu, Oct 16, 2003 at 12:25:27PM +0800, Jonathan Wilson wrote:

> --srcdir=../gcc --with-gcc --with-gnu-ld --with-gnu-as 

Don't use those unless the automatic configury arrives at the wrong answer.


> --host=mingw32 --build=mingw32 --target=mingw32

If all three are the same, you don't need any of them.  See the configuration
instructions.


You should probably be asking the MinGW mailing list these questions,
and consider using a binary package to save yourself the trouble.

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-16  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-16  7:55 gcc build process not finding gcc/config/i386 Jonathan Wilson
2003-10-16 10:14 ` Phil Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).