List:General Discussion« Previous MessageNext Message »
From:Alex Cook Date:August 3 2001 8:52pm
Subject:RE: Error during make process on mySQL 3.23.40
View as plain text  
Yea..  I noticed that pretty quickly... fixed now..  hindsight is a great
thing huh? ;)

I did a little searching in the archives for this list as well, and found
this posting http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:15490 which talks
about make errors on Solaris 2.5.1 and trying it with a 

CXXFLAGS=-DSOLARIS ./configure

flag...  did that, and get the following error now:

make[2]: Entering directory `/usr2/people/acook/mysql-3.23.40/mysql-test'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/usr2/people/acook/mysql-3.23.40/mysql-test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr2/people/acook/mysql-3.23.40'
make: *** [all-recursive-am] Error 2

Suggestions?

-----Original Message-----
From: Ravi Raman [mailto:ravi@stripped]
Sent: Friday, August 03, 2001 1:40 PM
To: Alex Cook; mysql@stripped
Subject: RE: Error during make process on mySQL 3.23.40


hi.

find ar...add it to your path..something like:

PATH=$PATH:/usr/sbin
export PATH

type make again.

hth.
-ravi

-----Original Message-----
From: Alex Cook [mailto:acook@stripped]
Sent: Friday, August 03, 2001 2:19 PM
To: 'mysql@stripped'
Subject: Error during make process on mySQL 3.23.40


ok, I'm running a Solaris 8 SPARC box, and I configure with:

./configure --enable-thread-safe-client --enable-shared --prefix=/usr2/mysql
--enable-user=acook

I then run make, use GNU make, and get:

ar cru libreadline.a readline.o funmap.o keymaps.o vi_mode.o parens.o
rltty.o co
mplete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o
input
.o callback.o terminal.o xmalloc.o history.o histsearch.o histexpand.o
histfile.
o nls.o search.o shell.o tilde.o
make[2]: ar: Command not found
make[2]: *** [libreadline.a] Error 127
make[2]: Leaving directory `/usr2/people/acook/mysql-3.23.40/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr2/people/acook/mysql-3.23.40'
make: *** [all-recursive-am] Error 2

Is there a different make then the GNU one I should use for the ar command,
or is this a mySQL bug...  pardon the newbie type question, but I'm a little
stumped...

-ALEX
Web Designer, LibertyLiveWire
323-603-2118
acook@stripped


---------------------------------------------------------------------
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 <mysql-thread81570@stripped>
To unsubscribe, e-mail <mysql-unsubscribe-ravi=webdream.com@stripped>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Thread
Error during make process on mySQL 3.23.40Alex Cook3 Aug
  • RE: Error during make process on mySQL 3.23.40Ravi Raman3 Aug
RE: Error during make process on mySQL 3.23.40Alex Cook3 Aug