Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. fatal error: /Library/Developer/CommandLineTools/usr/bin/lipo: archive
  2. with no architecture specification: libdb_factory32.a
  3. (can't determine architecture for it)
  4.  
  5. Compiling
  6. -n
  7. -n Concurent example [..
  8. ld: warning: ignoring file ./lib//libdb_factory.a, file was built for
  9. archive which is not the architecture being linked (x86_64): ./lib//libdb_factory.a
  10. Undefined symbols for architecture x86_64:
  11. "_db_factory_create_element", referenced from:
  12. _insert_create in factory-0aefa1.o
  13. "_db_factory_get_element_name", referenced from:
  14. _transporter in factory-0aefa1.o
  15. "_db_factory_get_ready_state", referenced from:
  16. _transporter in factory-0aefa1.o
  17. "_db_factory_get_stock", referenced from:
  18. _transporter in factory-0aefa1.o
  19. _receiver in factory-0aefa1.o
  20. _insert_update in factory-0aefa1.o
  21. "_db_factory_init", referenced from:
  22. _init_factory in factory-0aefa1.o
  23. "_db_factory_update_stock", referenced from:
  24. _transporter in factory-0aefa1.o
  25. _insert_update in factory-0aefa1.o
  26. ld: symbol(s) not found for architecture x86_64
  27. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  28. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement