[Scons-users] Getting builds to work with the -j flag

William Blevins wblevins001 at gmail.com
Thu Feb 18 17:57:00 EST 2016


And Pawel probably wins the gold star!

I assume this is a difference in the default LIBPATH assumptions between
SCons and VS that the link occurs at all.

On Thu, Feb 18, 2016 at 10:33 PM, Paweł Tomulik <ptomulik at meil.pw.edu.pl>
wrote:

> W dniu 18.02.2016 o 00:40, Steve Robinson pisze:
> > SharedLibrary('add', 'add.cpp')
> > Program('main', 'main.cpp', LIBS='add')
>
>
> Try:
>
> Program('main', 'main.cpp', LIBS=['add'], LIBPATH=['.'])
>
> --
> Pawel Tomulik
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160218/5b71eea2/attachment.html>


More information about the Scons-users mailing list