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

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -