spoke too soon. :)

Benjamin Kosnik bkoz@cygnus.com
Sat Apr 1 00:00:00 GMT 2000


> CC="/usr/local/bin/gcc "; export CC; \
> CXX="c++   "; export CXX; \
> CONFIG_NM=""; export CONFIG_NM; \

something's wrong with CONFIG_NM: it should be set to nm, not "".
This probably means adding something like:

toplevel Makefile.am:

	"NM=$(NM)" \

to

	"NM=$(NM)" \
	"CONFIG_NM=$(CONFIG_NM)" \

and re-running automake at the top level to rebild Makefile.in

If you could try that, I bet it would work. Also, no mods for soalris 2.7 
should be necessary for CVS libstdc++. If I'm wrong, please post a patch.

If the hack above works, please send me a patch. 

(note that you will need to use the automake on the ftp server to get 
automake to play nice with v3)

 -benjamin



More information about the Libstdc++ mailing list