Russel, On Sat, Dec 15, 2012 at 9:06 AM, Russel Winder <[email protected]> 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
_______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
