Hi Alberto,
I found the problem!!
You were pretty close with your suggestion about the newline characters I think.
The problem seemed to be that I used the source distribution packaged
in a zip file first. It seems that is is necessary to use the tar.gz
file if compiling using mingw+msys. After using that file everything
went pretty smoothly (I did not do any real programming using the
libraries but the tests and samples compile without any problem now)

So the problem wasn't really a problem it seems..

Thanks for the tips!!

Sjaak

2006/3/28, S Verdoold <[EMAIL PROTECTED]>:
> Hi Alberto,
> I double checked the newline characters, but as far as I can see at
> this moment I do not have Unix-style newline characters. Maybe my
> mingw/msys installation is screwed up somewhere, I 'll try to check
> that as well.
>
> Sjaak
>
> 2006/3/27, Alberto Massari <[EMAIL PROTECTED]>:
> > Hi Sjaak,
> > something strange is going on here: the config.status file that is
> > generated on my system contains this line:
> >
> > CONFIG_FILES=${CONFIG_FILES-"Makefile util/Makefile
> > util/Transcoders/Cygwin/Makefile util/Transcoders/ICU/Makefile
> > util/Transcoders/Iconv/Makefile util/Transcoders/Iconv390/Makefile
> > util/Transcoders/Uniconv390/Makefile
> > util/Transcoders/Iconv400/Makefile
> > util/Transcoders/IconvFBSD/Makefile
> > util/Transcoders/IconvGNU/Makefile
> > util/Transcoders/MacOSUnicodeConverter/Makefile
> > util/Platforms/Makefile util/Platforms/Solaris/Makefile
> > util/Platforms/AIX/Makefile util/Platforms/BeOS/Makefile
> > util/Platforms/QNX/Makefile util/Platforms/Interix/Makefile
> > util/Platforms/Linux/Makefile util/Platforms/FreeBSD/Makefile
> > util/Platforms/NetBSD/Makefile util/Platforms/HPUX/Makefile
> > util/Platforms/OS390/Makefile util/Platforms/OS400/Makefile
> > util/Platforms/IRIX/Makefile util/Platforms/PTX/Makefile
> > util/Platforms/OpenServer/Makefile util/Platforms/UnixWare/Makefile
> > util/Platforms/Tru64/Makefile util/Platforms/MacOS/Makefile
> > util/Platforms/Win32/Makefile util/Platforms/Cygwin/Makefile
> > util/Compilers/Makefile util/MsgLoaders/InMemory/Makefile
> > util/MsgLoaders/ICU/Makefile util/MsgLoaders/ICU/resources/Makefile
> > util/MsgLoaders/MsgCatalog/Makefile util/MsgLoaders/MsgFile/Makefile
> > util/NetAccessors/Socket/Makefile util/NetAccessors/libWWW/Makefile
> > util/NetAccessors/MacOSURLAccessCF/Makefile util/regx/Makefile
> > validators/Makefile validators/common/Makefile
> > validators/datatype/Makefile validators/DTD/Makefile
> > validators/schema/Makefile validators/schema/identity/Makefile
> > framework/Makefile framework/psvi/Makefile dom/Makefile
> > dom/impl/Makefile dom/deprecated/Makefile parsers/Makefile
> > internal/Makefile sax/Makefile sax2/Makefile ../../obj/Makefile"}
> >
> > that is generated by these lines in the "configure" script:
> >
> > CONFIG_FILES=\${CONFIG_FILES-"Makefile \
> > util/Makefile \
> > util/Transcoders/Cygwin/Makefile \
> > util/Transcoders/ICU/Makefile \
> > util/Transcoders/Iconv/Makefile \
> > util/Transcoders/Iconv390/Makefile \
> > util/Transcoders/Uniconv390/Makefile \
> > util/Transcoders/Iconv400/Makefile \
> > util/Transcoders/IconvFBSD/Makefile \
> > util/Transcoders/IconvGNU/Makefile \
> > util/Transcoders/MacOSUnicodeConverter/Makefile \
> > [..]
> >
> > Now, by chance, are you working on files using Unix-style newline
> > characters? Otherwise, I don't see how the '\' at the end of the
> > lines could end up in the generated script.
> >
> > Alberto
> >

Reply via email to