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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -