I am trying to compile my opennurbs library with gcc/12.3 but it is failing with the following error:
ar: opennurbs_3dm_attributes.o: file format not recognized
make[2]: *** [Makefile:481: libopenNURBS.a] Error 1
make[2]: Leaving directory ‘/scratch/babazado/StarPU/SRC/opennurbs’
make[1]: *** [Makefile:3: all] Error 2
make[1]: Leaving directory ‘/scratch/babazado/StarPU/SRC’
make: *** [Makefile:201: all] Error 2
However, when I do with gcc/9.3, it compiles without any issue. Can anyone help me out?
~Thanks
New contributor
babazado is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.