What autoconf version do you have?
"CGI [ DIMC ]" wrote:
>
> I runned autoconf and ti returned this errors:
>
> %cd aspseek
> %autoconf
> configure.in:331: warning: backquotes and double quotes should not be
> backslashe
> d in: configure:__oline__: checking for \"limiting clones by site\" feature
> configure.in:331: warning: backquotes and double quotes should not be
> backslashe
> d in: checking for \"limiting clones by site\" feature...
> configure.in:6: warning: undefined macro: AM_INIT_AUTOMAKE
> configure.in:7: warning: undefined macro: AM_CONFIG_HEADER
> configure.in:29: warning: undefined macro: AM_SANITY_CHECK
> configure.in:40: warning: undefined macro: AC_LIBTOOL_DLOPEN
> configure.in:41: warning: undefined macro: AM_DISABLE_STATIC
> configure.in:42: warning: undefined macro: AM_PROG_LIBTOOL
> configure.in:54: warning: undefined macro: AC_PROG_LIBTOOL
> configure.in:596: warning: undefined macro: AM_CONDITIONAL
>
> ----- Original Message -----
> From: "Kir Kolyshkin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 20, 2002 11:48 PM
> Subject: Re: [aseek-users] Re: [aseek-devel] excerpts problem
>
> > Even more weird. Try to re-run autoconf. BTW what autoconf version
> > do you have?
> >
> >
> > "CGI [ DIMC ]" wrote:
> > >
> > > Oh sorry!
> > >
> > > It does exist. I have this around that line:
> > >
> > > fi
> > > rm -f conftest.$ac_objext conftest.$ac_ext
> > > fi
> > > echo "configure:8530: result: $ac_cv_type_signal" >&5
> > > echo "${ECHO_T}$ac_cv_type_signal" >&6
> > >
> > > cat >>confdefs.h <<EOF
> > > #define RETSIGTYPE $ac_cv_type_signal
> > > EOF
> > > echo "configure:8537: checking for POSIX signals" >&5
> > > echo $ECHO_N "checking for POSIX signals... $ECHO_C" >&6
> > >
> > > sigaction(SIGINT, &sa, (struct sigaction *) 0);
> > > sigprocmask(SIG_BLOCK, &ss, (sigset_t *) 0);
> > > ],
> > > echo "configure:8543: result: yes" >&5
> > > echo "${ECHO_T}yes" >&6,
> > >
> > > )
> > >
> > > ----- Original Message -----
> > > From: "Kir Kolyshkin" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, February 20, 2002 10:54 AM
> > > Subject: Re: [aseek-users] Re: [aseek-devel] excerpts problem
> > >
> > > > Weird. What do you have in configure around the line 8536?
> > > >
> > > > "CGI [ DIMC ]" wrote:
> > > > >
> > > > > I tried but I get another problem. I have just updated
> configure.in
> > > file
> > > > >
> > > > > checking for getpagesize... yes
> > > > > checking for gethostbyname... yes
> > > > > checking for socket... (cached) yes
> > > > > checking for compress... no
> > > > > checking for compress in -lz... yes
> > > > > checking for gethostbyname_r... no
> > > > > checking for inet_addr... yes
> > > > > checking return type of signal handlers... void
> > > > > checking for POSIX signals... ./configure: 8536: Syntax error: word
> > > > > unexpected (
> > > > > expecting ")")
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Kir Kolyshkin" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Wednesday, February 20, 2002 6:12 AM
> > > > > Subject: Re: [aseek-users] Re: [aseek-devel] excerpts problem
> > > > >
> > > > > > Try to use a version from CVS - it compiles cleanly at least on
> > > > > > FreeBSD 4.4-RC2.
> > > > > >
> > > > > > "CGI [ DIMC ]" wrote:
> > > > > > >
> > > > > > > Hi!
> > > > > > >
> > > > > > > I'm trying to install ASPseek-1.2.8 on Freebsd 5 but I get
> this
> > > > > error
> > > > > > > messages:
> > > > > > >
> > > > > > > gmake[2]: Entering directory
> > > > > `/home/web/standard/delfa/aspseek-1.2.8/src'
> > > > > > > /bin/sh ../libtool --mode=link gcc -g -O2 -o s.cgi sc.o
> > > libaspseek.la
> > > > > > > gcc -g -O2 -o .libs/s.cgi sc.o
> > > > > > >
> > > > > > >
> > > > >
> > >
> ./.libs/libaspseek.so -lstdc++ -Wl,--rpath -Wl,/home/web/standard/delfa/busc
> > > > > > > as/src/lib
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> `pthread_cond_signal'
> > > > > > > ./.libs/libaspseek.so: undefined reference to `pthread_create'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> > > `pthread_condattr_init'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> > > `pthread_condattr_destroy'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> `pthread_cond_init'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> `pthread_mutex_unlock'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> > > `pthread_mutex_destroy'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> `pthread_mutex_lock'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> `pthread_cond_wait'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> `pthread_cond_destroy'
> > > > > > > ./.libs/libaspseek.so: undefined reference to
> `pthread_mutex_init'
> > > > > > > gmake[2]: *** [s.cgi] Error 1
> > > > > > > gmake[2]: Leaving directory
> > > `/home/web/standard/delfa/aspseek-1.2.8/src'
> > > > > > > gmake[1]: *** [all-recursive] Error 1
> > > > > > > gmake[1]: Leaving directory
> > > `/home/web/standard/delfa/aspseek-1.2.8/src'
> > > > > > > gmake: *** [all-recursive] Error 1
> > > > > > > %dcheck
> > > > > > > 278 megs used out of 500 megs
> > > > > > >
> > > > > > > Is there anything I can do to correct this problems?
> > > > > >
> > > > > > --
> > > > > > [EMAIL PROTECTED] http://kir.vtx.ru/ ICQ 7551596 Phone +7 903
> > > 6722750
> > > > > > Hi, I'm a signature virus: copy me to your .signature to help me
> > > spread!
> > > > > > --
> > > > > >
> > > >
> > > > --
> > > > [EMAIL PROTECTED] http://kir.vtx.ru/ ICQ 7551596 Phone +7 903
> 6722750
> > > > Hi, I'm a signature virus: copy me to your .signature to help me
> spread!
> > > > --
> > > >
> >
> > --
> > [EMAIL PROTECTED] http://kir.vtx.ru/ ICQ 7551596 Phone +7 903 6722750
> > Hi, I'm a signature virus: copy me to your .signature to help me spread!
> > --
> >
> >
--
[EMAIL PROTECTED] http://kir.vtx.ru/ ICQ 7551596 Phone +7 903 6722750
Hi, I'm a signature virus: copy me to your .signature to help me spread!
--