octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiling development sources


From: Carlo de Falco
Subject: compiling development sources
Date: Wed, 10 Feb 2010 16:52:50 +0100

Hi,

I just finished building development sources on OSX 10.5 using fink to satisfy dependencies
the build completed without errors but I can't run 'make check'
the error I get is at line 100 of dir.m where the command 'lstat' is invoked but it seems lstat is missing.
In config.log I have

configure:8764: checking for lstat
configure:8764: gcc -o conftest -g -O2 -I/sw/lib/flex/include -I/sw/ include -L/sw/lib/flex/lib -L/sw/lib -L/Users/carlo/Desktop/OF/octave/ octave-hg/../arpack -L/Users/carlo/Desktop/OF/octave/octave-hg/../ qrupdate conftest.c >&5
configure:8764: $? = 0
configure:8764: result: yes

configure:22944: checking whether fstatat is declared without a macro
configure:22962: gcc -c -g -O2 -I/sw/lib/flex/include -I/sw/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:267: error: 'fstatat' undeclared (first use in this function)
conftest.c:267: error: (Each undeclared identifier is reported only once
conftest.c:267: error: for each function it appears in.)
configure:22962: $? = 1

configure:22944: checking whether lstat is declared without a macro
configure:22962: gcc -c -g -O2 -I/sw/lib/flex/include -I/sw/include conftest.c >&5
configure:22962: $? = 0
configure:22970: result: yes

any hints?
c.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]