Thread overview
Compiling DUI in linux.
Apr 23, 2004
Mike Tsakiris
Apr 23, 2004
Stephan Wienczny
Apr 23, 2004
Ant
Apr 23, 2004
Stephan Wienczny
Apr 23, 2004
Ant
Apr 23, 2004
Ant
Apr 24, 2004
Mike Tsakiris
April 23, 2004
Hello.
I am experimenting with D and DUI in Debian.
I managed to create DUITests, but how do you compile and link a simple program like Hello.d in DUI?
What libraries you link with?
Thank you for your help.

Mike.
April 23, 2004
Mike Tsakiris wrote:

> Hello.
> I am experimenting with D and DUI in Debian.
> I managed to create DUITests, but how do you compile and link a simple program like Hello.d in DUI?
> What libraries you link with?
> Thank you for your help.
> 
> Mike.

You should not use DUI any more. There is a new GCC frontend called GDC.
Here's the page:
http://home.earthlink.net/~dvdfrdmn/d/

Stephan
April 23, 2004
In article <c6aqpo$au$2@digitaldaemon.com>, Stephan Wienczny says...
>
>Mike Tsakiris wrote:
>
>> Hello.
>> I am experimenting with D and DUI in Debian.
>> I managed to create DUITests, but how do you compile and link a simple
>> program like Hello.d in DUI?
>> What libraries you link with?
>> Thank you for your help.
>> 
>> Mike.
>
>You should not use DUI any more.

And I am the last to know...
Of course you should use DUI!

> There is a new GCC frontend called GDC.

AFAIK GDC compiles D stuff and doesn't provide a GUI toolkit.

>Here's the page:
>http://home.earthlink.net/~dvdfrdmn/d/

Anyone compiled DUI with GDC yet?

Ant
http://dui.sourceforge.net
http://leds.sourceforge.net


April 23, 2004
In article <c6adr8$2bpm$1@digitaldaemon.com>, Mike Tsakiris says...
>
>Hello.
>I am experimenting with D and DUI in Debian.
>I managed to create DUITests, but how do you compile and link a simple
>program like Hello.d in DUI?
>What libraries you link with?
>Thank you for your help.
>
>Mike.

For lack of a better answer just insert all the libs used to compile
any of the test for DUI, DUITests being a good example.
And add the ones you need for your application.

This means I can anounce DUI compiles on Debian :)
Any specific version of Debian? (I want to troudly abounce that)

Ant


April 23, 2004
In article <c6b6vj$l13$1@digitaldaemon.com>, Ant says...
> (I want to troudly abounce that)

domebody dwat my keyboard keyd while I wasbn'p lookibg!

(in other words: again please accept my appologies for
not using a spell checker)

Ant


April 23, 2004
Ant wrote:

>>You should not use DUI any more.
> 
> 
> And I am the last to know...
> Of course you should use DUI!
> 
> 
>>http://home.earthlink.net/~dvdfrdmn/d/
> 
> 
> Anyone compiled DUI with GDC yet?
> 
> Ant
> http://dui.sourceforge.net
> http://leds.sourceforge.net
> 
> 

Sorry I mixed something up...
I thought about dli...
April 24, 2004
Ant wrote:
> In article <c6adr8$2bpm$1@digitaldaemon.com>, Mike Tsakiris says...
> 
>>Hello.
>>I am experimenting with D and DUI in Debian.
>>I managed to create DUITests, but how do you compile and link a simple program like Hello.d in DUI?
>>What libraries you link with?
>>Thank you for your help.
>>
>>Mike.
> 
> 
> For lack of a better answer just insert all the libs used to compile
> any of the test for DUI, DUITests being a good example.
> And add the ones you need for your application.
> 
> This means I can anounce DUI compiles on Debian :)
> Any specific version of Debian? (I want to troudly abounce that)
> 
> Ant
> 
> 
I am using 'sarge'.
Thank you, I will try that.