[PD] uh oh... gem linux compile question

IOhannes m zmoelnig zmoelnig at iem.at
Mon Jul 4 09:09:28 CEST 2005


ix at replic.net wrote:
> 
> yeah, i posted about this problem months ago and got no response. configure fails even when libGL and such are there, perhaps its due to some ancient/conflicting version of autotools or a wacky .m4 file? in any case i reimplemented HSV2RGB as an abstraction since i couldnt figure it out either...


sorry if i didn't answered this before (i am sure, it has been discussed
 a dozen times though, but on gem-dev)
the problem is due to a linker-flag that shouldn't be there
searching the gem-dev archives for fedora i found (admittedly after a
bit of digging)
http://lists.puredata.info/pipermail/gem-dev/2005-03/000915.html

which quotes mike with the following:
Change the following line in the ./configure script:
 LIBS="-Wl,-shared -Wl,-export-dynamic $LIBS"
to:
 LIBS="-shared -Wl,-export-dynamic $LIBS"

this should do the trick


mfg.ad.r
IOhannes




More information about the Pd-list mailing list