On 12/23/05, François PERRAD <[EMAIL PROTECTED]> wrote: > > OK with static on Win32 + gcc (MinGW). > > Shared on Win32, always the same linking problem with > parrot_get_config_string() > (see https://rt.perl.org/rt3/Ticket/Display.html?id=37303) > > g++ -shared -o blib\lib\libparrot.dll ... > > trunk/src/global_setup.c:34: undefined reference to > `parrot_get_config_string' > collect2: ld returned 1 exit status > make: *** [blib\lib\libparrot.dll]
I can live with that. I'll try to revive #37303 in the next few days too; never did work out why it segfaulted for Leo. The important bits about the build look good. But for me, this patch is a good first step. Great. I've also got shared libraries working on HP-UX out-of-the-box too, so I'll repost the updated patch later today. It needs a bit of fixing due to some changes to the hints files today. Thanks for testing.. Nick