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 items in the link line in order.  At the
> > point where libparrot.a is mentioned, no parrot objects have been listed
> > on the command line yet, so libparrot isn't needed at all.
> > This patch re-orders the command line to mention parrot_config.o first
> > before mentioning libparrot.  (I also put the LINKFLAGS before the
> > libraries, in case some of them were needed to help actually locate the
> > libraries.)
> 
> Thanks, applied as r24857.

Thanks.  That should allow 'make perl6' to work.

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to