digitalmars.D - D on 64bit
- Vadim Tkachenko (8/8) Feb 23 2007 Hi,
- Sean Kelly (4/9) Feb 23 2007 Code generation. GDC is pretty close to supporting 64-bit though, from
- Justin C Calvarese (13/19) Feb 24 2007 It's being worked on.
Hi, I'm looking on D compilers long time and there are still no compiler for Linux 64bit platform, althrough it is very popular nowadays. What is the problem with 64bit? Also is there a binging to MySQL client library ? -- Vadim Tkachenko, MySQL Performance Expert MySQL Performance Blog - http://www.mysqlperformanceblog.com MySQL Consulting http://www.mysqlperformanceblog.com/mysql-consulting/
Feb 23 2007
Vadim Tkachenko wrote:Hi, I'm looking on D compilers long time and there are still no compiler for Linux 64bit platform, althrough it is very popular nowadays. What is the problem with 64bit?Code generation. GDC is pretty close to supporting 64-bit though, from what I've heard. Sean
Feb 23 2007
Vadim Tkachenko wrote:Hi, I'm looking on D compilers long time and there are still no compiler for Linux 64bit platform, althrough it is very popular nowadays. What is the problem with 64bit?It's being worked on. http://www.digitalmars.com/webnews/newsgroups.php?art_group=D.gnu&article_id=2424 <quote> 4-bit support is almost ready. The compiler works, but I am dealing with all sorts of build problems. </quote>Also is there a binging to MySQL client library ?DDBI is supposed to support MySQL: http://www.dsource.org/projects/ddbi You also might try: http://www.steinmole.de/d/ (MySQL for D) By the way, I try to maintain a list of database-related projects: http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings -- jcc7
Feb 24 2007