nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] Linux configure error for NelNS


From: Doug Posner
Subject: Re: [Nel] Linux configure error for NelNS
Date: Fri, 26 Oct 2001 18:05:43 +0000

hi vincent-
i tried your fix but i got the same error...
$ ./configure --with-stlport=/home/doug/extracts/STLport-4.0/
--with-stlport-include=/home/doug/extracts/STLport-4.0/stlport
configure: error: can not find sources in . or ..

the error is generated by the following in configure:

# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then its parent.
  ac_prog=$0
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
  if test "$ac_srcdir_defaulted" = yes; then
    { echo "configure: error: can not find sources in $ac_confdir or .."
1>&2; exit 1; }
  else
    { echo "configure: error: can not find sources in $srcdir" 1>&2;
exit 1; }
  fi
fi

specifically it's the "$ac_confdir" line that's printing the error.

thanks
doug

Vincent Caron wrote:
> 
> I had to specify also the include path, so try :
> 
> configure  --with-stlport=/home/doug/extracts/STLport-4.0/
> --with-stlport-include=/home/doug/extracts/STLport-4.0/stlport
> _______________________________________________
> Nel mailing list
> address@hidden
> http://www.nevrax.org/mailman/listinfo.cgi/nel


reply via email to

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