bug-guile
[Top][All Lists]
Advanced

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

Misspelled include file name


From: Bruce Korb
Subject: Misspelled include file name
Date: Thu, 05 Oct 2000 09:29:41 -0700

Either the include file name must use double quotes,
or the build directory must have a ``-I'' option pointing
to it:

> cc -DHAVE_CONFIG_H -I.. -I../../libguile/.. -I../../libltdl \
> -g -c ../../libguile/alloca.c  -KPIC -DPIC -o .libs/alloca.lo
> UX:acomp: ERROR: "../../libguile/alloca.c", line 28: \
> cannot find include file: <scmconfig.h>
> make[1]: *** [alloca.lo] Error 1
> make[1]: Leaving directory `/home/bkorb/tools/guile/guile-1.4/=build/libguile'
> make: *** [all-recursive] Error 1



reply via email to

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