-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autogen error in OSX 10.11.5 #17
Comments
Is the libfuse.so or libfuse.a in your /usr/local/lib folder?
Meaning we have to install libfuse-dev on Linux, not sure how to do that on OSX, maybe try macport or brew or sth. similar Or maybe try |
I can see below fuse related files in /usr/local/lib but no .so and .a due to OSX. $ ll libfuse* $ ll libosx* |
Hi, Open-TEE requires Linux functionality and as such can not run natively on Br, On 19 Jul 2016 09:52, "Keunho77" [email protected] wrote:
|
Hi,
I meet below error messages during autogen.sh in my Mac.
build $ ../autogen.sh
glibtoolize: putting auxiliary files in '.'.
glibtoolize: linking file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: linking file 'm4/libtool.m4'
glibtoolize: linking file 'm4/ltoptions.m4'
.........
checking if /opt/local/bin/x86_64-apple-darwin15-gcc-4.7.4 supports -c -o file.o... (cached) yes
checking whether the /opt/local/bin/x86_64-apple-darwin15-gcc-4.7.4 linker (/opt/local/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
../../CAs/configure: line 11936: syntax error near unexpected token
FUSE,' ../../CAs/configure: line 11936:
PKG_CHECK_MODULES(FUSE, fuse, , as_fn_error $? "'Unable to find libfuse. Please make sure library and header files are installed.'" "$LINENO" 5)'configure: error: ../../CAs/configure failed for CAs
I'm working on OSX 10.11.5 and oxsfuse, libtool, autoconf,automake,pkg-config installed.
Seems fuse has something wrong with PKG_CHECK_MODULES.
I checked fuse with pkg-config. it looks fine but not sure why PKG_CHECK_MOUDLE failed.
Anyone can help it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: