Hi, humber:~ williamg$ sudo port search gcc42 gcc42 lang/gcc42 4.2.0 The GNU compiler collection, prerelease BETA Now that GCC 4.2.0 has been officially released, I'm hoping that it will soon be available through macports, replacing the prerelease beta. I installed the macports gcc42 package, but I can't determine whether this has already happened or not: humber:~ williamg$ gcc-mp-4.2 --version gcc-mp-4.2 (GCC) 4.2.0 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - It just says "4.2.0". Is the current macports version actually 4.2.0 final, or is the description correct, and it's still a prerelease beta? Thanks, -- Bill Gallafent.
On 08.06.2007, at 17:20, William Gallafent wrote:
It just says "4.2.0". Is the current macports version actually 4.2.0 final, or is the description correct, and it's still a prerelease beta?
It's the actual release, only the description is out-of-date. These are the file it downloads and uses: set dcore gcc-core-${version}.tar.bz2 set dfort gcc-fortran-${version}.tar.bz2 set dcxx gcc-g++-${version}.tar.bz2 set djava gcc-java-${version}.tar.bz2 set dobjc gcc-objc-${version}.tar.bz2 distfiles ${dcore} ${dfort} ${dcxx} ${djava} ${dobjc} You can conform that yourself by running port cat gcc42 Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
I have gcc42 installed, but no info-files in ${prefix}/share/info. On the other hand I see a --infodir=${prefix}/share/info in the gcc42 Portfile... Since this is along build, I don't want to try whether I would get info pages this time, but maybe some of you could check whether they have the info-manuals installed or not? If yes, what could have gone wrong in my setup? If no, can someone please update the Portfile to install the info manuals alongside gcc, and also "install-info" the gcc.info into the dir-file (see also my previous more general post on that info-manuals issue)? Thank you very much in advance! Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
On Jun 8, 2007, at 10:20, William Gallafent wrote:
humber:~ williamg$ sudo port search gcc42 gcc42 lang/gcc42 4.2.0 The GNU compiler collection, prerelease BETA
Now that GCC 4.2.0 has been officially released, I'm hoping that it will soon be available through macports, replacing the prerelease beta.
gcc42 in MacPorts is already the final version. I have removed the now-inaccurate "prerelease BETA" from the description.
On Jun 8, 2007, at 15:06, Jochen Küpper wrote:
I have gcc42 installed, but no info-files in ${prefix}/share/info. On the other hand I see a --infodir=${prefix}/share/info in the gcc42 Portfile...
Since this is along build, I don't want to try whether I would get info pages this time, but maybe some of you could check whether they have the info-manuals installed or not?
According to "port contents gcc42" on my Intel Core 2 Duo MacBook Pro, it did not install anything into ${prefix}/share/info.
If yes, what could have gone wrong in my setup?
If no, can someone please update the Portfile to install the info manuals alongside gcc, and also "install-info" the gcc.info into the dir-file (see also my previous more general post on that info- manuals issue)?
That should presumably be the port maintainer, whom I'm Cc'ing on this email.
On 8 Jun 2007, at 22:53, Ryan Schmidt wrote:
On Jun 8, 2007, at 15:06, Jochen Küpper wrote:
I have gcc42 installed, but no info-files in ${prefix}/share/info. On the other hand I see a --infodir=${prefix}/share/info in the gcc42 Portfile...
Since this is along build, I don't want to try whether I would get info pages this time, but maybe some of you could check whether they have the info-manuals installed or not?
According to "port contents gcc42" on my Intel Core 2 Duo MacBook Pro, it did not install anything into ${prefix}/share/info.
If yes, what could have gone wrong in my setup?
If no, can someone please update the Portfile to install the info manuals alongside gcc, and also "install-info" the gcc.info into the dir-file (see also my previous more general post on that info- manuals issue)?
That should presumably be the port maintainer, whom I'm Cc'ing on this email.
well, none of the gcc ports I does install the info pages - I'll have a look! (looks like nobody reads those files these days... ;) -Markus --- Markus W. Weissmann http://www.mweissmann.de/
On 10.06.2007, at 13:41, Weissmann Markus wrote:
(looks like nobody reads those files these days... ;)
Well, I Do;) It's especially useful to have them on my notebook's hardisk when I am traveling... Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
participants (4)
-
Jochen Küpper
-
Ryan Schmidt
-
Weissmann Markus
-
William Gallafent