Re: [perl #49314] [PATCH] pbc_to_exe should list libraries last

2008-01-15 Thread Andy Dougherty
On Mon, 14 Jan 2008, chromatic via RT wrote: > On Wednesday 02 January 2008 10:18:49 Andy Dougherty wrote: > > > In order to get pbc_to_exe to work with the Solaris linker, I had to move > > the libraries to the end of the link line. That's not surprising -- > > traditional Unix linkers process

Re: [perl #49314] [PATCH] pbc_to_exe should list libraries last

2008-01-14 Thread chromatic
On Wednesday 02 January 2008 10:18:49 Andy Dougherty wrote: > In order to get pbc_to_exe to work with the Solaris linker, I had to move > the libraries to the end of the link line. That's not surprising -- > traditional Unix linkers process items in the link line in order. At the > point where l

[perl #49314] [PATCH] pbc_to_exe should list libraries last

2008-01-14 Thread Will Coleda via RT
On Wed Jan 02 10:18:49 2008, doughera wrote: > In order to get pbc_to_exe to work with the Solaris linker, I had to move > the libraries to the end of the link line. That's not surprising -- > traditional Unix linkers process items in the link line in order. At the > point where libparrot.a is

[perl #49314] [PATCH] pbc_to_exe should list libraries last

2008-01-03 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #49314] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49314 > In order to get pbc_to_exe to work with the Solaris linker, I had to move the librari