www.digitalmars.com         C & C++   DMDScript  

D.gnu - requirements to compile under linux ?

reply Jarek Zuk <Jarek_member pathlink.com> writes:
Hello !

I tired to compile d front-end under linux and I run into problems wich a
experienced programer cannot resolve. Missing source files. 
What needs to be installed in order to compile ? 
Oct 29 2002
next sibling parent reply Jan Knepper <jan smartsoft.us> writes:
Which D Font End did you use?
Which GCC C++ did you use?
Have you followed any of the instructions? (If there are any?)



Jarek Zuk wrote:

 Hello !

 I tired to compile d front-end under linux and I run into problems wich a
 experienced programer cannot resolve. Missing source files.
 What needs to be installed in order to compile ?
Oct 29 2002
parent reply Jarek Zuk <Jarek_member pathlink.com> writes:
In article <3DBEC217.450DCE1 smartsoft.us>, Jan Knepper says...
Which D Font End did you use?
Which GCC C++ did you use?
Have you followed any of the instructions? (If there are any?)
I tried to compile "dli". I dont know what the difference between dli and other packages on opend.org. I gues I need gcc sources to do this. Is there any instructions on how to do this ? "dli" package have almost no istructions. Where can I read about what is what and how to compile it?
Oct 31 2002
parent Burton Radons <loth users.sourceforge.net> writes:
Jarek Zuk wrote:
 In article <3DBEC217.450DCE1 smartsoft.us>, Jan Knepper says...
 
Which D Font End did you use?
Which GCC C++ did you use?
Have you followed any of the instructions? (If there are any?)
I tried to compile "dli". I dont know what the difference between dli and other packages on opend.org. I gues I need gcc sources to do this. Is there any instructions on how to do this ? "dli" package have almost no istructions.
dli's my package. What errors did you get? There's some GCC problems due to bugs in earlier versions, but I'm in the wrong OS to find out what they were. It's alpha software, so it'll be awhile before it works on every machine perfectly.
Oct 31 2002
prev sibling parent Karim Sharif <Karim_member pathlink.com> writes:
In article <apm6j8$18no$1 digitaldaemon.com>, Jarek Zuk says...
Hello !

I tired to compile d front-end under linux and I run into problems wich a
experienced programer cannot resolve. Missing source files. 
What needs to be installed in order to compile ? 
I understand that it's been some time since I downloaded this, but I went through and fixed the 'Missing source files' errors (as they arn't really missing, it's the makefile path info and the use of some depreciated headers) Anyway, I simply tared up the dir I was using to eval the stuff and posted it on my site (don't want to post anything but links to the news group). This is not however an attempt to distribute this package, I am posting this for your convience and help only, and will remove it in 24 hours. www.lexicontechnology.com/dli-0.1.2.tgz un-tar the tgz, cd dli-0.1.2, type make and hit enter good luck, I hope this helps, Karim Sharif btw, I am running Red Hat 8.0 Kernel; 2.4.18-14
Dec 10 2002