John, > When is run "./confirure" in the stk-4.2.1 directory on PS3 running > YDL > 5 I get the following error message: > > configure: error: cannot guess build type; you must specify one > > What do I have to do to correct this error? Thanks.
This is usually indicative of the package not being ported to the architecture it's being built on. The work involved to port it might be easy, but it might not be. The configure script basically tried to guess what your system is to see if it knows how to set everything up for it, and your system didn't match anything it knows about. You may be able to fool it by specifying another system and hope everything works (and the configure script itself would have this option, so i'd look inside of it and see if you can find it); if you're good with a C / C++ compiler you can try to port it yourself, or you can wait until someone has the same itch as you and decides to scratch it :-) Regards, John Falling You - exploring the beauty of voice and sound http://www.fallingyou.com _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
