[perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-05-11 Thread Bernhard Schmalhofer via RT
On Mi. 02. Apr. 2008, 06:27:23, doughera wrote: This very minimal patch at leasts gives a brief warning about the issue. On a closely related topic, I thought about changing the default in this case to not build a shared libparrot, but dealing with the combination of undocumented

Re: [PATCH] Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-03 Thread Andy Dougherty
On Wed, 2 Apr 2008, chromatic wrote: On Wednesday 02 April 2008 06:26:40 Andy Dougherty wrote: This very minimal patch at leasts gives a brief warning about the issue. +# Parrot can't necessarily handle a pre-existing installed shared +# libparrot.so. At this point, we don't

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread Илья
Yep! ls /usr/local/lib | grep 'parrot' give my many targets for rm and after that parrot making very well. Thanks! On 02/04/2008, Andy Dougherty via RT [EMAIL PROTECTED] wrote: On Tue, 1 Apr 2008, Christian Aperghis-Tramoni wrote: I have exactly the same problem under a Debian system.

[PATCH] Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread Andy Dougherty
On Wed, 2 Apr 2008, �~Xл�~L�~O wrote: Yep! ls /usr/local/lib | grep 'parrot' give my many targets for rm and after that parrot making very well. Thanks! This very minimal patch at leasts gives a brief warning about the issue. On a closely related topic, I thought about changing the default

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread Christian Aperghis
Andy Dougherty a écrit : On Tue, 1 Apr 2008, Christian Aperghis-Tramoni wrote: I have exactly the same problem under a Debian system. Configure works properly but make ends with the same message error : pbc_to_exe.o: In function `main': pbc_to_exe.c:(.text+0x64): undefined reference to

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread jerry gay
On Wed, Apr 2, 2008 at 4:50 AM, Christian Aperghis [EMAIL PROTECTED] wrote: Andy Dougherty a écrit : On Tue, 1 Apr 2008, Christian Aperghis-Tramoni wrote: I have exactly the same problem under a Debian system. Configure works properly but make ends with the same message error :

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread chromatic
On Wednesday 02 April 2008 04:50:23 Christian Aperghis wrote: Andy Dougherty a écrit : On Tue, 1 Apr 2008, Christian Aperghis-Tramoni wrote: I have exactly the same problem under a Debian system. Configure works properly but make ends with the same message error : pbc_to_exe.o: In

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread Andy Dougherty
On Wed, 2 Apr 2008, chromatic wrote: We're not seeing the problem in the parrot executable, just the pbc_to_exe executable, which makes me believe that the attached patch will fix the problem. We rearranged the linker flags for the parrot executable to avoid this a while back, so we ought

[perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread James Keenan via RT
I did not experience the problem, but at least I can report that applying the patch causes no harm on either 386-linux-debian or ppc-darwin (OS X 10.4). Example, on Linux: Linked: perl6 Hello, world

Re: [PATCH] Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-02 Thread chromatic
On Wednesday 02 April 2008 06:26:40 Andy Dougherty wrote: This very minimal patch at leasts gives a brief warning about the issue. --- parrot-svn/config/inter/libparrot.pm 2008-03-31 15:15:42.0 -0400 +++ parrot-andy/config/inter/libparrot.pm 2008-04-02 09:20:30.0

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Илья
Hi! I was done make realclean, svn up(and new checkout too), perl Cofigure.pl and new make many times before I send bug report. So, I done it again, but with same results :( Do you need any additional information about my system? anything else can help? Excuse my bad English. pbc_to_exe.o: In

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Andy Dougherty
On Tue, 1 Apr 2008, �~Xл�~L�~O wrote: Hi! I was done make realclean, svn up(and new checkout too), perl Cofigure.pl and new make many times before I send bug report. So, I done it again, but with same results :( Do you need any additional information about my system? anything else can

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread chromatic
On Monday 31 March 2008 17:29:22 Илья wrote: I was done make realclean, svn up(and new checkout too), perl Cofigure.pl and new make many times before I send bug report. So, I done it again, but with same results :( Do you need any additional information about my system? anything else can

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Christian Aperghis-Tramoni
I have exactly the same problem under a Debian system. Configure works properly but make ends with the same message error : pbc_to_exe.o: In function `main': pbc_to_exe.c:(.text+0x64): undefined reference to `Parrot_set_executable_name' collect2: ld returned 1 exit status linking failed current

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Andy Dougherty
On Tue, 1 Apr 2008, Christian Aperghis-Tramoni wrote: I have exactly the same problem under a Debian system. Configure works properly but make ends with the same message error : pbc_to_exe.o: In function `main': pbc_to_exe.c:(.text+0x64): undefined reference to `Parrot_set_executable_name'

[perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-03-31 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #52288] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52288 Hi! I can`t make Parrot: --- osname= linux osvers= 2.6.15.7 arch=

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-03-31 Thread chromatic
On Sunday 30 March 2008 23:15:53 Ilya Belikin wrote: Hi! I can`t make Parrot: --- osname= linux osvers= 2.6.15.7 arch= i486-linux-gnu-thread-multi cc= cc --- pbc_to_exe.pir ./parrot -o pbc_to_exe.pbc pbc_to_exe.pir ./parrot pbc_to_exe.pir pbc_to_exe.pbc ... Compiled: