bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warning when compiling GNUstep


From: Pete French
Subject: Re: Warning when compiling GNUstep
Date: Mon, 28 Jul 2003 20:31:26 +0100

> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]