SHARE
TWEET

Untitled

a guest Mar 8th, 2014 46 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ~/develop/haiku-beacon/src> jam
  2. ...patience...
  3. ...found 98 target(s)...
  4. ...updating 3 target(s)...
  5. Link index_server/index_server
  6. /boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/4.8.2/../../../../i586-pc-haiku/bin/ld: cannot find -lclucene
  7. collect2: error: ld returned 1 exit status
  8.  
  9. gcc  -o index_server/index_server  index_server/Feeder.o index_server/Indexer.o index_server/BeaconIndex.o index_server/Logger.o index_server/StringPositionIO.o index_server/support.o index_server/main.o  -lbe -lclucene -lstdc++ -ltranslation
  10.  
  11. ...failed Link index_server/index_server ...
  12. Link searchapp/searchapp
  13. /boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/4.8.2/../../../../i586-pc-haiku/bin/ld: cannot find -lclucene
  14. collect2: error: ld returned 1 exit status
  15.  
  16. gcc  -o searchapp/searchapp  searchapp/SearchApp.o searchapp/SearchWindow.o searchapp/BeaconSearcher.o  -lbe -lclucene -lstdc++ -ltranslation
  17.  
  18. ...failed Link searchapp/searchapp ...
  19. Link indexutil/indexutil
  20. /boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/4.8.2/../../../../i586-pc-haiku/bin/ld: cannot find -lclucene
  21. collect2: error: ld returned 1 exit status
  22.  
  23. gcc  -o indexutil/indexutil  indexutil/indexutil.o  -lbe -lclucene -lstdc++ -ltranslation
  24.  
  25. ...failed Link indexutil/indexutil ...
  26.  
  27. BUILD FAILURE:
  28. ...failed updating 3 target(s)...
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top