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
 
i got this during the crypto++5.5.2 make:
 
 
c++ -DNDEBUG -g -O2 -pipe -c zlib.cpp
 
libtool -static -o libcryptopp.a 3way.o adler32.o algebra.o algparam.o arc4.o asn.o base32.o base64.o basecode.o bfinit.o blowfish.o blumshub.o camellia.o cast.o casts.o cbcmac.o channels.o cpu.o crc.o cryptlib.o cryptlib_bds.o default.o des.o dessp.o dh.o dh2.o dll.o dsa.o ec2n.o eccrypto.o ecp.o elgamal.o emsa2.o eprecomp.o esign.o files.o filters.o fips140.o fipstest.o gf256.o gf2_32.o gf2n.o gfpcrypt.o gost.o gzip.o hex.o hmac.o hrtimer.o ida.o idea.o integer.o iterhash.o luc.o mars.o marss.o md2.o md4.o md5.o misc.o modes.o mqueue.o mqv.o nbtheory.o network.o oaep.o osrng.o panama.o pch.o pkcspad.o polynomi.o pssr.o pubkey.o queue.o rabin.o randpool.o rc2.o rc5.o rc6.o rdtables.o rijndael.o ripemd.o rng.o rsa.o rw.o safer.o salsa.o seal.o serpent.o sha.o shacal2.o shark.o sharkbox.o simple.o skipjack.o socketft.o sosemanuk.o square.o squaretb.o strciphr.o tea.o tftables.o tiger.o tigertab.o trdlocal.o ttmac.o twofish.o vmac.o wait.o wake.o whrlpool.o winpipes.o xtr.o xtrcrypt.o zdeflate.o zinflate.o zlib.o
 
libtool: file: algebra.o has no symbols
 
libtool: file: cpu.o has no symbols
 
libtool: file: cryptlib_bds.o has no symbols
 
libtool: file: eccrypto.o has no symbols
 
libtool: file: eprecomp.o has no symbols
 
libtool: file: iterhash.o has no symbols
 
libtool: file: pch.o has no symbols
 
libtool: file: simple.o has no symbols
 
libtool: file: strciphr.o has no symbols
 
libtool: file: winpipes.o has no symbols
 
ranlib libcryptopp.a
 
ranlib: file: libcryptopp.a(algebra.o) has no symbols
 
ranlib: file: libcryptopp.a(cpu.o) has no symbols
 
ranlib: file: libcryptopp.a(cryptlib_bds.o) has no symbols
 
ranlib: file: libcryptopp.a(eccrypto.o) has no symbols
 
ranlib: file: libcryptopp.a(eprecomp.o) has no symbols
 
ranlib: file: libcryptopp.a(iterhash.o) has no symbols
 
ranlib: file: libcryptopp.a(pch.o) has no symbols
 
ranlib: file: libcryptopp.a(simple.o) has no symbols
 
ranlib: file: libcryptopp.a(strciphr.o) has no symbols
 
ranlib: file: libcryptopp.a(winpipes.o) has no symbols
 
c++ -DNDEBUG -g -O2 -pipe -c bench.cpp
 

Revision as of 23:51, 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