> > Please try: > > ./configure CFLAGS="-Ixxx" LDFLAGS="-Lyyy" > > Should be simpler. >
Thanks. Although LDFLAGS="-Lxxx -Lyyy -Lzzz" builds, but it causes config to output "checking for PKCS11_HELPER... no". I assume that if it isn't finding pkcs11-helper, then it might not configure the build to support it. (Otherwise, what's the point of checking for it?) LZO_LIBS="-Lxxx" OPENSSL_LIBS="-Lyyy" PKCS11_HELPER_LIBS="-Lzzz" builds and shows "checking for PKCS11_HELPER... yes". LIBS="-Lxxx -Lyyy -Lzzz" doesn't build. It gets "ld: library not found for -llzo2". On Mon, Jul 16, 2012 at 7:24 PM, Jonathan K. Bullard > <jkbull...@gmail.com> wrote: > > Thank you, Arne and Alon -- I finally managed to get Tunnelblick > > more-or-less built using the new build system in 2.3_alpha2. > > > > For the record, I had to use xxx_LIBS="-Lyyy" (not xxx_LDFLAGS) before > > ./configure, to get it working. > > >