[MacPorts] #24058: g95-0.91 ld error
MacPorts
noreply at macports.org
Tue Mar 16 07:10:44 PDT 2010
#24058: g95-0.91 ld error
-----------------------------------------+----------------------------------
Reporter: brad.artman@… | Owner: takeshi@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: g95
-----------------------------------------+----------------------------------
Comment(by takeshi@…):
It appears that you are running Snow Leopard on i386 (not x86_64)
architecture. When I updated the Portfile to be compatible with Snow
Leopard I had to add
{{{
pre-build {
if {${os.arch}=="i386"} {
reinplace "s|\(g95_LDADD\)|(g95_LDADD)
${workpath}/gcc-${version_gcc}/g95/gcc/driver-i386.o|"
${worksrcpath}/Makefile
}
}}}
This might not be valid any longer. I will test on an i386 machine when I
can. In the mean time you could comment out the above in Portfile.
--
Ticket URL: <http://trac.macports.org/ticket/24058#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list