Re: Error building trunk w/MinGW part deux

From: Bobby Weinmann <bobby.weinmann_at_gmail.com>
Date: Mon Mar 09 2009 - 17:55:06 CET

It looks like no abiword lib (.lib or .a) or dll is ever built. I
noticed that the config.log says it will be a static binary. Doesn't
that preclude an abiword.lib or .a?

Bobby

On Mon, Mar 9, 2009 at 12:41 PM, Robert Staudinger
<robert.staudinger@gmail.com> wrote:
> On Mon, Mar 9, 2009 at 5:23 PM, Bobby Weinmann <bobby.weinmann@gmail.com> wrote:
>> My command line (actually, in a script):
>> PKG_CONFIG_PATH=/mingw/lib/pkgconfig
>> CPPFLAGS="-I/mingw/include/libpng13/" ACLOCAL_FLAGS="-I
>> /mingw/share/aclocal/" ./autogen-win32.sh
>>
>> I don't use any configure options, just the defaults.
>
> Looks good.
>
> On Fri, Mar 6, 2009 at 9:46 PM, Bobby Weinmann <bobby.weinmann@gmail.com> wrote:
>>
>> I can't compile on MinGW.  This is the error I have now:
>>
>> g++ -shared .libs/opendocument.a -o opendocument.dll
>> -Wl,--enable-auto-import -Wl,--out-implib,opendocument.dll.a
>> -Lc:/mingw/lib -lgsf-1 -lgobject-2.0 -lxml2 -lz -lglib-2.0 -lintl
>> -Lc:/mingw/lib -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -lintl
>> -L../../src -labiword
>> c:\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
>> cannot find -labiword
>
> You could try to use backward slashes in "-L../../src -labiword".
> Search for "-labiword" in configure.in
>
> Will try to get my hands on a mingw environment, but no promises for
> this week. Sorry.
>
> - Rob
>
Received on Mon Mar 9 17:55:43 2009

This archive was generated by hypermail 2.1.8 : Mon Mar 09 2009 - 17:55:43 CET