Hello,

PostgreSQL is installed on the FreeBSD 4.1 system I use.  Executing the
command './configure --with-pgsql' seems to execute without errors.  
Attempts to execute make or gmake has the following output:

Making all in src
gmake[1]: Entering directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/local/pgsql/include        -g -O2
-DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" -DUDM_VAR_DIR=\"/usr/local/udmsearch/var\" 
-c
indexer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/local/pgsql/include        -g -O2
-DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" -DUDM_VAR_DIR=\"/usr/local/udmsearch/var\" 
-c
parseurl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/local/pgsql/include        -g -O2
-DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" -DUDM_VAR_DIR=\"/usr/local/udmsearch/var\" 
-c
charset.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/local/pgsql/include        -g -O2
-DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" -DUDM_VAR_DIR=\"/usr/local/udmsearch/var\" 
-c
parser.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/local/pgsql/include        -g -O2
-DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" -DUDM_VAR_DIR=\"/usr/local/udmsearch/var\" 
-c
sql.c
sql.c:36: libpq-fe.h: No such file or directory
gmake[1]: *** [sql.o] Error 1
gmake[1]: Leaving directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/src'
gmake: *** [all-recursive] Error 1


If I execute './configure' without parameters, then gmake does not produce
errors.  Do you know what could be wrong?  I have repeatedly deleted the
config.cache file and executed 'gmake clean'.

This is what 'gmake clean' produces:

Making clean in .
gmake[1]: Entering directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23'
rm -f utils/rpm/udmsearch.spec
gmake[1]: Leaving directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23'
Making clean in etc
gmake[1]: Entering directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/etc'
gmake[1]: Nothing to be done for `clean'.
gmake[1]: Leaving directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/etc'
Making clean in doc
gmake[1]: Entering directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/doc'
gmake[1]: Nothing to be done for `clean'.
gmake[1]: Leaving directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/doc'
Making clean in src
gmake[1]: Entering directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/src'
test -z "libudmsearch.a" || rm -f libudmsearch.a
test -z "search.cgi" || rm -f search.cgi
test -z "indexer" || rm -f indexer
rm -f *.o core *.core
gmake[1]: Leaving directory
`/home/woodford/public_html/dev/search/udmsearch-3.0.23/src'

-- 
Craig Woodford                            NETCo-op Ltd.
Internet Programmer              http://www.netc.net.au
[EMAIL PROTECTED]                    +61 3 5722 2563

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to