Subject: Re: KDE compile fails on port-arm32
To: None <dmillen@largesalad.co.uk>
From: Robert Kennedy <robert@Theory.Stanford.EDU>
List: netbsd-help
Date: 09/23/1998 08:50:22
> > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/qt -I/usr/X11R6/include
> > -I/usr/pkg/include -I/usr/pkg/include/giflib -O -c kdebug.cpp >/dev/null 2>&1
> > *** Error code 1
> > Stop.
> > 
> > As you can see, the compiler doesn't give any clues.

The reason the compiler doesn't give any clues is that you (or the
makefile) told it to send all its clues to /dev/null. Take away the
redirects to see clues. I recommend compiling that one file manually
by cut-and-pasting the command line you quote above, but without the
redirection at the end.

	-- Robert