You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I got libmicrohttp to compile 32 bit because I see the -m32 on the compile and link lines from make and after I installed it my program's compile now fails only trying to get the 32 bit version of libhttpserver
I tried setting CFLAGS and LDFLAGS to "-m32" and also ../configure CFLAGS=-m32 and LDFLAGS=-m32. Both give me "configure: error: "libmicrohttpd not found"" at the end of ../configure
I'm trying to make a 32 bit version.
I think I got libmicrohttp to compile 32 bit because I see the -m32 on the compile and link lines from make and after I installed it my program's compile now fails only trying to get the 32 bit version of libhttpserver
I tried setting CFLAGS and LDFLAGS to "-m32" and also ../configure CFLAGS=-m32 and LDFLAGS=-m32. Both give me "configure: error: "libmicrohttpd not found"" at the end of ../configure
Any help is appreciated. Thanks,