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
The OS X branch. Then cd into the directory, run ./autogen.sh, ./configure, make. This worked for me. (I also use pkgsrc, so I simply changed glibtoolize to libtoolize in the autogen.sh file). So just try this:
export CFLAGS="-m32" && ./autogen.sh && ./configure && make clean && make
I was able to successfully build and run on OS X 10.11.2 Beta 4 after that
INSTALL says »cd to the directory containing the package's source code and type ./configure«
It gets me »sh: ./configure: No such file or directory«. There is no configure-file. Why?
The text was updated successfully, but these errors were encountered: