> Also ... the bundle is typically not even loaded unless your > code tries to access an https URL, so even if the linking of > libraries into bundles is going wrong somehow, it seems unlikely > that anything to do with this bundle is causing errors in the gui.
Linking these libraries is a bit odd on BSD - if you dont add the -lcrypto then it will still link using a different library which it gets from somewhere. But the errors are only produced when the actual executable is generated. I had this with my own Objective C home grown foundation kit, and the fix was to add -lcrypto. -bat. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
