public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* libg2c.a missing in 4.1.1
@ 2007-03-07 16:33 satyaakam goswami
  2007-03-07 17:11 ` Brian Dessent
  0 siblings, 1 reply; 3+ messages in thread
From: satyaakam goswami @ 2007-03-07 16:33 UTC (permalink / raw)
  To: gcc-help

Hi,
    Noticed libg2c.a is missing in /lib in 4.1.1 hierarchy , whats
the equivalent of libg2c.a in gcc 4.1.1 , any pointers .

Satya

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

* Re: libg2c.a missing in 4.1.1
  2007-03-07 16:33 libg2c.a missing in 4.1.1 satyaakam goswami
@ 2007-03-07 17:11 ` Brian Dessent
  2007-03-07 21:27   ` satyaakam goswami
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Dessent @ 2007-03-07 17:11 UTC (permalink / raw)
  To: satyaakam goswami; +Cc: gcc-help

satyaakam goswami wrote:

>     Noticed libg2c.a is missing in /lib in 4.1.1 hierarchy , whats
> the equivalent of libg2c.a in gcc 4.1.1 , any pointers .

libg2c was part of g77, which was dropped in gcc 4.x.  The replacement,
gfortran, does not have any such library.  The functions that used to be
in that library are implemented as intrinsics, and so -lg2c should not
be necessary (but see also -ff2c).

Brian

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

* Re: libg2c.a missing in 4.1.1
  2007-03-07 17:11 ` Brian Dessent
@ 2007-03-07 21:27   ` satyaakam goswami
  0 siblings, 0 replies; 3+ messages in thread
From: satyaakam goswami @ 2007-03-07 21:27 UTC (permalink / raw)
  To: gcc-help

On 3/7/07, Brian Dessent <brian@dessent.net> wrote:
> satyaakam goswami wrote:
>
> >     Noticed libg2c.a is missing in /lib in 4.1.1 hierarchy , whats
> > the equivalent of libg2c.a in gcc 4.1.1 , any pointers .
>
> libg2c was part of g77, which was dropped in gcc 4.x.  The replacement,
> gfortran, does not have any such library.  The functions that used to be
> in that library are implemented as intrinsics, and so -lg2c should not
> be necessary (but see also -ff2c).
do you mean we can use -lf2c instead of -lg2c

Satya

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

end of thread, other threads:[~2007-03-07 17:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-07 16:33 libg2c.a missing in 4.1.1 satyaakam goswami
2007-03-07 17:11 ` Brian Dessent
2007-03-07 21:27   ` satyaakam goswami

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).