[petsc-dev] Running dsymutil in GNU make build

Jed Brown jedbrown at mcs.anl.gov
Mon Nov 4 13:20:16 CST 2013


Satish Balay <balay at mcs.anl.gov> writes:

>> http://cygwin.com/cygwin-ug-net/dll.html
>
> Yes - basically it creates both a .a and .dll file [so extra options
> to specify these output files]

So both files are significant and there is no way to create them
separately?  Does the single concept "shared library"/"DLL" refer to
both the .dll and the .dll.a?  Can the names have the same stem?

If so, we can specify them using pattern rules:

%.dll %.dll.a : prereqs
	recipe


Make cannot guarantee proper clean-up after failure if we don't specify
dependencies completely and accurately.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131104/228ceb34/attachment.sig>


More information about the petsc-dev mailing list