The same error occurs with 2.50.39.

Has anyone successfully made MyODBC on Solaris8 using gcc 2.95??

Matt Dougherty

Venu wrote:

> Hi,
>
> > -----Original Message-----
> > From: Matthew Dougherty [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, December 03, 2001 11:06 AM
> > To: [EMAIL PROTECTED]
> > Subject: Problem making myodbc on Solaris 8
> >
> >
> > make fails with mksh: Fatal error in reader:  = missing from replacement
> >
> > macro reference
> >                        Current working directory
> > /opt/perlModules/MyODBC-2.50.37
> >
> > I have ODBC working for SQL Server.
> >
> > If I do a make -V is leads me to a bad set of lines in Makefile:
> >
> > DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 ||:)
> >
> > -include $(DEP_FILES)
> >
> > If I take out the colon on the :=, I don't get an error.
> >
> > Is the -include a typo?  I don't see a matching subroutine in
> > Makefile.  If I change it to include $(DEP_FILES) it can't find the
> > files.
> >
> > DEP_FILES is previously defined as a list of files in .deps.
> >
> >
> > I am running as root using GCC 2.95.  I have a separate build of perl
> > that I am using instead of /usr/bin/perl on Solaris 8.
> >
> > The PATH is set to
> > /usr/local/bin:/usr/local/mysql/bin:/usr/bin:/usr/sbin:/usr/ccs/bin
> > I am using the make in /usr/ccs/bin.
> >
> > The LD_LIBRARY_PATH is set to /usr/local/lib:/usr/local/mysq:/usr/lib
> >
> > The configure command is as follows:
> >
> > ./configure --with-odbc-ini=/etc/odbc.ini
> > --with-iodbc-includes=/usr/local/openlink/w3configu/include
> > --with-iodbc-libs=/usr/local/openlink/lib
> > --with-mysql-dirs=/usr/local/mysql/lib/mysql
> > --with-mysql-includes=/usr/local/mysql/include/mysql
> >
> >
> Can you download and try the latest version 2.50.39(unix source)
> from:
> http://www.mysql.com/downloads/api-myodbc.html
>
> Regards, Venu
> --
> For technical support contracts, go to https://order.mysql.com
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /   Mr. Venu <[EMAIL PROTECTED]>
>  / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Developer
> /_/  /_/\_, /___/\___\_\___/  California, USA
>        <___/  www.mysql.com
>
> ---------------------------------------------------------------------
> 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


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