3 messages in com.perforce.jamming[jamming] LinkLibraries and system li...
FromSent OnAttachments
Roger Lipscombe31 May 2001 07:59 
David Turner31 May 2001 10:43 
Roger Lipscombe31 May 2001 11:26 
Subject:[jamming] LinkLibraries and system libraries
From:David Turner (davi@freetype.org)
Date:05/31/2001 10:43:13 AM
List:com.perforce.jamming

Hi Roger,

I've got a Jamfile like this:

Main my_server : my_file.cpp ;

LinkLibraries httpd_server : my_library ws2_32.lib ;

ws2_32.lib is a system library.

Jam says that it can't build the project, since it doesn't know how to build ws2_32.lib. How do I tell jam that the file exists?

Don't add system libraries to your dependency graph. Use LINKLIBS or NEEDLIBS instead..

Regards,