Re: gcc34 -- yikes!
"Tabitha McNerney" <[email protected]> Tue, 15 Aug 2006 01:01:13 -1000
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
Taking a closer look at the Octave port, I'm wondering what exactly Tcl is
doing here with regard to the configure.env-delete and
configure.env-appenddirectives? I noticed that Octave needed both g77
(and therefore gcc34) and
gfortran (therefore gcc40). It was my understanding that Octave only needed
one Fortran compiler (such as only gfortran), not both?
Regards,
T.
platform darwin 8 powerpc {
depends_run-delete port:gcc34
depends_run-append port:gcc40
configure.env-delete CC="gcc-dp-3.4"
configure.env-delete CXX="g++-dp-3.4"
configure.env-delete F77="g77-dp-3.4"
configure.env-delete FLIBS="-lg2c"
configure.env-append CC="gcc-dp-4.0"
configure.env-append CXX="g++-dp-4.0"
configure.env-append F77="gfortran-dp-4.0"
configure.env-append FLIBS="-lgfortran"
configure.args-append --with-blas="-framework Accelerate"
}
On 8/14/06, Ryan Schmidt <[email protected]> wrote:
>
>
> On Aug 15, 2006, at 02:41, Tabitha McNerney wrote:
>
> > Has anyone tried to install gcc34 version 3.4.6 on either PPC or
> > Intel arch?
> >
> > I tried a port install of gcc34 on a single processor G4 and it
> > took hours
> > and did not complete so I control-C'ed out of it and cleaned the
> > port rather
> > than using it. On an Intel Mac Mini Duo Core, gcc34 actually failed
> > (I will
> > reattempt the install with a -v to get more verbose output and file
> > a bug
> > report).
>
> There have been reports on this list before that gcc3 is in general
> not compatible with Intel Macs.
>
> And on PPC Macs I'm unsure why anyone would want such a port, since
> you can just install gcc3 by using the Xcode installer.
>
>
>