Jump to content

URGENT


BLEUSTREAK1

Recommended Posts

I GET AN ERROR MESSAGE WHILE DOING MAKE OF MYSQL

ERROR GOES SOMETHING LIKE THIS:

Error while make in Mysql exit 1;fi

gcc:cannot specify -o with -c or -S and multiple compilations

[make 2]; ****[my_new.0] error1

[make 2]: leaving dir /usr/local

[make 1]: *** [all-recursive] Error1

 

 

 

 

i have tried using 2 diffrent versions of mysql

i am build a LAMP configuration on my pc with rhl9 in text mode using

CFLAGS="-O3"

CXX=gcc

CXXFLAGS="-O3 \

-mpentiumpro \

-mstack-align-double \

-felide-constructors \

-fno-exceptions -fno-rtti"

./configure \

--prefix=/usr/local/mysql \

--with-extra-charsets=complex \

--enable-thread-safe-client \

--enable-local-infile \

--enable-assembler \

--disable-shared \

--with-client-ldflags=-all-static \

--with-mysqld-ldflags=-all-static

 

 

i don't seem to get an error message here

then when i type make iget the error message after some time

 

 

 

would really like to know what is wrong it is very urgent

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.