I am trying to install O2 DPG packages in my local machine ( Mcbook Pro, macOS Monterey 12.3.1, Apple M1 pro).
While trying to install EVTGEN, I face an error at Building PHOTOS@v.3.64 :
aliBuild build EVTGEN --defaults o2
Despite giving a reply 2 years later, I still hope what’s being posted here would help you out.
Actually we’ve been facing the same issue with M1 chip MacOSX(Sonoma 14.7 and Sequoia 15.2), and with huge help of @Andry who has managed to fix PHOTOS building issue for intel chip MacOSX, we understood that apparently -soname is a known option for Linux but not for MacOSX, so you would first need to replace it everywhere by -install_name. The later will fix error msg in original post, but you will still have another issue of dynamic library linking for some c++ libraries; to fix that, you have to re-adapt a bit the setup for make.