[Fink-devel] blt-2.4z-15l

2008-09-02 Thread Peter Dyballa
Hello! Building fails with: ./bltUnixMain.c libBLT.a -ltk8.4 -ltcl8.4 -L/usr/X11R6/lib -lX11 - ljpeg -lm /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: can't locate file for: -ljpeg -- Package manager version: 0.28.5 Distribution version: selfupdate-rsync Mon Sep 1

Re: [Fink-devel] blt-2.4z-15l

2008-09-02 Thread Peter Dyballa
Am 02.09.2008 um 18:50 schrieb Alexander Hansen: blt shows an explicit build dependency on libjpeg, so the missing library _should_ be available. What do you get from ls -l /sw/lib/libjpeg*.dylib ? -rwxr-xr-x 1 root admin 144188 8 Dez 2006 /sw/lib/libjpeg. 62.0.0.dylib lrwxr-xr-x

[Fink-devel] Libedit+IPython

2008-09-02 Thread Andrea Riciputi
Hi all, after some trials I got IPython to behave correctly under OSX (Leopard). However I had to install the readline egg built by Ludwig Schwardt. No way to get it working correctly using the built-in libedit. After digging a little bit into it, I've noticed that when libedit are used the

Re: [Fink-devel] blt-2.4z-15l

2008-09-02 Thread Alexander Hansen
On Sep 2, 2008, at 2:55 PM, Peter Dyballa wrote: Am 02.09.2008 um 19:37 schrieb Alexander Hansen: Also: you didn't quote the whole compiler command. It's not available in the moment – the *compilation* buffer is used for other work. I didn't say you had to do it immediately, of

Re: [Fink-devel] blt-2.4z-15l

2008-09-02 Thread Peter Dyballa
Am 02.09.2008 um 19:37 schrieb Alexander Hansen: Also: you didn't quote the whole compiler command. It's not available in the moment – the *compilation* buffer is used for other work. There is one difference: I am using Apple's TclTk. So its -L/sw/lib switch gets lost somewhere, which

Re: [Fink-devel] blt-2.4z-15l

2008-09-02 Thread Martin Costabel
Peter Dyballa wrote: Am 02.09.2008 um 19:37 schrieb Alexander Hansen: Also: you didn't quote the whole compiler command. It's not available in the moment – the *compilation* buffer is used for other work. There is one difference: I am using Apple's TclTk. So its -L/sw/lib switch

Re: [Fink-devel] blt-2.4z-15l

2008-09-02 Thread Peter Dyballa
Am 02.09.2008 um 21:44 schrieb Martin Costabel: One of the side effects of your hackery must have been to place - ljpeg on that linker line for bltsh. In the original it is not there, it is only on the linker line for bltwish. In my version the configure option --enable-jpeg was added

[Fink-devel] guile-18 question

2008-09-02 Thread William Scott
Hi folks: I am trying to debug a package I maintain. It runs some scheme scripting files using guile-1.8 (of which I know nothing). On my G4 laptop, the line (set! *random-state* (seed-random-state (current-time))) causes guile-1.8 to report (cryptically) a hardware incompatibility. On all

Re: [Fink-devel] guile-18 question

2008-09-02 Thread Alexander Hansen
Which OS version? 10.5? On Sep 2, 2008, at 5:41 PM, William Scott wrote: Hi folks: I am trying to debug a package I maintain. It runs some scheme scripting files using guile-1.8 (of which I know nothing). On my G4 laptop, the line (set! *random-state* (seed-random-state (current-time)))

Re: [Fink-devel] guile-18 question

2008-09-02 Thread Alexander Hansen
On Sep 2, 2008, at 5:41 PM, William Scott wrote: Hi folks: I am trying to debug a package I maintain. It runs some scheme scripting files using guile-1.8 (of which I know nothing). On my G4 laptop, the line (set! *random-state* (seed-random-state (current-time))) causes guile-1.8 to report

Re: [Fink-devel] guile-18 question

2008-09-02 Thread William Scott
Yes, 10.5.4, most current everything. I've used debian archives compiled on my G5 ppc on my G4 laptop, which may be relevant. On Sep 2, 2008, at 3:29 PM, Alexander Hansen wrote: Which OS version? 10.5? On Sep 2, 2008, at 5:41 PM, William Scott wrote: Hi folks: I am trying to debug a

Re: [Fink-devel] guile-18 question

2008-09-02 Thread Alexander Hansen
My guile18 was built locally on my G4, so it seems like there may be even more to it. On Sep 2, 2008, at 6:56 PM, William Scott wrote: Yes, 10.5.4, most current everything. I've used debian archives compiled on my G5 ppc on my G4 laptop, which may be relevant. On Sep 2, 2008, at 3:29

Re: [Fink-devel] guile-18 question

2008-09-02 Thread William G. Scott
recompiling gmp on the G4 was the key to getting it to work. Apparently gmp compiled on my G5 ppc is not compatible with a G4 On Sep 2, 2008, at 4:08 PM, Alexander Hansen wrote: My guile18 was built locally on my G4, so it seems like there may be even more to it. On Sep 2, 2008, at