how to change makefile for osx ppc

Ryan Schmidt ryandesign at macports.org
Mon Mar 24 20:22:01 PDT 2008


On Mar 24, 2008, at 15:30, Marc Manthey wrote:

> sorry for crossposting , while i got no reply on xcode and several
> others told me to ask here.
>
> I like to test 2 programms ,  one is  a multicast daemon , the  
> other a toolset ,
> on my macintosh osx ppc leopard machine.  <http://unfix.org/ 
> projects/ecmh/>
>
> i try to compile the avalable sources with "make"
>
> which gave me the following errors
>
> mini:ecmh-2005.02.09 mini$ make dist
> if [ -f configure-stamp ]; then debian/rules clean; fi;
> rm -f mtrace6.o mtrace6
> cd ..; tar -zclof ecmh_2005.02.09.tar.gz ecmh-2005.02.09
> tar: Semantics of -l option will change in the future releases.
> tar: Please use --one-file-system option instead.
> cd ..; tar -jclof ecmh_2005.02.09.tar.bz2 ecmh-2005.02.09
> tar: Semantics of -l option will change in the future releases.
> tar: Please use --one-file-system option instead.
> # Copy the changelog
> debian/rules binary
> dh_testdir
> make[1]: dh_testdir: Command not found
> make[1]: *** [configure-stamp] Error 127
> make: *** [deb] Error 2
>
> thats the "makefile" <http://pastebin.com/d441d1ffb>
>
>
>
> 	cd into the main folder
> 	autoconf
> 	./configure --prefic=/usr/local
>
> Sorry that should have been:
> 	./configure --prefix=/usr/local
>
> 	make
>
> this does not work too
>
> thanks for any hints and pointers

This isn't really on-topic for this list. This list is for discussing  
the development of MacPorts base or portfiles. For help compiling a  
given program in the first place, ask the developers of that software.

Also, your pastebin posting doesn't seem to exist; it says "Unknown  
post id, it may have expired or been deleted"



More information about the macports-dev mailing list