here is everything
# uname -a
OpenBSD ns 2.9 GENERIC#653 i386
todays snapshot of midgard, and the last release both do the same thing.
# cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:668: checking for gcc
configure:781: checking whether the C compiler (gcc ) works
configure:797: gcc -o conftest conftest.c 1>&5
configure:823: checking whether the C compiler (gcc ) is a cross-compiler
configure:828: checking whether we are using GNU C
configure:837: gcc -E conftest.c
configure:856: checking whether gcc accepts -g
configure:889: checking whether gcc and cc understand -c and -o together
configure:904: gcc -c conftest.c -o conftest.o 1>&5
configure:905: gcc -c conftest.c -o conftest.o 1>&5
configure:910: cc -c conftest.c 1>&5
configure:912: cc -c conftest.c -o conftest.o 1>&5
configure:913: cc -c conftest.c -o conftest.o 1>&5
configure:962: checking for PHP prefix
configure:965: checking for PHP includes
configure:968: checking for PHP extension directory
configure:981: checking for bison
configure:981: checking for byacc
configure:1012: checking how to run the C preprocessor
configure:1033: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1094: checking for flex
configure:1128: checking for yywrap in -lfl
configure:1147: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:1170: checking lex output file root
configure:1191: checking whether yytext is a pointer
configure:1210: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:1234: checking for flex
configure:1313: checking for midgard support
# ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking for PHP prefix... /usr/local
checking for PHP includes... -I${prefix}/include/php
-I${prefix}/include/php/main -I${prefix}/include/php/Zend
-I${prefix}/include/php/TSRM
checking for PHP extension directory...
/usr/local/lib/php/extensions/no-debug-non-zts-20001214
checking for bison... no
checking for byacc... no
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for flex... (cached) flex
checking for midgard support... yes, shared
./configure[1356]: syntax error: `midgard,' unexpected
do you need anything else?
i'm still currently trying to make my own Makefile manually.
----------------------------------
| Nicholas Janzen |
| Third-Net.Com INC |
| Visit http://www.third-net.com |
| for more information about us |
----------------------------------
On Thu, 12 Jul 2001, Emiliano wrote:
> Nicholas Janzen wrote:
>
> > the configure script appears to be really broken.
> > can someone send me a makefile generated from a working configure script?
> >
> > ./configure[1181]: syntax error: `midgard,' unexpected
> >
> > this is where configure (or mkall) fails.
>
> We'll need more context: text lines above the error, anything relevant
> at the end of config.log? Which version are you using?
>
> Emile
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]