[PD-dev] [ pure-data-Bugs-1912772 ] zexy dlls don't load from Pd-0.40.3 windowsxp

SourceForge.net noreply at sourceforge.net
Wed Apr 16 19:26:43 CEST 2008


Bugs item #1912772, was opened at 2008-03-12 16:05
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912772&group_id=55736

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: Pending
>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: IOhannes m zmölnig (zmoelnig)
Date: 2008-04-16 19: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 17: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 11: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&group_id=55736




More information about the Pd-dev mailing list