|
|
mrabbaa schrieb: > >>>> You need to run ./configure *after* changing Makefile.in. >>>> > With this, I thought do a vi Makefile.in to change and after ran aé > ./configure, with the "ing" change, mean first of all do ... (change > Makefile.in) > you should have said to > 1) ran ./configure > 2) Change the Makefile.in > 3) ran make install > (it's what I understand, if i mistake, I wonder to apologize, i'm french > and my english level is poor) You need to read about the build system used to understand what those files are for. 1. Take the Makefile.in from the link you posted. 2. replace spaces used for indentation with TAB (copy and paste will not work) 3. run ./configure 4. run make This will build tun.o ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |