-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Description
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,
Metadata
Metadata
Assignees
Labels
No labels