Re: Error building trunk w/MinGW part deux

From: Robert Staudinger <robert.staudinger_at_gmail.com>
Date: Mon Mar 09 2009 - 17:41:34 CET

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:41:45 2009

This archive was generated by hypermail 2.1.8 : Mon Mar 09 2009 - 17:41:45 CET