kyguy12 / iphuc

Automatically exported from code.google.com/p/iphuc
0 stars 0 forks source link

Failed build #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Project doesn't build, fails make.

Original issue reported on code.google.com by btucker...@gmail.com on 12 Aug 2007 at 9:26

Attachments:

GoogleCodeExporter commented 8 years ago
I am experiencing the same thing.

make
make  all-am
g++  -g -O2  -L/opt/local/lib -lncurses -o iphuc -framework CoreFoundation
-F/System/Library/PrivateFrameworks -framework MobileDevice main.o Shell.o
NormalInterface.o RestoreInterface.o privateFunctions.o RecoveryInterface.o 
-lreadline -lncurses 
/usr/bin/ld: 
/System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
load command 14 unknown cmd field
/usr/bin/ld: warning multiple definitions of symbol _BC
/opt/local/lib/libreadline.dylib(terminal.so) definition of _BC
/opt/local/lib/libncurses.dylib(lib_termcap.o) definition of _BC
/usr/bin/ld: warning multiple definitions of symbol _UP
/opt/local/lib/libreadline.dylib(terminal.so) definition of _UP
/opt/local/lib/libncurses.dylib(lib_termcap.o) definition of _UP
/usr/bin/ld: warning multiple definitions of symbol _PC
/opt/local/lib/libreadline.dylib(terminal.so) definition of _PC
/opt/local/lib/libncurses.dylib(lib_tputs.o) definition of _PC
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result in
errors or different symbols being used
symbol _UP used from dynamic library 
/opt/local/lib/libreadline.dylib(terminal.so)
not from earlier dynamic library 
/opt/local/lib/libncurses.5.dylib(lib_termcap.o)
symbol _PC used from dynamic library 
/opt/local/lib/libreadline.dylib(terminal.so)
not from earlier dynamic library /opt/local/lib/libncurses.5.dylib(lib_tputs.o)
symbol _BC used from dynamic library 
/opt/local/lib/libreadline.dylib(terminal.so)
not from earlier dynamic library 
/opt/local/lib/libncurses.5.dylib(lib_termcap.o)
collect2: ld returned 1 exit status
make[1]: *** [iphuc] Error 1
make: *** [all] Error 2

Original comment by thomas.j...@gmail.com on 15 Aug 2007 at 5:04

GoogleCodeExporter commented 8 years ago
Download the latest Xcode version 2.4.1 and the link will no longer fail.

Original comment by brittbo...@gmail.com on 16 Aug 2007 at 3:58

GoogleCodeExporter commented 8 years ago
We have found that this is caused either by an improperly installed version of 
macports readline or your Xcode is 
not up to date.

Most likely it's xcode.

Original comment by iphucm...@gmail.com on 29 Aug 2007 at 2:42