www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D on 64bit

reply Vadim Tkachenko <vadim mysqlperformanceblog.com> writes:
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
next sibling parent Sean Kelly <sean f4.ca> writes:
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
prev sibling parent Justin C Calvarese <technocrat7 gmail.com> writes:
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