Compiling of MySQL 3.23 Solaris 8 x86 ( 07/01) faild (Please help)


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Compiling of MySQL 3.23 Solaris 8 x86 ( 07/01) faild (Please help)
# 1  
Old 11-02-2001
Question Compiling of MySQL 3.23 Solaris 8 x86 ( 07/01) faild (Please help)

I got the source tarbal from mysql.com of the latest version about 3.23.
When I compile it, I get some errors of assembler etc.

I start ./configure with these settings

CC=gcc CFLAGS="-O6" \
CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" \
./configure --prefix=/usr/local/mysql --localstatedir=/var/mysql \
--with-low-memory

After I edit the config.h file and remove all entries of HAVE_TERM_H and HAVE_CURSE . ( I also tried it without this modification. )

then when I start compiling this errors happen:

Assembler: password.c
"/var/tmp/ccCtqApg.s", line 166 : Illegal mnemonic
"/var/tmp/ccCtqApg.s", line 166 : Syntax error
"/var/tmp/ccCtqApg.s", line 222 : Illegal mnemonic
"/var/tmp/ccCtqApg.s", line 222 : Syntax error
"/var/tmp/ccCtqApg.s", line 378 : Illegal mnemonic
"/var/tmp/ccCtqApg.s", line 378 : Syntax error
"/var/tmp/ccCtqApg.s", line 457 : Illegal mnemonic
"/var/tmp/ccCtqApg.s", line 457 : Syntax error
*** Error code 1
make: Fatal error: Command failed for target `password.lo'
Current working directory /usr/local/mysql-3.23.43/libmysql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/mysql-3.23.43
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'


I used GCC 2.9.5

Has anyone in this round succesfull compilied version of mysql 3.23.xx on Soalris 8 ? So please help me!

Thank you a lot for your help!

regards,
PatrickSmilie
# 2  
Old 11-06-2001
sorry i used gcc 3.0.1 not 2.9.5. By reinstall the error was fixed. So ist a bug in 3.0.1

I just let you know. Try 3.0.2
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris: clnt_create fails on solaris x86

Hi, I am facing an issue with Solaris x86 machine Machine Details: uname -a SunOS sol10-64 5.10 Generic_137138-09 i86pc i386 i86pc .............................. Description: I am trying to register a programm with proramm ID 300760 with version number 1, and tryint to create a... (0 Replies)
Discussion started by: DivakarAdari
0 Replies

2. UNIX and Linux Applications

mysql on sol10 x86

i installed the x86 version (32-bit) of mysql community db. looks like the initial install of the pkg was good. however, i've got a few questions here. after the install, i run `/usr/local/mysql/scripts/mysql_install_db --user=mysql` to generate the db's and tables. it looks like a clean install... (0 Replies)
Discussion started by: pupp
0 Replies

3. UNIX for Advanced & Expert Users

compiling php5 on solaris 9. please help.

I'm trying to compile PHP5. I've installed mysql5 successfully and apache1.3 is working great, but I get the message below when I compile PHP5. I double checked if I have libxml2 installed and I do. I installed libxml2 binary from sunfreeware. Please see below for details: ./configure... (5 Replies)
Discussion started by: xnightcrawl
5 Replies

4. Programming

Compiling in Solaris

Hi, I'm new to Unix. I'm trying to compile a shared library in Solaris running on x86. I get "void value not ignored as it ought to be" error when trying "make". But it compiles fine in Fedora. How can this happen? I think both are using the same type of compiler. What can I do to get around... (8 Replies)
Discussion started by: runnerb
8 Replies

5. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies

6. Solaris

Solaris x86 on D<LL (OK I said it)

OK, I have a DELL Poweredge 2850 fresh out of the box sitting here. I'm thinking of putting Solaris 9 x86 on it. Has anyone ever attempted this before, do you think it will work? I dont want to get into something that is just going to be a enormus waste of time, so I am wondering if anyone... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

7. Solaris

Solaris 10 X86

Ok here goes, this MCSE is now fed up with MS, they are telling me that my Legal XP has a s/num they didnt issue. After countless emails I am P with them and am loooking for a new OS. Tried Linux, got it working but seems too flaky for me. Have installed Solaris 10 X86 (on a temp pc AMD Athlon... (1 Reply)
Discussion started by: mickie
1 Replies

8. Solaris

solaris on x86

hi, need help! i've installed solaris 9 on my x86 box...problems with kdmconfig. here what i have: 1- Dell 17" Flat monitor ( 31kHz-80kHz horizontal and 56 Hz-76Hz Vertical) 2- Matrox Millenium G550 card what choices do i have to made? best regards thank you in advance (1 Reply)
Discussion started by: hmaiida
1 Replies

9. UNIX for Dummies Questions & Answers

Solaris 8 x86

Hi There, I search a lot across the board but didn't find answer... first of all... I installed the Companion CD. So Kde is supposed to work... I ran the script to have it in my login screen, and it's there... but when I enter it, it only kicks me to the login screen once... (1 Reply)
Discussion started by: Erythro73
1 Replies
Login or Register to Ask a Question