Bert Hiddink wrote:
> .. and then a lot of other messages:
>
> "Undefined symbol"-messages (_parseconfline, _vsize, _vgetc,
> _indexpath) from the index.c file.
Those functions are in fs.c or http.c depending on which file access
method you're using. Are either of these files compiled? If not,
perhaps you're version of make is choking on the syntax for choosing the
access method. Try changing the line:
METHOD_OBJS=$($(METHOD)_OBJS)
to:
METHOD_OBJS=$(FS_OBJS)
or:
METHOD_OBJS=$(WEB_OBJS)
moo
>
> Finally:
> *** Error code 1
>
> Does any of you have any ideas what is going wrong??
>
> Thanks in advance!
> ****************************
>
> Bert Hiddink
> FUNDACION GALILEO
> Correo electronico: hiddink@sipromicro.com
> Sitio: www.sipromicro.com
> Tel. +506 280 8683
> Telefax. +506 280 8886
>
> ****************************
--
moo
----------------------------------------------------------------------
Ron Klatchko - Manager, Advanced Technology Group
UCSF Library and Center for Knowledge Management
ron@ckm.ucsf.edu
Received on Thu Oct 8 14:57:54 1998