Building on FreeBSD 3.2
Ian Roxborough
irox@redhat.com
Thu Nov 9 12:42:00 GMT 2000
On Thu, 09 Nov 2000, Chip Olson wrote:
> Date: Thu, 09 Nov 2000 15:13:07 -0500
> To: sourcenav@sourceware.cygnus.com
> From: Chip Olson <ceo@shore.net>
> Subject: Building on FreeBSD 3.2
>
>
> Hi;
>
> I'm trying to build SN 4.5.2 on FreeBSD 3.2, and am failing miserably.
>
> [ceo ~/me/SN452-source/snavigator]$ make
Are all the other parts build (tk,tcl,db,grep,etc)?
Otherwise you probably want to do something like:
[ceo ~/me/SN452-source]$ make all-snavigator
Which sould build db/PORT/* and friends before buildin
the main snavigator directory.
Afterwards, just do a make install-snavigator.
(My making a couple of assumptions like you have a
build dir like ~/me/SN452-build and so on.)
Ian.
> make all-recursive
> Making all in misc
> Making all in libutils
> Making all in db
> Making all in ../parsers/cpp/cpplib
> make: don't know how to make ../../db/PORT/libdb.a. Stop
> *** Error code 1
>
> Stop.
> *** Error code 1
>
> Stop.
> *** Error code 1
>
> Stop.
>
> It looks like the make process is in SN452-source/snavigator/db, builds
> SN452-source/snavigator/parsers/cpp/cpplib from there, and then goes to
> SN452-source/db/PORT, which is in the original source tree rather than
> the
> parallel build tree, SN452-source/snavigator/db/PORT. Since configure was
> run in the build tree, there's no Makefile there and nothing was built.
>
> Is there something subtle wrong with my system (which wouldn't surprise
> me
> in the least), or am I just missing something? Upgrading to FreeBSD 4.0
> isn't an option, unfortunately.
>
> --
> -Chip Olson. | ceo at shore dot net
> "You ask me why we celebrate, when nothing has been won;
> We take dark hours, we make them great, that's all we've ever done..."
> -Oysterband, "This Is The Voice".
>
More information about the Sourcenav
mailing list