Re: Parrot link failure imc_yyin_set/get

2006-01-16 Thread Joshua Isom
What about the whole parrot/installable_parrot difference? On Jan 16, 2006, at 5:33 PM, Jonathan Worthington wrote: Ooh, nice catch - I'm to blame for the addition of those two functions but (a) develop on Win32 where this likely wouldn't show up and (b) don't have an installed Parrot anyway,

Re: Parrot link failure imc_yyin_set/get

2006-01-16 Thread Jonathan Worthington
"Larry Wall" <[EMAIL PROTECTED]> wrote: I just had the same problem, and chased it down to the fact that it was using -L/usr/local/lib ahead of its own blib, so it was linking against an old libparrot of some sort or other. I'm not sure what the correct solution is, but as a workaround I deleted

Re: Parrot link failure imc_yyin_set/get

2006-01-16 Thread Larry Wall
On Mon, Jan 16, 2006 at 02:48:57PM -0800, Larry Wall wrote: : I just had the same problem, and chased it down to the fact that it was : using -L/usr/local/lib ahead of its own blib, so it was linking against : an old libparrot of some sort or other. I'm not sure what the correct : solution is, but

Re: Parrot link failure imc_yyin_set/get

2006-01-16 Thread Larry Wall
I just had the same problem, and chased it down to the fact that it was using -L/usr/local/lib ahead of its own blib, so it was linking against an old libparrot of some sort or other. I'm not sure what the correct solution is, but as a workaround I deleted /usr/local/lib/libparrot* and then it lin

Re: Parrot link failure imc_yyin_set/get

2006-01-16 Thread Klaas-Jan Stol
Klaas-Jan Stol wrote: Hi, since yesterday, Parrot breaks during compiling, with the following output: c++ -o miniparrot -L/usr/local/lib -Wl,-E compilers/imcc/main.o \ -Wl,-rpath=/home/klaas/parrot/blib/lib -L/home/klaas/parrot/blib/lib -lparrot -lnsl -ldl -lm -lcrypt -lutil -lpthread -lr

Parrot link failure imc_yyin_set/get

2006-01-16 Thread Klaas-Jan Stol
Hi, since yesterday, Parrot breaks during compiling, with the following output: c++ -o miniparrot -L/usr/local/lib -Wl,-E compilers/imcc/main.o \ -Wl,-rpath=/home/klaas/parrot/blib/lib -L/home/klaas/parrot/blib/lib -lparrot -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp src/null_config.o