Changes between Initial Version and Version 1 of Ticket #17667


Ignore:
Timestamp:
02/16/2023 08:47:38 AM (15 months ago)
Author:
pierre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17667

    • Property Milestone 11.411.3
    • Property Type enhancementdefect
  • Ticket #17667 – Description

    initial v1  
    99        ln -fs $(LIBNEWTSH) $(LIBNEWTSONAME)
    1010}}}
    11 The problem is that if the first target is done ''after'' the second (which may happen since the two targets are unrelated), then $(LIBNEWTSONAME) is a symlink to $(LIBNEWTSH) (the shared library), so that the "ar" command, which reads `ar $(LIBNEWTSONAME) $(LIBOBJS)`, triezs to make an archive into a shared library, and complains about a non recognized format.
     11The problem is that if the first target is done ''after'' the second (which may happen since the two targets are unrelated), then $(LIBNEWTSONAME) is a symlink to $(LIBNEWTSH) (the shared library), so that the "ar" command, which reads `ar $(LIBNEWTSONAME) $(LIBOBJS)`, tries to make an archive into an already existing shared library, and complains about a non recognized format.