Difference between revisions of "Talk:HowTo compile on Mac"
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 | ||
− | + | i got this: | |
− | + | c++ -DNDEBUG -g -O2 -pipe -c integer.cpp | |
− | + | integer.cpp:4237: internal compiler error: Bus error | |
− | c++ -DNDEBUG -g - | + | 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$ |
Revision as of 22: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$