Hi all,

Attempting to compile the mysql client only as a non-root user [install 
locally at $HOME/bin]. I grabbed the source from:

http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.52.tar.gz

uname -a reports:

SunOS ka 4.1.3_U1 14 sun4m

configure is run as such:

 ./configure --without-server --disable-shared --prefix=/oops/ka/vjl/bin

and then, after it successfully [no errors] configures the files, I run a 
simple, "make".

make errors out with:

echo timestamp > llstr.lo
gcc -DDEFAULT_CHARSET_HOME="\"/oops/ka/vjl/bin\""                       
-DDATADIR="\"/oops/ka/vjl/bin/var\""                    
-DSHAREDIR="\"/oops/ka/vjl/bin/share/mysql\"" -DUNDEF_THREADS_HACK 
-DDONT_USE_RAID -I./../include -I../include             -I./.. -I.. -I..    
-O3 -DDBUG_OFF -c conf_to_src.c
conf_to_src.c: In function `main':
conf_to_src.c:45: `EXIT_FAILURE' undeclared (first use this function)
conf_to_src.c:45: (Each undeclared identifier is reported only once
conf_to_src.c:45: for each function it appears in.)
conf_to_src.c:64: `EXIT_SUCCESS' undeclared (first use this function)
conf_to_src.c: In function `print_arrays_for':
conf_to_src.c:124: `EXIT_FAILURE' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `conf_to_src.o'
Current working directory /oops/ka/vjl/tmp/mysql-3.23.52/libmysql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /oops/ka/vjl/tmp/mysql-3.23.52
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'

I used gtar to untar the tarball, fwiw. I'm not sure what the above error 
is refering to; any incite into getting the above to work, or a source for 
a binary compile of SunOS 4.1.3 [client only] would be most appreciated.

Thanks,

/vjl/

-- 
Vince LaMonica               UC Irvine,  School  of  Social Ecology
 W3 Developer       <*>      116 Social Ecology I, Irvine, CA 92697
 [EMAIL PROTECTED]                     https://www.seweb.uci.edu/~vjl

If Bill Gates had a nickel for every time Windows crashed...
                  ... oh wait, never mind.


---------------------------------------------------------------------
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