Sinisa,

I have found gcc 2.95.2:

orion:kcurry:/home/kcurry/util/mysql-3.23.40/ -> gcc
-v
Reading specs from
/home/jcrouch/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs


reran config:
configure --prefix=/home/kcurry/util/mysql-3.23.40
--with-mit-threads=no

and I get the following error:
make  all-recursive
make[1]: Entering directory
`/home/kcurry/util/mysql-3.23.40'
Making all in include
make[2]: Entering directory
`/home/kcurry/util/mysql-3.23.40/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kcurry/util/mysql-3.23.40/include'
Making all in Docs
make[2]: Entering directory
`/home/kcurry/util/mysql-3.23.40/Docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/kcurry/util/mysql-3.23.40/Docs'
Making all in readline
make[2]: Entering directory
`/home/kcurry/util/mysql-3.23.40/readline'
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H
-I./../include -I./.. -I..    -O3 -DDBUG_OFF  
-DHAVE_CURSES_H
-I/home/kcurry/util/mysql-3.23.40/include
-DHAVE_RWLOCK_T -c rltty.c
In file included from rlwinsize.h:48,
                 from rltty.h:45,
                 from rltty.c:44:
/usr/include/sys/ptem.h:25: parse error before
`mblk_t'
/usr/include/sys/ptem.h:25: warning: no semicolon at
end of struct or union
/usr/include/sys/ptem.h:26: warning: data definition
has no type or storage class
/usr/include/sys/ptem.h:29: parse error before `}'
make[2]: *** [rltty.o] Error 1
make[2]: Leaving directory
`/home/kcurry/util/mysql-3.23.40/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/kcurry/util/mysql-3.23.40'
make: *** [all-recursive-am] Error 2


Any suggestions?



gcc version 2.95.2 19991024 (release)

--- Sinisa Milivojevic <[EMAIL PROTECTED]> wrote:
> kevin curry writes:
> > SEND-PR: -*- send-pr -*-
> > SEND-PR: Lines starting with `SEND-PR' will be
> removed
> > automatically, as
> > SEND-PR: will all comments (text enclosed in `<'
> and
> > `>').
> > SEND-PR:
> > From: kcurry
> > To: [EMAIL PROTECTED]
> > Subject: [50 character or so descriptive subject
> here
> > (for reference)]
> > 
> > >Description:
> >     When I try to "make all" i get the following
> error:
> >     Making all in readline
> 
> <cut>
> > GCC: gcc version 2.7.2
> > Compilation info: CC='gcc'  CFLAGS=''  CXX='gcc' 
> > Configure command: ./configure 
> > --with-unix-socket-path=/var/tmp/mysql.sock
> > --with-low-memory --with-mit-threads=yes
> > --without-perl --enable-thread-safe-client
> > --with-berkeley-db --with-innodb
> > Perl: This is perl, version 5.005_03 built for
> > sun4-solaris
> > 
> > 
> > =====
> > Kevin S. Curry
> > 
> >     E-Mail: [EMAIL PROTECTED]
> > Alt E-Mail: [EMAIL PROTECTED]
> >     AOL IM: monkeymanksc
> >   YAHOO IM: monkeyman_ksc
> > Work Phone: 703.516.6258
> 
> Your gcc is too old. Use version 2.95.2.
> 
> Also, do not use MIT threads.
> 
> -- 
> Regards,
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa
> Milivojevic <[EMAIL PROTECTED]>
>  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime
> Developer
> /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
>        <___/   www.mysql.com


=====
Kevin S. Curry

    E-Mail: [EMAIL PROTECTED]
Alt E-Mail: [EMAIL PROTECTED]
    AOL IM: monkeymanksc
  YAHOO IM: monkeyman_ksc
Work Phone: 703.516.6258

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to