>Description:
        configure contains the lines
          compile_readline= no
          compile_libedit= no
        which causes a message 
          ./configure: line xxx: no: command not found
        unless you happen to have a program named "no" in your path.
>How-To-Repeat:
        ./configure
>Fix:
        I deleted the white space between the "=" and "no" in
        configure.in at line 2173 and 2174, viz:
$ diff -c configure.in.orig configure.in
*** configure.in.orig   Thu Apr  3 05:15:53 2003
--- configure.in        Thu Nov 13 11:17:36 2003
***************
*** 2170,2177 ****
      [ with_libedit=undefined ]
      )
  
! compile_readline= no
! compile_libedit= no
  
  if [test "$with_libedit" = "yes"] && [test "$with_readline" = "yes"]
  then
--- 2170,2177 ----
      [ with_libedit=undefined ]
      )
  
! compile_readline=no
! compile_libedit=no
  
  if [test "$with_libedit" = "yes"] && [test "$with_readline" = "yes"]
  then


>Submitter-Id:  <submitter ID>
>Originator:    Ric Anderson - SIRT
>Organization:
  Ric Anderson, U of Arizona, 1077 North Highland, Tucson, AZ 85721-0073
  Phone: +1 520 626 2758 (v) +1 520 626 8295 FAX
  [EMAIL PROTECTED] (RA90-ARIN)  Personal Email: [EMAIL PROTECTED]
  UNIX *is* user friendly. It's just selective about who its friends are.
>
>MySQL support: none
>Synopsis:      typo in configure script
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-4.1.0-alpha (Source distribution)

>C compiler:    2.95.3
>C++ compiler:  2.95.3
>Environment:
        
System: SunOS coyote.Telcom.Arizona.EDU 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-60
Architecture: sun4

Some paths:  /usr/bin/perl /usr/ccs/bin/make /usr/local/bin/gmake /usr/local/bin/gcc
GCC: Reading specs from 
/usr/local/gcc/5.8_current/bin/../lib/gcc-lib/sparcv9-sun-solaris2/3.2.1/specs
Configured with: /dfs/src/GNU/gcc-3.2.1/configure --prefix 
/usr/local/gcc/8_gcc_3.2.1_sparcv9 --enable-languages=c,c++,f77,objc 
sparcv9-sun-solaris2
Thread model: posix
gcc version 3.2.1
Compilation info: CC='gcc'  CFLAGS='-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs 
-Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings 
-Wunused -mcpu=pentiumpro -O3 -fno-omit-frame-pointer -g'  CXX='gcc'  
CXXFLAGS='-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts 
-Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual 
-Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors 
-fno-exceptions -fno-rtti -mcpu=pentiumpro -O3 -fno-omit-frame-pointer -g'  LDFLAGS='' 
 ASFLAGS=''
LIBC: 
-rw-r--r--   1 root     bin      1788708 Jul 29 14:57 /lib/libc.a
lrwxrwxrwx   1 root     root          11 Sep 21  2002 /lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin      1157900 Jul 29 14:57 /lib/libc.so.1
-rw-r--r--   1 root     bin      1788708 Jul 29 14:57 /usr/lib/libc.a
lrwxrwxrwx   1 root     root          11 Sep 21  2002 /usr/lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin      1157900 Jul 29 14:57 /usr/lib/libc.so.1
Configure command: ./configure '--prefix=/usr/local/mysql' '--enable-assembler' 
'--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' 
'--with-berkeley-db' '--with-embedded-server' '--with-openssl' '--with-vio' 
'--enable-local-infile' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs 
-Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings 
-Wunused -mcpu=pentiumpro -O3 -fno-omit-frame-pointer -g' 'CXXFLAGS=-Wimplicit 
-Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat 
-Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo 
-Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions 
-fno-rtti -mcpu=pentiumpro -O3 -fno-omit-frame-pointer -g' 'CXX=gcc'


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to