Mark Trombino wrote:
> 
> Where should I expect to find an objc runtime library on my system?  Is it
> possible that it exists but that configure isn't seeing it?  If I don't have
> an objc runtime library on my system, where can I find one?  Or is there
> some flag that I needed to set when installing gcc to get an objc runtime?
> 

It should come by default if you installed gcc from scratch. Check where
gcc keeps it's libraries. Type

gcc -v

to find out where this is. If you've been able to set it up so configure
finds your new gcc, then things should work fine. Also read machine
specific instructions,

http://www.gnustep.org/information/machines_toc.html

_______________________________________________
Help-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-gnustep

Reply via email to