Subject: Re: g++ causes kernel panic (part 2)
To: None <Ju.Schmitz@FH-Trier.de>
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
List: port-amiga
Date: 04/28/1997 11:48:21
Hm.

did you try to call


g++ -v 
	instead of 
g++

to find out which programs are really called, and ldd on those
programs to fid out which shared libs they use?

	-is