| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 09 Jan 2026 05:47:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100314073653
location: https://web.archive.org/web/20100314073653/https://llvm-gcc42.darwinports.com/
server-timing: captures_list;dur=0.630206, exclusion.robots;dur=0.047186, exclusion.robots.policy;dur=0.035532, esindex;dur=0.013174, cdx.remote;dur=17.516978, LoadShardBlock;dur=121.204355, PetaboxLoader3.datanode;dur=50.852621, PetaboxLoader3.resolve;dur=14.785309
x-app-server: wwwb-app218-dc8
x-ts: 302
x-tr: 169
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 09 Jan 2026 05:47:16 GMT
content-type: text/html
x-archive-orig-date: Sun, 14 Mar 2010 07:36:45 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Sun, 14 Mar 2010 07:36:53 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100314073306_crawl102-c/51_14_20100314073644_crawl103.arc.gz
server-timing: captures_list;dur=0.587145, exclusion.robots;dur=0.020264, exclusion.robots.policy;dur=0.009094, esindex;dur=0.011856, cdx.remote;dur=35.269662, LoadShardBlock;dur=172.958745, PetaboxLoader3.datanode;dur=197.499486, PetaboxLoader3.resolve;dur=53.083394, load_resource;dur=128.950593
x-app-server: wwwb-app218-dc8
x-ts: 200
x-tr: 425
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Llvm-gcc42 version 2.6 - How to Download and Install on Mac OS X
|
|||||||||
Saturday the 13th of March, 2010 |
|||||||||
llvm-gcc42 most recent diffversion 2.6
Scroll down toward the bottom of the page to get installation instructions for llvm-gcc42. The raw portfile for llvm-gcc42 2.6 is located here: https://llvm-gcc42.darwinports.com/dports/lang/llvm-gcc42/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/llvm-gcc42 The llvm-gcc42 Portfile 60440 2009-11-12 16:20:19Z erickt PortSystem 1.0 set major 4.2 Name: llvm-gcc42 Version: 2.6 Category: lang Platform: darwin Maintainers: erickt openmaintainer Description: llvm is a next generation compiler infrastructure Long Description: llvm brings tools to work on the llvm intermediate language incl. a C and C++ frontend. Homepage: https://llvm.org/ Master Sites: https://llvm.org/releases/${version}/ distname llvm-gcc-${major}-${version}.source Checksums: md5 4e8c5a1035701c231dbfc7e2af2d7571 sha1 60670d550be09a57d315efa259d2b19955f6fa79 rmd160 08d7ffadb88e3abdcc971372f737e4ddf8f991c6 depends_lib port:llvm worksrcdir build pre-patch { file mkdir ${workpath}/build } # the generated compiler doesn't accept -arch if {[info exists build_arch] && ${os.platform} == "darwin"} { if {(${os.arch} == "i386" && $build_arch == "i386") || (${os.arch} == "powerpc" && $build_arch == "ppc")} { configure.env-append CFLAGS_FOR_TARGET="-m32 ${configure.cflags}" } elseif {(${os.arch} == "i386" && $build_arch == "x86_64") || (${os.arch} == "powerpc" && $build_arch == "ppc64")} { configure.env-append CFLAGS_FOR_TARGET="-m64 ${configure.cflags}" } else { pre-fetch { return -code error "Cannot build $name for $build_arch" } } configure.env-append CFLAGS_FOR_BUILD="${configure.cc_archflags} ${configure.cflags}" configure.cc_archflags configure.cxx_archflags configure.objc_archflags } configure.cmd ../llvm-gcc${major}-${version}.source/configure configure.args-append --enable-llvm=${prefix}/lib/llvm/obj --enable-languages=c,c++,objc,obj-c++ --mandir=${prefix}/share/man --infodir=${prefix}/share/info --program-prefix=llvm- --program-suffix=-${major} post-destroot { file delete -force ${destroot}/${prefix}/share/man/man7 file delete -force ${destroot}/${prefix}/share/info file delete -force ${destroot}/${prefix}/bin/gccld file delete -force ${destroot}/${prefix}/bin/gccas } platform darwin { post-extract { system "rm -rf ${workpath}/llvm-gcc${major}-${version}.source/libstdc++-v3" } configure.args-append --with-gxx-include-dir=/usr/include/c++/4.0.0 } platform darwin powerpc { set triple powerpc-apple-darwin${os.major} configure.env-append TRIPLE=${triple} configure.post_args --build=${triple} --host=${triple} --target=${triple} } platform darwin i386 { set triple i686-apple-darwin${os.major} configure.env-append TRIPLE=${triple} TARGETOPTIONS="--with-arch=nocona --with-tune=generic" configure.post_args --build=${triple} --host=${triple} --target=${triple} } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/llvm-gcc42You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using llvm-gcc42 with these commands: % man llvm-gcc42 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




