Re: parrot compile error

2006-08-09 Thread hugues
> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes: Leopold> Am Dienstag, 8. August 2006 16:34 schrieb hugues: >> I'm getting the following error when compiling (trying to) parrot >> svn: >> >> Just droping it as is, in case any of you would know an obvious fix

Re: Re: parrot compile error

2006-08-09 Thread kay-uwe.hull
Hi Leo, I had the link error on Cygwin and on Linux (Debian). The reason for this problem with compile error is in following definitions in Makefile: LINKFLAGS = -s -L/usr/local/lib ALL_PARROT_LIBS = -L/cygdrive/c/Documents\ and\ Settings/khull/work/dev/parrot/trunk/blib/lib -lparrot $(

Re: parrot compile error

2006-08-08 Thread Ben. B.
That certainly fixed the problem. $ perl -v This is perl, v5.8.4 built for i486-linux $ grep link lib/Parrot/Config/Generated.pm 'has_dynamic_linking' => 1, 'has_static_linking' => 1, 'link' => 'cc', 'link_debug' => '', 'link_dynamic' =>

Re: parrot compile error

2006-08-08 Thread Leopold Toetsch
Am Dienstag, 8. August 2006 16:34 schrieb hugues: > I'm getting the following error when compiling (trying to) parrot > svn: > > Just droping it as is, in case any of you would know an obvious fix > (laziness ...) Please don't. it doesn't help at all. Please (all with this error) post the result

Re: parrot compile error

2006-08-08 Thread Ben. B.
I am going to try fixing it by deleting the installed version of parrot per Kiwi's advice. That sounds like a reasonable solution. I'll know for sure when I get home and post the results to the list. Ben On 8/8/06, hugues <[EMAIL PROTECTED]> wrote: > "Ben" == Ben B <[EMAIL PROTECTED]> write

Re: parrot compile error

2006-08-08 Thread hugues
> "Ben" == Ben B <[EMAIL PROTECTED]> writes: Ben> Yes. Ben> I also completely redownloaded the entire trunk and got the same thing. Same here. Ben> I'm supposed to set up vsoni an account on my laptop so he can have a Ben> looksee but I haven't gotten around tuit yet. Be

Re: parrot compile error

2006-08-08 Thread kay-uwe.hull
Hi Hugues, I've had the same error on my notebook. It was because I had installed ('make install') a former parrot version and the linker tried to link to /usr/local/lib/libparrot.so because this is in search-path before 'local' blib/lib/libparrot.so. Removing /usr/local/lib/libparrot.* worked for

Re: parrot compile error

2006-08-08 Thread Ben. B.
Yes. I also completely redownloaded the entire trunk and got the same thing. I'm supposed to set up vsoni an account on my laptop so he can have a looksee but I haven't gotten around tuit yet. On 8/8/06, Mr. Shawn H. Corey <[EMAIL PROTECTED]> wrote: Ben. B. wrote: > I have been getting the sam

Re: parrot compile error

2006-08-08 Thread Mr. Shawn H. Corey
Ben. B. wrote: > I have been getting the same error on my laptop for several weeks also. > Have you tried? make realclean perl Configure.pl make I got a compiler error earlier that went away when I did this. -- __END__ Just my 0.0002 million dollars worth, --- Shawn "For the t

Re: parrot compile error

2006-08-08 Thread Ben. B.
I have been getting the same error on my laptop for several weeks also. Slackware 10.1, 2.4.26, Intel Celeron 1066. On 8/8/06, hugues <[EMAIL PROTECTED]> wrote: Hi exotical birds, I'm getting the following error when compiling (trying to) parrot svn: Just droping it as is, in case any of you

parrot compile error

2006-08-08 Thread hugues
Hi exotical birds, I'm getting the following error when compiling (trying to) parrot svn: Just droping it as is, in case any of you would know an obvious fix (laziness ...) I must add that it's been a long time since i last compiled parrot so the error might be due to something ``old''... Tha