HEY I ACTUALLY FIGURED SOMETHING OUT...I rtfm (first time for everything) or more specifically read every file in the midgard-lib dir....once you run configure it creates config.cache and was using those values, rm config.cache, supply correct location for iconv and bingo...
now I am stuck at expat...the package manager says it is installed but there doesn't appear to be an expat in /sw/bin ... am I just looking for libexpat.a? (found it...) or are there other dep. that I will want to point out...I guess I could just point at /sw/ ...oh just looked in include too...looks like /sw/ is the ticket...) Minimum machince for OSX....officially apple says it will only run on PCI G3 and newer machines...however I know of it being run on 7300 and newer machines. ( I have a 7200 and am going to try to make it work but I doubt it will work) There is a used Mac reseller that sponsors the development of a patch...the URL is: http://eshop.macsales.com/OSXCenter/framework.cfm?page=XPostFacto.html There is lots of info there....let me know is I can help.... kp > -----Original Message----- > From: Emiliano [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 11:22 AM > To: [EMAIL PROTECTED] > Subject: RE: [midgard-user] so close...iconv problem (still) > > > Ken Pooley wrote: > > > OK...not to be a complete dumb ass...but.... > > iconv.h lives at /sw/include/iconv.h > > there is no libiconv.so but there are libiconv.la and > libiconv.dylib both at > > /sw/lib/libiconv.* > > would I put those explicit paths in CPPFLAGS="-I$i/include" and > > LDFLAGS="-L$i/lib" ? > > I guess that would work... WTF is libiconv.dylib? Never saw that before. > > > would I then ./configure ( I tried autoconf and it spat at me...) > > Fetch the 'bootstrap' script from > http://cvs.midgard-project.org/~checkout~/midgard/lib/bootstrap?re v=1.2&content-type=text/plain What's the minimal machine that'll run MacOSX, BTW? Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
