Subject | Re: [firebird-support] More build problems |
---|---|
Author | Mark Probert |
Post date | 2005-08-06T07:39:41Z |
On Fri, 2005-08-05 at 15:51 -0700, Mark Probert wrote:
So, I have it compiled. The "trick" here is to make sure that you have
the entire GNU toolchain installed. This specifically means:
+ bison .. oh, and don't forget to touch src/dsql/parser.y
+ ld .. yeah, from the binutils collection. The standard Sun ld
in /usr/ccs/bin will not accept the arguments that make throws at it.
Be nice to have that as part of the configure script.
Now, how do we go about installing this sucker? 'make install' doesn't
seem to work ...
(root@locke) 0:33 $ make install
make -C src install
make[1]: Entering directory
`/export/home/local/store/dev/firebird-1.5.2.4731/src'
make -f ../gen/Makefile.install install
make[2]: Entering directory
`/export/home/local/store/dev/firebird-1.5.2.4731/src'
make[2]: Nothing to be done for `install'.
Maybe it is in the docs. Tomorrow.
Regards,
--
-mark. (probertm at acm dot org)
> Hi ..I love answering my own posts :-)
>
> Things are progressing on my Solaris 8 build of Firebird 1.5.2. Having
> sorted out my LD_LIBRARY_PATH issues (that was the configure error), I
> am now getting failure in building gpre:
>
So, I have it compiled. The "trick" here is to make sure that you have
the entire GNU toolchain installed. This specifically means:
+ bison .. oh, and don't forget to touch src/dsql/parser.y
+ ld .. yeah, from the binutils collection. The standard Sun ld
in /usr/ccs/bin will not accept the arguments that make throws at it.
Be nice to have that as part of the configure script.
Now, how do we go about installing this sucker? 'make install' doesn't
seem to work ...
(root@locke) 0:33 $ make install
make -C src install
make[1]: Entering directory
`/export/home/local/store/dev/firebird-1.5.2.4731/src'
make -f ../gen/Makefile.install install
make[2]: Entering directory
`/export/home/local/store/dev/firebird-1.5.2.4731/src'
make[2]: Nothing to be done for `install'.
Maybe it is in the docs. Tomorrow.
Regards,
--
-mark. (probertm at acm dot org)