Author
|
Topic: transconnect (HTTP tunnelling software)
|
|
apex
Administrator
Member # 1
|
posted April 10, 2002 11:50 AM
I've gotten 1.2 to work, i dont do beta's, but its probably the same. 1.2 is available at http://prdownloads.sourceforge.net/transconnect/ .In the Makefile: Add code:
-Dsocklen_t=int -fPIC
to CFLAGS, code:
-fno-common -dynamiclib
to LDFLAGS, and code:
-lm
to LINUX_LDLIBS.It should look like this:
code:
# Makefile for transconnectCFLAGS = -Wall -Dsocklen_t=int -fPIC LDFLAGS = -shared -fno-common -dynamiclib LINUX_LDLIBS = -ldl -lm
I may create a package for this. [ April 10, 2002: Message edited by: apex ]
Posts: 307 | From: Alaska | Registered: Aug 2001
| IP: Logged
|
|
|
|
|