Re: [newbie] compile errors-- compiler cannot create executables?

2003-01-22 Thread Jerry Barton
On 22 Jan 2003 06:42:53 +1100 Stephen Kuhn [EMAIL PROTECTED] wrote: snip - THEN try it all over again...if THAT doesn't work, then blame Anne. snip well Anne's off the hook this time-- i was missing gcc-c++ :P LOL Jerrry. -- -- Registered Linux User #300600 Registered Linux Machine

Re: [newbie] compile errors-- compiler cannot create executables?

2003-01-22 Thread Anne Wilson
On Tuesday 21 Jan 2003 1:14 pm, Jerry Barton wrote: On 22 Jan 2003 06:42:53 +1100 Stephen Kuhn [EMAIL PROTECTED] wrote: snip - THEN try it all over again...if THAT doesn't work, then blame Anne. snip well Anne's off the hook this time-- i was missing gcc-c++ :P LOL Jerrry. LOL -

Re: [newbie] compile errors-- compiler cannot create executables?

2003-01-22 Thread Jerry Barton
On Wed, 22 Jan 2003 13:49:59 + Anne Wilson [EMAIL PROTECTED] wrote: On Tuesday 21 Jan 2003 1:14 pm, Jerry Barton wrote: On 22 Jan 2003 06:42:53 +1100 Stephen Kuhn [EMAIL PROTECTED] wrote: snip - THEN try it all over again...if THAT doesn't work, then blame Anne. snip

Re: [newbie] compile errors-- compiler cannot create executables?

2003-01-21 Thread Raffaele Belardi
Don't know if it makes sense, but have you tried $ whereis g++ On my MDK9.0 I get: g++: /usr/bin/g++ /usr/share/man/man1/g++.1.bz2 From your log looks like g++ is not installed. It could be in a different package than gcc (i.e. gcc-c++) raffaele [EMAIL PROTECTED] wrote: below is the output

Re: [newbie] compile errors-- compiler cannot create executables?

2003-01-21 Thread Jerry Barton
ah yes... thanks i've upgraded all the glibc and must have overlooked gcc-c++ it worked. thanks Jerry On Tue, 21 Jan 2003 16:38:10 +0100 Raffaele Belardi [EMAIL PROTECTED] wrote: Don't know if it makes sense, but have you tried $ whereis g++ On my MDK9.0 I get: g++: /usr/bin/g++

Re: [newbie] compile errors-- compiler cannot create executables?

2003-01-21 Thread Stephen Kuhn
On Tue, 2003-01-21 at 00:52, Jerry Barton wrote: below is the output when trying to run ./configure from a source tarball of gtop 1.0.13. I've never seen this error before below also is my gcc version. i've tried running it as root with the same results. any ideas why? Jerry. WHACK