May 27, 2002 Installation instructions | ||||
---|---|---|---|---|
| ||||
I 'm trying to develop with the D language, but I can't seem to direct the compiler to the right include path. I downloaded the zip package and extracted the contents, taking care to keep the directory structures intact. When I run the DMD program in the BIN directory, it says it can't find 'phobos.lib', wherever that is. Then, when I used the -I:path switch, it said it couldn't find the 'link' program, Is it because I have to use a special switch to direct the compiler to the correct library folder? |
May 27, 2002 Re: Installation instructions | ||||
---|---|---|---|---|
| ||||
Posted in reply to James Yates IV | Try: set LIB=\dmd\lib;\dm\lib; "James Yates IV" <jamesyates03@yahoo.com> wrote in message news:acu0jo$2590$1@digitaldaemon.com... > I 'm trying to develop with the D language, but I can't seem to direct the compiler to the right include path. I downloaded the zip package and extracted the contents, taking care to keep the directory structures intact. > When I run the DMD program in the BIN directory, it says it can't find 'phobos.lib', wherever that is. > > Then, when I used the -I:path switch, it said it couldn't find the 'link' program, > > Is it because I have to use a special switch to direct the compiler to the correct library folder? > > |
Copyright © 1999-2021 by the D Language Foundation