Hi all,

I'm making a source distribution on Solaris.

Partway through the 'make install', I get this:

        make[1]: Entering directory
`/home/csinger/mysql/mysql-3.23.31/libmysql'
        make[1]: *** No rule to make target `libmysql.c', needed by
`libmysql.lo'.  Stop.

A quick look in my libmysql directory shows nothing there but these
files:

        Makefile
        Makefile.am
        Makefile.in
        Makefile.shared
        acinclude.m4
        configure.in

Meanwhile, in my libmysql_r directory, there are lots of .c files,
including libmysql.c, but these are links that point to files in the
libmysql directory that don't exist.

For example, libmysql_r/libmysql.c is a link that points to
libmysql/libmysql.c, which doesn't exist.

My configure script seemed to run OK.  Anyone have any ideas?  Thanks.

Chet



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