s3fs-fuse / s3fs-fuse

FUSE-based file system backed by Amazon S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to compile s3fs-fuse in static mode.

kinderyj opened this issue · comments

Steps to compile s3fs-fuse :

apt-get update
apt-get install -y build-essential libfuse-dev libcurl4-openssl-dev libxml2-dev mime-support automake libtool pkg-config
git clone https://github.com/s3fs-fuse/s3fs-fuse.git
cd s3fs-fuse ./autogen.sh ./configure --prefix=/usr --with-openssl --enable-static
Got ERROR: configure: WARNING: unrecognized options: --enable-static

Expecting to compile s3fs-fuse in static mode.

How can we compile s3fs-fuse in static mode? (without dynamic-link library)