g++-mp-4.1 missing after installing gcc41
After installed gcc41, I found that g++-mp-4.1 is missing, and /opt/local/include/gcc41/ does not even exist (but gcc-mp-4.1 seems working, at least it can print out the built-in specs by specifying -v).... Is it supposed to be like this, or is there something wrong there, or is there another package for g++4.1? Thank a lot, Hui
On Jan 19, 2008, at 04:07, Hui Li wrote:
After installed gcc41, I found that g++-mp-4.1 is missing, and /opt/ local/include/gcc41/ does not even exist (but gcc-mp-4.1 seems working, at least it can print out the built-in specs by specifying -v)....
Is it supposed to be like this, or is there something wrong there, or is there another package for g++4.1?
I haven't tried gcc41, but why not use gcc42? It provides ${prefix}/ bin/g++-mp-4.2 and also many files in ${prefix}/include/gcc42. The only ports that depend on gcc41 are ftidy and pdftk, and then only in variants. I maintain pdftk and ftidy has no maintainer. I'd be happy to remove the gcc41 variants from those portfiles. Is there then still a reason to keep gcc41 around, except for completeness?
On 19 Jan 2008, at 13:09, Ryan Schmidt wrote:
On Jan 19, 2008, at 04:07, Hui Li wrote:
After installed gcc41, I found that g++-mp-4.1 is missing, and /opt/ local/include/gcc41/ does not even exist (but gcc-mp-4.1 seems working, at least it can print out the built-in specs by specifying -v)....
Is it supposed to be like this, or is there something wrong there, or is there another package for g++4.1?
no, this was a known bug [1] which just got fixed in the ports tree. Look out for revision 3 of gcc41. Regards, -Markus [1] https://trac.macosforge.org/projects/macports/ticket/13314 -- Dipl. Inf. (FH) Markus W. Weissmann http://www.mweissmann.de/
I got some strange memory violation while running the test suite of MTL4 on my Intel mac, using either Apple GCC4.0 or g++-mp-4.2 (but none of the problems appear for g++-4.x on a debian x86_64 system, or if g++-mp-4.3 is used on the mac). So I wanted to see if the same problems occur for g++- mp-4.1... now I know they do, unfortunately. Markus: thanks a lot, gcc41 installs fine now. Hui 2008/1/19, Ryan Schmidt <ryandesign@macports.org>:
On Jan 19, 2008, at 04:07, Hui Li wrote:
After installed gcc41, I found that g++-mp-4.1 is missing, and /opt/ local/include/gcc41/ does not even exist (but gcc-mp-4.1 seems working, at least it can print out the built-in specs by specifying -v)....
Is it supposed to be like this, or is there something wrong there, or is there another package for g++4.1?
I haven't tried gcc41, but why not use gcc42? It provides ${prefix}/ bin/g++-mp-4.2 and also many files in ${prefix}/include/gcc42.
The only ports that depend on gcc41 are ftidy and pdftk, and then only in variants. I maintain pdftk and ftidy has no maintainer. I'd be happy to remove the gcc41 variants from those portfiles. Is there then still a reason to keep gcc41 around, except for completeness?
participants (3)
-
Hui Li
-
Markus Weissmann
-
Ryan Schmidt