Difference between revisions of "Talk:HowTo compile on Mac"

From AMule Project FAQ
Jump to: navigation, search
Line 1: Line 1:
 
I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77
 
I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77
  
when i compile Cryptopp552, is it normal that i get these lines:
+
i got this:
  
emac-bureau:cryptopp552 maitedx$ make
+
c++ -DNDEBUG -g -O2 -pipe -c integer.cpp
 
+
integer.cpp:4237: internal compiler error: Bus error
c++ -DNDEBUG -g -02 -pipe -c 3way.cpp
+
Please submit a full bug report,
 
+
with preprocessed source if appropriate.
c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp
+
See <URL:http://developer.apple.com/bugreporter> for instructions.
 
+
{standard input}:158696:FATAL:.abort  detected.  Assembly stopping.
c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp
+
make: *** [integer.o] Error 1
 
+
emac-bureau:cryptopp552 maitedx$ PREFIX=/usr/local/cryptopp sudo make install
c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp
+
Password:
 
+
mkdir -p /usr/include/cryptopp /usr/lib /usr/bin
etc etc...
+
cp *.h /usr/include/cryptopp
 +
cp *.a /usr/lib
 +
cp: *.a: No such file or directory
 +
make: *** [install] Error 1
 +
emac-bureau:cryptopp552 maitedx$

Revision as of 23:24, 3 March 2008

I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77

i got this:

c++ -DNDEBUG -g -O2 -pipe -c integer.cpp integer.cpp:4237: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. {standard input}:158696:FATAL:.abort detected. Assembly stopping. make: *** [integer.o] Error 1 emac-bureau:cryptopp552 maitedx$ PREFIX=/usr/local/cryptopp sudo make install Password: mkdir -p /usr/include/cryptopp /usr/lib /usr/bin cp *.h /usr/include/cryptopp cp *.a /usr/lib cp: *.a: No such file or directory make: *** [install] Error 1 emac-bureau:cryptopp552 maitedx$