|
|
| About site: Programming/Languages/D/Software - gdcmac |
Return to Computers also Computers |
| About site: http://gdcmac.sourceforge.net/ |
Title: Programming/Languages/D/Software - gdcmac GNU D Compiler (GDC) for Mac OS X (10.3/10.4). Easy-to-use packages to install D. Descriptions, downloads. |
|
|
|
|
The_Alchemist\'s_Lair Tutorial on using multimedia and presentation software in the classroom.
| Pcrus_net Provides selection of computer hardware and software.
| Website_Design_101 A comprehensive guide to professional website design. Includes a directory of UK web design companies.
| DBPD_Magazine Digital incarnation of Database Programming & Design, a technical magazine for database professionals.
| Akide IDE coded in D, for D use mainly, should support most other languages or compilers, for projects small (one language, one file) to big (a few languages, many files). News, overview, features, issues,
| Melonfire Web design and application development for small businesses. Located in Bombay, India.
|
|
| Alexa statistic for http://gdcmac.sourceforge.net/ |
Please visit: http://gdcmac.sourceforge.net/
|
| Related sites for http://gdcmac.sourceforge.net/ |
| Software_Planner Manages all phases of the software lifecycle. It includes all the Defect Tracker features in addition to managing discussions, appointments / to-do lists, project tasks and contacts. (Pragmatic Soft | | MQSoftware Software, education and consulting for IBM WebSphere MQ messaging middleware environments. | | Hermann,_Miki National Center for Scientific Research (France). | | What_Do_Users_Want?_Engineering_Usability_into_Software User-Centered Design. Simple approaches for delivering smaller, simpler systems that better serve the needs of users. | | CFITSIO Offers an interface to William Pence's CFITSIO subroutine library. | | RFC_1397_-_Default_Route_Advertisement_in_BGP_versions_2_and_3 Specifies how default routes should be advertised in older versions of BGP. | | The_Telephony_Voice_User_Interface Market Studies and Source Guides (William S. Meisel - TMA Associates). | | RFC_0630 FTP Error Code Usage for More Reliable Mail Service. J. Sussmann. April 1974. | | Mercury Windows interface to send text messages to mobile phones via web-based SMS gateways. Features include sending one message to multiple recipients and spanning a long message over multiple SMS'. | | OSCAR .NET platform for the construction of flexible and adaptable software systems. It includes a specialized UML IDE and a component application run-time engine for system execution. [Commercial or Open S | | Xceed_Dot_NET_Products C# zip and streaming compression components for the Microsoft .NET framework. | | QtDMM A simple DMM readout software including a configurable recorder. | | VLC Multimedia player of the VideoLAN project for several platforms, streams live MPEG-4 content via RTP and aacPlus via Shoutcast, transcodes to AAC with FAAC. | | Bloxster Archive your posts, keep a list of friends and allow comments on your weblog. | | Delphi_page_on_4th_february VCL and CLX components, sample projects, tutorials, code examples, tips and tricks, links. Home of 4th GUI Library. | | RegisterFree Domain name registration service offering bulk purchase discounts, private label sites and affiliate programs. | | RFC_2528 Internet X.509 Public Key Infrastructure Representation of Key Exchange Algorithm (KEA) Keys in Internet X.509 Public Key Infrastructure Certificates. R. Housley, W. Polk. March 1999. | | Concurrency_in_Ada By Alan Burns, Andy Wellings; Cambridge University Press, 1998, ISBN 052162911X. A main Ada trait is facilities for concurrent programming; thorough, self-contained book, good for beginners to experts | | ConferWeb Allows WebStar and other web servers to host guestbooks, bulletin boards, and discussion forums in a highly customizable and flexible fashion. | | Elliott,_Aaron__-__Forwardtrends Offers web/graphic design and development. |
|
This is websites2007.org cache of m/ as retrieved on 2008.08.29 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
gdcmac - GCC D Compiler for Mac OS X[see also the Windowsor the GNU/Linux versions]gdcmac - GCC D Compiler for Mac OS X (Apple GCC) Project page: http://sourceforge.net/projects/gdcmac/(Bug Reports, Feature Requests, etc) D is a general purpose systems and applications programming language.D by Walter Bright, see http://d-programming-language.org/The D programming language is a higher level language than C++, but retains the ability towrite high performance code and interface directly with the operatingsystem API's and with hardware. D is not a scripting language, nor an interpreted language.The Digital Mars D Compiler (DMD), is available for Windows and x86 LinuxDMD by Digital Mars, see http://www.digitalmars.com/d/The official D "reference" compiler, DMD, is based on the same back-end as the Digital Mars C/C++ compiler for Windows.There is also a binary version available for Linux, but DMD is not re-distributable and the back-end source code is not available.The GCC D Compiler (GDC) is based on the GNU Compiler Collection (GCC)GDC by David Friedman, see http://dgcc.sourceforge.net/You can run programs created with GDC on any Mac OS X machine (no special run-time libraries required)It is also possible to link with programs created by the usual Apple versions of the GCC C Compiler (gcc) and the GCC C++ Compiler (g++).Current ReleaseIf you are running on Intel you want the "X86" versions, if running on PowerPC you want the "PPC" versions.Versions that work on both PowerPC and Intel are marked "Universal".D doesn't support 64-bit code (PPC64/x86_64) or vector code (AltiVec/SSE) yet. GDC 0.24+ requires Mac OS X 10.4+ (gcc-4.0)Download GDC 0.24 for Mac OS X, based on DMD 1.020 and released on Aug 22 2007:Note: GDC doesn't work with Mac OS X 10.5 "Leopard" and Xcode 3.0 yet, but you can use the gdc compilerfor Mac OS X 10.4 "Tiger" and Xcode 2.5 meanwhile (on Leopard). You will need some GCC support files fromthe GDC tarball(not in the gdcmac PKG). More detailed instructions to follow shortly...Universal: GDC 0.24 for Tiger (Xcode Tools 2.4) based on Apple GCC 4.0, 11.0 MB Apple "Universal" GCC build 5363, gdc-4.0 that allows building on and for both Intel and PowerPC. GDB-D 0.2 for Tiger (Xcode Tools 2.4) based on Apple GDB 6.3, 4.6 MB Apple "Universal" GDB build 563, gdb that allows debugging D programs on both Intel and PowerPC.You need to have regular Xcode Tools already installed, in order to use this GDC package.See also GDC with Xcode for how to use the Xcode IDE with D language.Or do you need some additional help, Getting Started with GDC ?If you don't like Installers, tarballs (and source code) are available tooPlease note that you need a recent version of Xcode, noted above (e.g. 1.2+ for Panther, or 2.2+ for Tiger).You must also upgrade to the latest version of the Mac OS X operating system (e.g. 10.2.8 for Jaguar, 10.3.9 for Panther) Previous ReleasesDownload GDC 0.23 for Mac OS X, based on DMD 1.007 and released on Mar 05 2007:Universal: GDC 0.23 for Tiger (Xcode Tools 2.4) based on Apple GCC 4.0, 10.8 MBDownload GDC 0.22 for Mac OS X, based on DMD 1.004 and released on Feb 05 2007:Universal: GDC 0.22 for Tiger (Xcode Tools 2.4) based on Apple GCC 4.0, 9.9 MBDownload GDC 0.21 for Mac OS X, based on DMD 1.00 and released on Jan 02 2007:Universal: GDC 0.21 for Tiger (Xcode Tools 2.4) based on Apple GCC 4.0, 9.9 MB Apple "Universal" GCC build 5363, gdc-4.0 that allows building on and for both Intel and PowerPC.PowerPC: (deprecated) GDC 0.21 for Panther (Xcode Tools 1.5) based on GCC 3.3.6*, 2.4 MB Panther (Mac OS X 10.3) with Xcode 1.x uses Apple GCC 3.3, this gdc-3.3 should be compatible.Note: Full D templates do not work with GCC 3.x for Panther, which breaks "readf" and DMDScript and some other programs.We need to back-port a feature called "one-only linkage" from Apple GCC for them to work correctly.Unsupported: GDC 0.19 for Jaguar (Dec 2002 Dev Tools) based on GCC 3.3.6*, 2.4 MB Jaguar (Mac OS X 10.2) originally shipped with GCC 3.1, which must first be upgraded.Unavailable: GDC 0.19 for Puma (Dec 2001 Dev Tools) - not available nor supported Puma (Mac OS X 10.1) originally shipped with GCC 2.95, which is too old to run GDC.Xcode Support: Xcode Plugin (Xcode 2.x) - see the new plugin at D for Xcode For Xcode 1.x, use some custom build rules or commandline gdc/gdb in Terminal d-xcode-support.zip (basic support files for Xcode 1.x) - 14 KB D file and language specifications as well as a icon, for use with the Xcode IDESyntax Coloring: Smultron (Mac OS X 10.4 and up) - see website for Smultron The text editor Smultron comes with D programming language support built-in d-textwrangler-lm.zip (TextWrangler) - 1 KB Simple codeless syntax coloring language module for TextWrangler and BBEdit Software LicenseGDC is Free Software, released under the GNU General Public License (GPL)Free Software grants you four basic freedoms: (see also the License Agreement)Freedom to use the program, for any purpose.Freedom to study how the program works and to adapt it to your needs (source code access).Freedom to copy and distribute (you can help your neighbour).Freedom to improve the program and make the enhancements available so all the community benefits. Mac OS X packaging of GDC was done by Anders F Björklund <afb@users.sourceforge.net>  |
|
| |
GNU | D | Compiler | (GDC) | for | Mac | OS | X | (10.3/10.4). | Easy-to-use | packages | to | install | D. | Descriptions, | downloads. |
|
http://gdcmac.sourceforge.net/
gdcmac 2008 August
dvd rental
dvd
GNU D Compiler (GDC) for Mac OS X (10.3/10.4). Easy-to-use packages to install D. Descriptions, downloads.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- iKobo - Free Credit Report - Lockers - Pozycjonowanie - Power Tools
|