trying to compile frickin pptp proxy

2007-08-28 Thread Paolo Supino
Hi I'm trying to compile frickin pptp proxy on an OpenBSD 4.1 system. The compilation fails with the following errors: g++ -Wall -g -O2 -I/home/paolo/src/frickin/include -L/home/paolo/src/frickin/lib -o frickin2 main.o logger.o configuration.o session.o listener.o entity.o server.o client.o

Re: trying to compile frickin pptp proxy

2007-08-28 Thread Lars Noodén
Paolo Supino wrote: I'm trying to compile frickin pptp proxy on an OpenBSD 4.1 system. You may want to reconsider the experiment with PPTP. It's very difficult to deal with and there appear to be serious problems with the protocol itself, even in later versions: http://www.schneier.com

Re: trying to compile frickin pptp proxy

2007-08-28 Thread Paolo Supino
Hi Lars I know about the limitation and their implications, but unfortunately I don't control the other peer and have to live with what I'm given. TIA Paolo Lars Noodin wrote: Paolo Supino wrote: I'm trying to compile frickin pptp proxy on an OpenBSD 4.1 system. You may want

Re: trying to compile frickin pptp proxy

2007-08-28 Thread Marmotic Marvel
On Tue, 28 Aug 2007, Paolo Supino wrote: Hi I'm trying to compile frickin pptp proxy on an OpenBSD 4.1 system. The compilation fails with the following errors: g++ -Wall -g -O2 -I/home/paolo/src/frickin/include -L/home/paolo/src/frickin/lib -o frickin2 main.o logger.o configuration.o

Re: trying to compile frickin pptp proxy

2007-08-28 Thread Paolo Supino
Hi Thank you!!! I had the feeling that the problem is in the Makefile.OpenBSD, but didn't know how to fix it. Doing what you suggested below solved the problem and I'm now able to build frickin proxy. Now I have to make it work ... TIA Paolo Marmotic Marvel wrote: On Tue, 28 Aug 2007,

Re: trying to compile frickin pptp proxy

2007-08-28 Thread Marmotic Marvel
On Tue, 28 Aug 2007, Paolo Supino wrote: Hi Thank you!!! I had the feeling that the problem is in the Makefile.OpenBSD, but didn't know how to fix it. Doing what you suggested below solved the problem and I'm now able to build frickin proxy. Now I have to make it work ... TIA Paolo