Chuck

I'm trying to compile 3.23.31 on Solaris 2.7 also, and had the same problem.  If
you either delete or rename the config.cache file, this will go away.  The
config.cache file supplies default values to the configure script, and those
default values weren't suitable for our Solaris installation.  Deleting (preferably
renaming) the config.cache file forced the configure script to build its own cache
file.

If your OS installation is like ours, you may have later problems when configure
attempts to determine the size of a char variable.  You'll need to have the
directory containing libz.so in your LD_LIBRARY_PATH.

I'm still not finished with my source installation.  Now my Makefile won't
complete.  Arrggh!

Chet Singer


Chuck Carson wrote:

> I am getting this error trying to compile mysql 3.23.28:
>
> checking for pdftex... no
> checking return type of sprintf... configure: error: can not run test
> program while cross compiling
>
> The documentation says the compiler is not installed correctly. I tried the
> gcc2.8.1 and 2.9.5 packages from sunfreeware.com.
>
> Anyone have any ideas?
>
> -Chuck
>
> ---------------------------------------------------------------------
> 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


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