Re: Windows slrn: undefined reference to `SSL_read'
"John E. Davis" <[email protected]> Sat, 13 Nov 2010 14:00:04 -0500
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
andrew <[email protected]> wrote: > C:\Users\andrew>slrn --version > slrn pre1.0.0-26 > * Note: This version is a developer preview. > S-Lang Library Version: 2.2.2 Are you able to build slang 2.2.3, which I plan to release it soon? You can get it from <http://www.jedsoft.org/snapshots/>. I cross compile it for mingw32 each night but that is no substitute for building it on the target system. [...] > #v+ > SLANG_LIB = -L$(SLANGLIB) -lslang -liconv -lssl -lcrypto -lwsock32 -lgdi32 -lm > #v- > > Do I need to edit out -lwsock32 from the MISCLIBS line above? > Currently it stands as follows, and compiles fine under MinGW: > > #v+ > MISCLIBS = -lwsock32 -lwinspool > #v- I would try: SLANG_LIB = -L$(SLANGLIB) -lslang SSL_LIBS = -lssl -lcrypto -lgdi32 MISCLIBS = $(SSL_LIBS) -liconv -lwsock32 -lwinspool -lm If this works for you, then I will update Makefile.g32 with these changes. Thanks, --John ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev