c++ - Linker output while compiling custom libraries: File was built for archive which is not the architecture being linked -
i'm working simulation code uses custom libraries , archives, @ compilation time following message:
ld: warning: ignoring file ../nr/libnr.a, file built archive not architecture being linked (x86_64): ../nr/libnr.a
can give me leads how issue may come from?
Comments
Post a Comment