Hi there:
Thanks for your reply, one question, where (which directory) should the symbolic links be done?
Also, I am also trying to compile pd from the source code (I thought this might be a better and quicker option) but not having much luck. During the make install, I got
Make[1]:***[externs] Error 2 Make[2]:***[vexp_if.pd_linux_o] Error 1
What are these? Also, the first make install I did took a few minutes and got lots of stuff in the terminal and had similar error at the end. And I tried make install again, the process a much shorter. Does this mean pd is half compiled and stored somewhere?
Many thanks
CHUN
On 7/6/04 8:53 am, "Jamie Bullock" jamie@postlude.co.uk wrote:
Hi Chun,
This is a fairly 'dirty' workaround, but you could try making two symbolic links to the your new libs. This should trick the system into using them ;-)
ln -s libtcl8.4.so libtcl8.3.so ln -s libtk8.4.so libtk8.3.so
Regards,
Jamie
chun lee wrote:
Hi there:
Thanks for your replay
I tried Rpm -q --provides tcl Rpm -q --provides tk
And I got
libtcl8.4.so tcl = 8.4.5-7
libtk8.4.so tk = 8.4.5-8
So how would I get Pd to use what I have instead of asking me for libtcl8.3.so and libtk.8.3.so?
Cheers
CHUN