Instructions for compilation from multiple source files

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Nov 10 07:35:42 PST 2014


On Mon, 10 Nov 2014 14:12:12 +0000
Solomon E via Digitalmars-d-learn <digitalmars-d-learn at puremagic.com>
wrote:

> I keep saying I want documentation or specifications.
and i keep saying that if you can't find those for you case, you'd
better stick with IDE. you keep ignoring the fact that gdc is a part of
GCC and you have to read GCC documentation to understand the process.

ok, it's your right to insist that gdc must include GCC documentation,
but don't expect it to happen, as this will be a useless duplication.

any person that is familiar with GCC suite immediately groks how to use
gdc, 'cause it's not different from other GCC frontends. sure, it has
some specific options, and those options are documented in manpage.

if you don't want to see gdc as a part of GCC suite... oh, well, it's
your choice. other gdc users has no problems with that and they aren't
refusing to understand how GCC should be used, what files it produces
and how.

as you obviously don't want to learn that, i keep recommending you to
use IDE for working with your code, 'cause IDE knows how to call
requred tools from the toolchain.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20141110/365452a6/attachment-0001.sig>


More information about the Digitalmars-d-learn mailing list