[PD] Linking externals on windows with mingw32

Jamie Bullock jamie at postlude.co.uk
Thu May 25 11:48:49 CEST 2017


Hi list,

I'm trying to compile externals on Windows 10 using mingw32 toolchain. Pd
version 0.47.1

I always get link errors related to Pd's global symbols being undefined,
e.g.

    undefined reference to `_imp__s_bang'
    undefined reference to `_imp__s_list'

etc

My linker flags are:

   gcc  -shared -Wl,--enable-auto-import -o test.dll -L.../pd/bin -lpd

I get a similar issue linking externals built with Flext. Linkage seems to
work fine except for these symbols.

Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20170525/a0469ce6/attachment.html>


More information about the Pd-list mailing list