Changes between Initial Version and Version 1 of Ticket #56811, comment 8


Ignore:
Timestamp:
Jul 14, 2018, 6:49:29 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56811, comment 8

    initial v1  
    33/opt/local/bin/clang++-mp-3.7 -Wall -pipe -Os -stdlib=libc++ -arch x86_64  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o par2  par2cmdline.o commandline.o crc.o creatorpacket.o criticalpacket.o datablock.o descriptionpacket.o diskfile.o filechecksummer.o galois.o mainpacket.o md5.o par1fileformat.o par1repairer.o par1repairersourcefile.o par2creator.o par2creatorsourcefile.o par2fileformat.o par2repairer.o par2repairersourcefile.o recoverypacket.o reedsolomon.o verificationhashtable.o verificationpacket.o -lstdc++
    44}}}
    5 adds a `-stdlib=libc++` but then feels it needs to hardcode `-lstc++` at the end as well. So it's sometimes sorta randomly broken, probably...
     5adds a `-stdlib=libc++` but then feels it needs to hardcode `-lstc++` at the end as well. So it's sometimes sorta randomly broken, probably..., depending on which compiler tries to build it on which systems.