All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] gcc on 0.9.3 iso problem
@ 2001-12-15 13:43 Joerg Hartmann
  2001-12-15 16:16 ` Randolph Chung
  2001-12-17  7:43 ` Andrew Shugg
  0 siblings, 2 replies; 6+ messages in thread
From: Joerg Hartmann @ 2001-12-15 13:43 UTC (permalink / raw)
  To: PARISC Linux List

Hello PARISC-Linux users,

i installed the debian ISO Version 0.9.3 on a hp9000/720
including the gcc (version 3.0.2).

But if i try to use this gcc i always get an error

hp-tux:/usr/src/samba-2.2.2/source# ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O  ) works... no
configure: error: installation or configuration problem:
           C compiler cannot create executables.

Could someone please explains whats wrong here ?
Do i need another gcc ?
But if so, why is this gcc on the cd ?

Thanks .

-- 
Best regards,
 Joerg                          J.Hartmann@reinarts.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] gcc on 0.9.3 iso problem
  2001-12-15 13:43 [parisc-linux] gcc on 0.9.3 iso problem Joerg Hartmann
@ 2001-12-15 16:16 ` Randolph Chung
  2001-12-15 18:34   ` Re[2]: " Joerg Hartmann
  2001-12-17  7:43 ` Andrew Shugg
  1 sibling, 1 reply; 6+ messages in thread
From: Randolph Chung @ 2001-12-15 16:16 UTC (permalink / raw)
  To: Joerg Hartmann; +Cc: PARISC Linux List

> But if i try to use this gcc i always get an error
> 
> hp-tux:/usr/src/samba-2.2.2/source# ./configure
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc -O  ) works... no
> configure: error: installation or configuration problem:
>            C compiler cannot create executables.

Look for a config.log file in the directory. The log should show what is
wrong.

randolph
-- 
   @..@                                         http://www.TauSq.org/
  (----)
 ( >__< )
 ^^ ~~ ^^

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] gcc on 0.9.3 iso problem
  2001-12-15 18:34   ` Re[2]: " Joerg Hartmann
@ 2001-12-15 17:26     ` Randolph Chung
  2001-12-15 17:32     ` Thomas Bogendoerfer
  1 sibling, 0 replies; 6+ messages in thread
From: Randolph Chung @ 2001-12-15 17:26 UTC (permalink / raw)
  To: Joerg Hartmann; +Cc: PARISC Linux List

> The problem is a missing "crt1.o"

apt-get install libc6-dev

randolph
-- 
   @..@                                         http://www.TauSq.org/
  (----)
 ( >__< )
 ^^ ~~ ^^

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] gcc on 0.9.3 iso problem
  2001-12-15 18:34   ` Re[2]: " Joerg Hartmann
  2001-12-15 17:26     ` Randolph Chung
@ 2001-12-15 17:32     ` Thomas Bogendoerfer
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Bogendoerfer @ 2001-12-15 17:32 UTC (permalink / raw)
  To: Joerg Hartmann; +Cc: PARISC Linux List

On Sat, Dec 15, 2001 at 07:34:48PM +0100, Joerg Hartmann wrote:
> Maybe someone can explain, what i am doing wrong here ?
> I have installed gcc from the CD with "apt-get install gcc"

apt-get install libc6-dev ? gcc is the compiler but you want a C library
for your C programs.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea.                                 [ Alexander Viro on linux-kernel ]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re[2]: [parisc-linux] gcc on 0.9.3 iso problem
  2001-12-15 16:16 ` Randolph Chung
@ 2001-12-15 18:34   ` Joerg Hartmann
  2001-12-15 17:26     ` Randolph Chung
  2001-12-15 17:32     ` Thomas Bogendoerfer
  0 siblings, 2 replies; 6+ messages in thread
From: Joerg Hartmann @ 2001-12-15 18:34 UTC (permalink / raw)
  To: PARISC Linux List

>> hp-tux:/usr/src/samba-2.2.2/source# ./configure
>> creating cache ./config.cache
>> checking for gcc... gcc
>> checking whether the C compiler (gcc -O  ) works... no
>> configure: error: installation or configuration problem:
>>            C compiler cannot create executables.

RC> Look for a config.log file in the directory. The log should show what is
RC> wrong.

The problem is a missing "crt1.o"

# gcc -o conftest -O    conftest.c  1>&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status

I have the same error with hello_world.c .
As i am not a c-coder this i a real problem for me ...
I know this is not PA-RISC Linux specific nor is it samba specific.
It's just a problem with the gcc from the 0.9.3 ISO (i think).

Maybe someone can explain, what i am doing wrong here ?
I have installed gcc from the CD with "apt-get install gcc"
and i thought it has been installed with all the files it depends on,
because there was no error message while i was doing it.

-- 
Best regards,
 Joerg                            J.Hartmann@reinarts.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] gcc on 0.9.3 iso problem
  2001-12-15 13:43 [parisc-linux] gcc on 0.9.3 iso problem Joerg Hartmann
  2001-12-15 16:16 ` Randolph Chung
@ 2001-12-17  7:43 ` Andrew Shugg
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Shugg @ 2001-12-17  7:43 UTC (permalink / raw)
  To: PARISC Linux List; +Cc: Joerg Hartmann

Quoth Joerg Hartmann:
> hp-tux:/usr/src/samba-2.2.2/source# ./configure
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc -O  ) works... no
> configure: error: installation or configuration problem:
>            C compiler cannot create executables.
> 
> Could someone please explains whats wrong here ?

Randolph's already answered your question, but I just wanted to say that
I think your hostname is rather cool.  =)

Andrew.

-- 
Andrew Shugg <andrew@neep.com.au>                   http://www.neep.com.au/

"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there?  Well I'd like to meet him.  I could do with a good laugh."

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-12-17  7:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-15 13:43 [parisc-linux] gcc on 0.9.3 iso problem Joerg Hartmann
2001-12-15 16:16 ` Randolph Chung
2001-12-15 18:34   ` Re[2]: " Joerg Hartmann
2001-12-15 17:26     ` Randolph Chung
2001-12-15 17:32     ` Thomas Bogendoerfer
2001-12-17  7:43 ` Andrew Shugg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.