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

From AMule Project FAQ
Jump to: navigation, search
Line 4: Line 4:
  
 
emac-bureau:cryptopp552 maitedx$ make
 
emac-bureau:cryptopp552 maitedx$ make
c++ -DNDEBUG -g -O2 -pipe -c 3way.cpp</br>
+
 
c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp</br>
+
c++ -DNDEBUG -g -O2 -pipe -c 3way.cpp
c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp</br>
+
 
c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp</br>
+
c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp
etc etc...</br>
+
 
 +
c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp
 +
 
 +
c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp
 +
 
 +
etc etc...

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

when i compile Cryptopp552, is it normal that i get these lines:

emac-bureau:cryptopp552 maitedx$ make

c++ -DNDEBUG -g -O2 -pipe -c 3way.cpp

c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp

c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp

c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp

etc etc...