Subject: Re: libtool on Solaris: global_symbol_pipe undefined
To: None <tech-pkg@NetBSD.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 06/16/2005 09:51:15
On Thu, 16 Jun 2005, Hubert Feyrer wrote:
> Digging, this empty pipe (||) comes from global_symbol_pipe being empty in my 
> $LOCALBASE/bin/libtool, which leads to a bogus definition of 
> export_symbols_cmds. On NetBSD, global_symbol_pipe is defined.
>
> Anyone got an idea how to fix this?

The cause for this was a non-existing g++, which the libtool configure 
script didn't recognize, but thought as an indicator that some tool just 
wasn't there. Definitely breakage in libtool... installing 
pkgsrc/lan/gcc34 fixed the situation.

Thanks again for coming to the rescue, pkgsrc! :)


  - Hubert