Thread overview | |||||
---|---|---|---|---|---|
|
May 21, 2005 gdc configuration | ||||
---|---|---|---|---|
| ||||
Where does gdc look for its configuration? It doesn't look /etc/dmd.conf, right? (haven't tried, in fact). Also, if there's such a config file, is the syntax the same as sc.ini and dmd.conf?
--
Carlos Santander Bernal
|
May 21, 2005 Re: gdc configuration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carlos Santander | Carlos Santander wrote:
> Where does gdc look for its configuration? It doesn't look /etc/dmd.conf, right? (haven't tried, in fact). Also, if there's such a config file, is the syntax the same as sc.ini and dmd.conf?
>
Most of gdc's configuration is built in to the executables. It's specified with the 'configure' command when gdc is built.
Just FYI, there are 'specs' files under the 'lib' directory that serve a similar purpose as sc.ini. Unless you are doing something really strange, there is no need to modify them.
David
|
May 21, 2005 Re: gdc configuration | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Friedman | David Friedman escribió: > Carlos Santander wrote: > > Most of gdc's configuration is built in to the executables. It's specified with the 'configure' command when gdc is built. > > Just FYI, there are 'specs' files under the 'lib' directory that serve a similar purpose as sc.ini. Unless you are doing something really strange, there is no need to modify them. > > David Nothing strange. I just want to have one place to put libraries (instead of /usr/local/lib so I don't mess up anything) and import modules (ditto). -- Carlos Santander Bernal |
Copyright © 1999-2021 by the D Language Foundation