public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* collect2: /usr/lib/libc.a: not an import library - help
@ 2000-03-30  9:21 Danielle Ballard
  2000-03-30 15:45 ` Alexandre Oliva
  2000-04-01  0:00 ` Danielle Ballard
  0 siblings, 2 replies; 4+ messages in thread
From: Danielle Ballard @ 2000-03-30  9:21 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

I trying to run the configure program for Socks. I can not get the configure
program to run successfully. The system is AIX 4.3.2 with gcc version
2.7.2.2.  Any suggestions would be appreciated.  I am not knowledgeable
about c compilers.
I have found several references the talk about the problem but no clear cut
solutions.


****Here is what /usr/lib/libc.a look like ----
lrwxrwxrwx 1 bin bin 19 May 15 1999  /usr/lib/libc.a -> /usr/ccs/lib/libc.a

****ls -l /usr/ccs/lib/libc.a
-r-xr-xr-x   2 bin      bin      5940562 Nov 27 22:57 /usr/ccs/lib/libc.a

****Here is the config.log
more config.log                                             
This file contains any messages produced by compilers while

running configure, to aid debugging if configure makes a mistake.

configure:565: checking for gcc2
configure:595: checking for gcc
configure:672: checking whether the C compiler (gcc  ) works
configure:686: gcc -o conftest    conftest.c  1>&5
collect2: /usr/lib/libc.a: not an import library
configure: failed program was:
#line 682 "configure"
#include "confdefs.h"
main(){return(0);}


Thank you,
		Danielle C. Ballard

Sparks Regional Medical Center
AIX Administrator

email:    dballard@sparks.org

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

* Re: collect2: /usr/lib/libc.a: not an import library - help
  2000-03-30  9:21 collect2: /usr/lib/libc.a: not an import library - help Danielle Ballard
@ 2000-03-30 15:45 ` Alexandre Oliva
  2000-04-01  0:00   ` Alexandre Oliva
  2000-04-01  0:00 ` Danielle Ballard
  1 sibling, 1 reply; 4+ messages in thread
From: Alexandre Oliva @ 2000-03-30 15:45 UTC (permalink / raw)
  To: Danielle Ballard; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

On Mar 30, 2000, Danielle Ballard <dballard@sparks.org> wrote:

> The system is AIX 4.3.2 with gcc version 2.7.2.2.

> collect2: /usr/lib/libc.a: not an import library

Why don't you try a newer release of GCC?  This is jsut a wild guess,
but it may be that 2.7.2.2 didn't support the library archive format
of AIX 4.3.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Re: collect2: /usr/lib/libc.a: not an import library - help
  2000-03-30 15:45 ` Alexandre Oliva
@ 2000-04-01  0:00   ` Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Danielle Ballard; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

On Mar 30, 2000, Danielle Ballard <dballard@sparks.org> wrote:

> The system is AIX 4.3.2 with gcc version 2.7.2.2.

> collect2: /usr/lib/libc.a: not an import library

Why don't you try a newer release of GCC?  This is jsut a wild guess,
but it may be that 2.7.2.2 didn't support the library archive format
of AIX 4.3.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* collect2: /usr/lib/libc.a: not an import library - help
  2000-03-30  9:21 collect2: /usr/lib/libc.a: not an import library - help Danielle Ballard
  2000-03-30 15:45 ` Alexandre Oliva
@ 2000-04-01  0:00 ` Danielle Ballard
  1 sibling, 0 replies; 4+ messages in thread
From: Danielle Ballard @ 2000-04-01  0:00 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

I trying to run the configure program for Socks. I can not get the configure
program to run successfully. The system is AIX 4.3.2 with gcc version
2.7.2.2.  Any suggestions would be appreciated.  I am not knowledgeable
about c compilers.
I have found several references the talk about the problem but no clear cut
solutions.


****Here is what /usr/lib/libc.a look like ----
lrwxrwxrwx 1 bin bin 19 May 15 1999  /usr/lib/libc.a -> /usr/ccs/lib/libc.a

****ls -l /usr/ccs/lib/libc.a
-r-xr-xr-x   2 bin      bin      5940562 Nov 27 22:57 /usr/ccs/lib/libc.a

****Here is the config.log
more config.log                                             
This file contains any messages produced by compilers while

running configure, to aid debugging if configure makes a mistake.

configure:565: checking for gcc2
configure:595: checking for gcc
configure:672: checking whether the C compiler (gcc  ) works
configure:686: gcc -o conftest    conftest.c  1>&5
collect2: /usr/lib/libc.a: not an import library
configure: failed program was:
#line 682 "configure"
#include "confdefs.h"
main(){return(0);}


Thank you,
		Danielle C. Ballard

Sparks Regional Medical Center
AIX Administrator

email:    dballard@sparks.org

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

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-30  9:21 collect2: /usr/lib/libc.a: not an import library - help Danielle Ballard
2000-03-30 15:45 ` Alexandre Oliva
2000-04-01  0:00   ` Alexandre Oliva
2000-04-01  0:00 ` Danielle Ballard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).