Endless Paradigm

Full Version: ./configure troubles...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Attempting to build a library for a different host platform (cross compilation) is not happening for me and I just can't crack why I ain't getting the option I want going.

Simply, I have specified the 'psp' target host like I read up on here - http://forums.ps2dev.org/viewtopic.php?p...fca6b5f05d

However, no matter what I do I can't get configure to recognize the '--host' option... reading http://www.airs.com/ian/configure/config...html#SEC31 didn't help...

Simply, when i run ./configure it spits 'Unknown option '--host''

Know how I can get around this?

Thanks in advance.
If you edited config.sub as suggested then it should not be spitting out that error,

Where in config.sub did you add it?

I always place it directly after the ps2) section,
thing is, the lib I'm trying to do this with doesn't even see config.sub... obviously I'm treading in murky waters...
aha, for reference, config.sub simply was defined as a possible dependancy when the Configure file was made.... in which case a working one would have to be made - then again it would probably be a waste of time since it was probably a good reason that it was left out of it (or any source) in particular..
Reference URL's