Changes between Initial Version and Version 2 of Ticket #1116
- Timestamp:
- Apr 25, 2017, 5:16:54 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1116 – Description
initial v2 2 2 3 3 I am trying to compile Delphes 3.4.1 on my mac distribution 10.11.6 and I got the following compilation error: 4 4 {{{ 5 5 ld: can't open output file for writing: Validation, errno=21 for architecture x86_64 6 6 clang: error: linker command failed with exit code 1 (use -v to see invocation) 7 7 make: *** [Validation] Error 1 8 8 make: *** Waiting for unfinished jobs.... 9 9 }}} 10 10 I have attached a log file with the full output of the compilation procedure if it may help. 11 11 Please, can you help me to figure out how to fix it?