[PD] PD compile error on Fedora 2

Pall Thayer palli at pallit.lhi.is
Sat May 22 15:52:03 CEST 2004


On lau, 2004-05-22 at 13:44, Pall Thayer wrote:
> Ok, for anyone interested... I got PD running. The tk makefile wasn't
> putting the tk directory nor libtk8.4.so where PD wanted to find it. So
> all you do is:
> 
> cp libtk8.4.so /usr/lib/
this of course should be cp /usr/local/lib/libtk8.4.so /usr/lib/


> and
> cp -R /usr/local/lib/tk8.4 /usr/share/
> 
> and you should be all set. I have yet to find out though if it managed
> to make all the externals. But at least it's running.
> 
> best r.
> Pall
> 
> On lau, 2004-05-22 at 11:02, Pall Thayer wrote:
> > I'm trying to compile PD under Fedora Core 2. For once I was going to
> > try to be "cutting edge" by using the newest(!) Now I remember why I
> > usually prefer using the next to the newest version of something. Oh
> > well. Anyway, trying to compile PD, everything goes just swell until it
> > tries to make expr~. This sounds very familiar and I'm sure someone's
> > worked this out before. OK, did a little digging and found a case where
> > someone said, "remove -Werror" I did this and it makes it past the expr~
> > error but I don't know if it makes it to the very end. Here's how make
> > exited:
> > 
> > make[1]: Entering directory `/home/palli/pd-0.37-1/extra/pique'
> > cc -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow
> > -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch
> > -I../../src -o pique.o -c pique.c
> > ld -export_dynamic  -shared -o pique.pd_linux pique.o -lc -lm
> > strip --strip-unneeded pique.pd_linux
> > rm -f pique.o
> > make[1]: Leaving directory `/home/palli/pd-0.37-1/extra/pique'
> > 
> > But the other clincher is this, if I try to start PD (despite any make
> > errors) I get this:
> > 
> > ../bin/pd-gui: error while loading shared libraries: libtk8.4.so: cannot
> > open shared object file: No such file or directory
> > 
> > I compiled and installed tk and tcl 8.4 before trying to compile PD, so
> > this is a little wierd. Also, searching shows me that libtk8.4.so is
> > located in /usr/local/lib/. So why does PD say it can't find it? Should
> > it be elsewhere?
> > 
> > Pall
> > 
> > 
> > _______________________________________________
> > PD-list mailing list
> > PD-list at iem.at
> > to manage your subscription (including un-subscription) see
> > http://iem.at/cgi-bin/mailman/listinfo/pd-list
> 
> 
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> to manage your subscription (including un-subscription) see
> http://iem.at/cgi-bin/mailman/listinfo/pd-list





More information about the Pd-list mailing list