nwoolls / homebrew-xgminer

Homebrew formulas for CGMiner and BFGMiner
35 stars 28 forks source link

symbol(s) not found for architecture x86_64 #3

Open meoso opened 10 years ago

meoso commented 10 years ago

trying to fix this.... my homebrew started screwing up, i believe due to new xcode. purged homebrew and reinstalled. not i cannot successfully install bfgminer, none of my leads are successful. any ideas?

brew install bfgminer --HEAD ==> Cloning https://github.com/luke-jr/bfgminer.git Updating /Library/Caches/Homebrew/bfgminer--git ==> Checking out branch bfgminer ==> ./autogen.sh ==> ./configure --prefix=/usr/local/Cellar/bfgminer/HEAD PKG_CONFIG_PATH=/usr/local/opt/curl/lib/pkgconfig:/usr/lo ==> make install __serial_autodetect_found_cb in bfgminer-fpgautils.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: * [bfgminer] Error 1 make: * [install-recursive] Error 1

READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting If reporting this issue please do so at (not mxcl/homebrew): https://github.com/nwoolls/homebrew-cryptocoin/issues

here is the -v (verbose): http://pastebin.com/DLGncMpC

thank you!

nwoolls commented 10 years ago

Please try without specifying --HEAD You are compiling directly from the latest bfgminer source code when you use that argument. That may be including something that does not yet compile, which is what it looks like to me.

meoso commented 10 years ago

without --HEAD is successful, thank you!