./configure host

just so you know, its doing this with all packages so im guessing its gonna be a system problem.
I havent the foggiest where to start but i just wanted to let it be known.
 
Ok, I thought you were using 2.2+.

It is goign to take some hacking to get it to build. If you really want to get it to build, let me know, and I will get more in depth with it.

I might just do it for fun anyway. Always liked challanges.
 
<sigh> I already explained, in your other thread, how to fix this. Go to the directory you are trying to run configure from, then issue these commands:

cp /usr/share/libtool/config.guess .
cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/ltmain.sh .
cp /usr/share/automake-1.6/install-sh .
cp /usr/share/automake-1.6/missing .
cp /usr/share/automake-1.6/mkinstalldirs .


Yes, I know you already have these files. The thing is, these are old versions of these files that don't know anything about Darwin. If you replace the old files with these ones, you will be able to compile.
 
darkshadow, you lonely little cunt.

I already tried that. no success. the thing is it does this with all packages. new and old.
 
Heh, 'specially as that comment doesn't really apply to me.

And you could have posted it didn't work. You sure you copied all the files, not just the config.guess and config.sub ones?
 
Back
Top