On Wed, Oct 16, 2002 at 10:15:43AM -0400, Ben Goodwin wrote:
> I've compiled and installed this on my Solaris8/Intel box a few times
> without a hitch.. I don't recall seeing what version of Solaris you're
> running.. ?

I'm running Solaris 8 with gcc 2.95.2.

> I also compiled with just ./configure - I didn't bother with the other
> options.. although that might be asking for trouble under certain
> circumstances...
> I don't have the source in front of me to check but I seem to recall being
> able to compile specifically withOUT curses support?  Is your ncurses
> library up to date?  Changing which curses libs to use won't affect this
> issue - the issue is a header/include problem, not a library problem.
> If that doesn't help, let me know and I'll try to suggest other things as
> well as check out my installation....

I've finally managed to get past this by updating ncurses to 5.2 and
setting the -I flag to the CFLAGS and CXXFLAGS to point to the location
of the new ncurses. Now I've gotten past this but hit another error
that is even more mystifying:

---
creating thread_test
Making all in strings
gcc -c -o strings-x86.o strings-x86.s
Assembler:
        "strings-x86.s", line 1 : Illegal mnemonic    
        "strings-x86.s", line 1 : Syntax error
        "strings-x86.s", line 1 : Illegal mnemonic    
        "strings-x86.s", line 1 : Illegal mnemonic
[...]
        "strings-x86.s", line 3 : Illegal mnemonic
Too many errors - Goodbye
*** Error code 1
make: Fatal error: Command failed for target `strings-x86.o'
Current working directory /usr/local/src/mysql-3.23.52/strings
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/src/mysql-3.23.52
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'
---

I've looked for this error in various places and been unable to
find it.

Any ideas this time? And thanks again!

Jesse Sheidlower
sql, query

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