Bugs item #1912772, was opened at 2008-03-12 08:05 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912772...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pd-extended Group: None
Status: Closed
Resolution: Fixed Priority: 5 Private: No Submitted By: Martin Peach (mrpeach) Assigned to: Hans-Christoph Steiner (eighthave) Summary: zexy dlls don't load from Pd-0.40.3 windowsxp
Initial Comment: zexy dlls from the nightly autobuilds don't load but abstractions do.
Zexy's README.txt says:
configure tries to set the CFLAGS to "-g -O2" if the compiler accepts this; however, this optimization sometimes generates binaries that cannot be loaded by pd; it seems that disabling the "unit-at-a-time" optimization (which gets enabled by "-O2") is the cause of this problem, turning it off might help
This seems to be the case here. The log from 2008-03-12_05.54.05_mingw32_nt-5.1_windowsxp-i386_pd-extended_run-automated-builder.txt has: gcc -I. -DHAVE_CONFIG_H -DPD -I/home/pd/auto-build/pd-extended/pd/src -g -O2 -mms-bitfields -fPIC -mfpmath=sse -msse -c -o 0x260x260x7e.o 0x260x260x7e.c
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2008-04-30 19:20
Message: Logged In: YES user_id=1312539 Originator: NO
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2008-04-16 10:26
Message: Logged In: YES user_id=564396 Originator: NO
i think this has been fixed now in CVS
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2008-04-11 08:23
Message: Logged In: YES user_id=564396 Originator: NO
the problem seems to be the linker-flag "-export_dynamic"; without this flag, externals load just fine.
hmm, i have to think about this...
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2008-04-10 02:39
Message: Logged In: YES user_id=564396 Originator: NO
weird: when i manually build a zexy-object on the buildform machine (XP), they work fine (with exactly the same flags as i see in the autobuild-logs)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912772...