On Wed, May 28, 2008 at 4:03 AM, François Revol <revol@xxxxxxx> wrote: >> >> On 2008-05-27 at 16:29:53 [+0200], scott mc <scottmc2@xxxxxxxxx> >> wrote: >> > Ok. I started with a fresh haiku vmware dev image and first built >> > libiconv. I then attempted to modify SDL for haiku support. All >> > goes >> > well except it's incorrectly handling -lc, I've updated the ticket >> > for >> > this one, but it seems like this might be a problem with haiku? >> >> I don't think this is a problem with Haiku. The test command line >> looks >> wrong. "grep -lc" does not grep for the string "-lc"; it will just >> fail due >> to invalid parameters. >> > > Indeed it should grep -- -lc for that. > However I recall this test saying yes many times on many projects in > BeOS without giving any issue. > > > François. > I finally figured out the -lc issue. In my search of beos* and adding in haiku* in a couple of places I 'should' have noticed that it was *-*-beos* and inserted *-*-haiku*, but instead had put in just haiku* This is why it would build the libSDL.so file as a i586-pc-beos but not as i586-pc-haiku. I have updated the .diff file with r89 and also closed out ticket #69. SDL is not yet done as I need to check again as it failed the GL test. I need to figure out why that happened. This diff file includes config.guess and .sub for now. Once I get it all working I will remove those. For now if anyone else wants to check this they can grab a fresh the SDL source, then patch it with the .diff and it should configure ok, well except for maybe the opengl issue. Thanks for the tips along the way. If this would have just worked the first time I wouldn't have learned anything on the one. ;) -scottmc -- BePorts homepage - http://tools.assembla.com/BePorts List archives: http://www.freelists.org/archives/beports Administrative contact: brecht@xxxxxxxxxxx