On Thu, Nov 21, 2013 at 3:41 AM, Erik van Pienbroek wrote:
> Richard Shaw schreef op wo 20-11-2013 om 22:01 [-0600]:
> > I had tried a few combinations of libtoolize but hadn't tried --force,
> > but no dice, same error...
> >
> >
> > /bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32-g
Richard Shaw schreef op wo 20-11-2013 om 22:01 [-0600]:
> I had tried a few combinations of libtoolize but hadn't tried --force,
> but no dice, same error...
>
>
> /bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc
> -fvisibility=hidden -std=gnu99 -fgnu89-inline -Wall -Wundef -Wu
On Wed, Nov 20, 2013 at 12:52 PM, Erik van Pienbroek
wrote:
> Richard Shaw schreef op do 17-10-2013 om 11:48 [-0500]:
>
> > I can now get it to build an RPM but it will not build the shared
> > library with libtool complaining about:
> >
> >
> > libtool: link: warning: undefined symbols not allow
Richard Shaw schreef op do 17-10-2013 om 11:48 [-0500]:
> I can now get it to build an RPM but it will not build the shared
> library with libtool complaining about:
>
>
> libtool: link: warning: undefined symbols not allowed in
> x86_64-w64-mingw32 shared libraries
Hi,
Perhaps a bit late, bu
I'm trying to verify that the required symbols are in the library since
libusb-compat is really designed to build against libusb, not libusbx. I've
gotten this far:
$ x86_64-w64-mingw32-nm -uC libusb_la-core.o
U atexit
U fprintf
U fputc
U free
U _imp___
OK, still learning a bit here...
I assume that mingw projects are supposed to use the host libtool?
I noticed that the current mingw package intentionally doesn't package it
when I created my own libltdl package for mingw64.
Richard
___
mingw mailing l
Still not having any luck...
/bin/sh ../libtool --tag=CC --mode=link i686-w64-mingw32-gcc
-fvisibility=hidden -std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused
-Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign
-Wshadow -I/usr/i686-w64-mingw32/sys-root/mingw/include/libu
>After a lot of hand patching from various sources google pointed me to
>I can now get [libusb-compat[ to build an RPM but it will not build
>the shared library with libtool complaining about:
>
>libtool: link: warning: undefined symbols not allowed in
>x86_64-w64-mingw32 shared libraries
>
>From w