i am trying to track down some fgrep errors that show
up in vim's configure run.  despite the error, the result
happens to be the expected one, but still...


/usr/ports/editors/vim$ FLAVOR="gtk2 perl python ruby" make configure
...
checking for perl... /usr/bin/perl
checking Perl version... OK
checking if compile and link flags for Perl are sane... yes
fgrep: ": No such file or directory
...
checking Ruby version... OK
checking Ruby rbconfig... RbConfig
checking Ruby header files... /usr/local/lib/ruby/1.8/x86_64-openbsd
fgrep: unknown option -- /
usage: fgrep [-abcEFGHhIiLlnoqRsUVvwxZ] [-A num] [-B num] [-C[num]]
        [-e pattern] [-f file] [--binary-files=value] [--context[=num]]
        [--line-buffered] [pattern] [file ...]

this seems to be the source of the first one:

src/configure:
 5732         if test "X$perlldflags" != "X"; then
 5733           if test "X`echo \"$LDFLAGS\" | $FGREP -e \"$perlldflags\"`" = 
"X"; then
 5734             LDFLAGS="$perlldflags $LDFLAGS"
 5735           fi
 5736         fi

i turned on debug mode:

checking Perl version... OK
checking if compile and link flags for Perl are sane... yes
+ test X-Wl,-R/usr/libdata/perl5/amd64-openbsd/5.20.2/CORE  != X
+ echo "-L/usr/local/lib"
+ /usr/bin/fgrep -e "-Wl,-R/usr/libdata/perl5/amd64-openbsd/5.20.2/CORE "
fgrep: ": No such file or directory
+ test X = X
+ LDFLAGS=-Wl,-R/usr/libdata/perl5/amd64-openbsd/5.20.2/CORE  -L/usr/local/lib
+ set +x

but i got none the wiser and running these commands
in an interactive shell does not produce the error.
cluestick please...

-f
-- 
values of β will give rise to dom!

Reply via email to