Re: [ooc-compiler] Problems bootsrapping OO2C under MinGW/MSYS
Brought to you by:
mva
|
From: Bernhard T. <Bd...@wi...> - 2006-06-25 17:31:24
|
Hi Stewart,
> These are explained at length in README.WIN32.
in the meantime I've found them, but it did not help me very much.
>
> I suggest that you first try to bootstrap the system without using
> libtool. This means using "./configure --disable-libs" so that you get
I'll try that.
> static linking, rather than trying to build shared libraries. AFAIK,
> oo2c+libtool is untested under mingw/msys. At least in recent releases,
> oo2c should not be bothered by Windows path names, and neither should
> gcc. Can't say the same for libtool though...
>
hmm, it gets installed :-)
> From README.WIN32, the full configure command for msys looks something
> like this:
> env \
> "INSTALL=c:/msys/1.0/bin/install.exe" \
> LDFLAGS=-L/usr/local/lib \
> CFLAGS=-O2 \
> "CPPFLAGS=-I/usr/local/include -DGC_WIN32_THREADS" \
> ./configure --disable-libs
>
> Hope this helps.
>
I'll keep you informed ...
regards & thanks
Bernhard
|