[Scons-dev] D Tools
Bill Deegan
bill at baddogconsulting.com
Sat Dec 15 16:20:40 EST 2012
Russel,
On Sat, Dec 15, 2012 at 9:06 AM, Russel Winder <russel at winder.org.uk> wrote:
> The standard SCons workflow, based on C compilation, is to compile each
> file separately and then link all the bits together. This also works for
> C++ and Fortran and combinations thereof. This approach works for D, but
> it seems there is a preference for having a single compile/link stage
> based on submitting sources and not creating object files. Indeed there
> are some situation where you have to do this.
>
> I am not immediately sure if this affects interworking D with C, C++ and
> Fortran in critical ways.
>
> Has anyone any experience with "always from source" approaches in
> SCons?
>
So yielding a command line like this:
gcc -o myprogram a.c b.c. d.c -lsomelibrary
?
-Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/scons-dev/attachments/20121215/4d3bb6d8/attachment.htm>
More information about the Scons-dev
mailing list