Configure errors using host=i386-pc-interix
Joe Cossette
joec@infoark.com
Mon Jul 17 15:50:00 GMT 2000
Am buildingÃÂ for cross platform development
(ARM-ELF) on a Windows 2000 system with Interix v2.2 installed instead of using
the CYGWIN.
ÃÂ
I had to make a minor adjustment to the configure
script in the base directory to get the shell configured properly.
ÃÂ
The configure script in the base directory has some
code in it that looks like this:
ÃÂ
ÃÂ case "${OSTYPE}" in ÃÂ
*win32*)
ÃÂ
This code properly sets up the shell being used to
run the script (i.e. CONFIG_SHELL) under a WindowsNT build
environment.
ÃÂ
Interix v2.2 sets the OSTYPE environment variable
to "Interix", so I simply duplicated (i.e. copied) the complete block of code
that did the case.ÃÂ This resulted in the desired behaviour (i.e. configure
appeared to run properly and I could build the source).
ÃÂ
Using the above "patch" I was able to successfully
build BINUTILS and GCC, but GDB would not properly build (actually, I didn't get
to the "make" stage because it bombs out towards the end of the
configure).
ÃÂ
Thought you folks would like to know, perhaps you
don't have anyone actively building on Windows 2000 w/Interix v2.2
yet.
ÃÂ
If there's anything else I might be able to do that might help in fixing
this problems let me know.
ÃÂ
Thanks for your continued support.
ÃÂ
-----------
Joe Cossette
ÃÂ
More information about the Gcc-bugs
mailing list