1 message in com.perforce.jamming[jamming] linking with shared libraries
FromSent OnAttachments
Michael Voucko29 May 2002 00:47 
Subject:[jamming] linking with shared libraries
From:Michael Voucko (vou@fillmore-labs.com)
Date:05/29/2002 12:47:51 AM
List:com.perforce.jamming

Hi all,

I have a problem with linking shared libraries. On Windows everything works fine when using the LinkLibraries rule since it is ok to replace the .dll sufffix by .lib. But if I'm on Unix replacing .so by .a is not what I want.

Is there a different way to link shard libraries or do I have to write a new rule which is able to figure out which suffix has to be appended when adding a shared library using LinkLibraries.

Thanks Michael