Marcus Sundberg wrote:
>
> John Fortin <[EMAIL PROTECTED]> writes:
>
> > It gives i386-mingw32 for ${target}
> >
> > configure --host=i386-mingw32 --build=i386-mingw32 --target=i386-mingw32
> > --without-x \
> > --enable-directx --prefix=e:/usr/local --with-gii=/usr/local \
> > --with-extra-libs=/usr/local/lib
> > --with-extra-includes=/usr/local/include
> >
> > With the above command I get the following...
> >
> > checking host system type... i386-pc-mingw32
> > checking build system type... i386-pc-mingw32
> >
> > Why isn't ${target} converted to i386-pc-mingw32??
> >
> > I changed the dllext.m4 macro to test for *-mingw* | *-cygwin* and it
> > works. But I don't want to commit it until I understand the above
> > question.
>
> It was really a mistake on my side - please change ${target} to
> ${host} and it should work. target is only for things like binutils,
> gcc and gdb.
>
> I'll commit this as soon as CVS is back up.
>
>
OK, thanks,
John