public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Syd Polk <spolk@apple.com>
To: Steffen Hildebrandt <Hildebrandt@gesko.de>
Cc: SN-List <sourcenav@sources.redhat.com>
Subject: Re: Problems on building SN 4.5.2 (Solaris8/Intel)
Date: Fri, 17 Aug 2001 10:03:00 -0000	[thread overview]
Message-ID: <D40ABABA-9331-11D5-85A2-0050E4E02A78@apple.com> (raw)
In-Reply-To: <3B7CD236.8B067BC@gesko.de>

On Friday, August 17, 2001, at 01:13 AM, Steffen Hildebrandt wrote:

> Hello good morning,
>
> I`m new to Solaris8 but I`m using SN 4.5.2 in my Linux-box.
>
> I`ve a great problem on building SN 4.5.2 on a Solaris8/Intel-Box.
>
> I installed the GNU-tools (gcc, binutils, automake, autoconf etc) and
> set the search-path.
>
> I`ve a directory /test2/SN452-source and i would like to build the SN
> with these command line :
>
>   cd /test2
>   /test2/SN452-source/configure --srcdir=/test2/SN452-source

You should not need the /srcdir argument. You should, however, set a 
prefix. I would do something like the following:

cd /test2
mkdir build
cd build
../SN452-source/configure --prefix=/test2/install
make all-snavigator
make install-snavigator

And I really recommend working with SN5.0; it's a lot better.


>
>
> There is a error message :
>
>   ...
>   Configuring snavigator...
>   configure: error: can not find source in
> /test2/SN452-source/snavigator
>   Configure in /test2/snavigaor failed, exiting.
>
> Whats my problem? Are there any hints?
>
> With best regards
> Steffen Hildebrandt
>
>
Syd Polk
QA and Integration Manager, Mac OSX Development Tools
+1 408 974-0577

  reply	other threads:[~2001-08-17 10:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-17  1:35 Steffen Hildebrandt
2001-08-17 10:03 ` Syd Polk [this message]
2001-08-20  3:28   ` Steffen Hildebrandt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D40ABABA-9331-11D5-85A2-0050E4E02A78@apple.com \
    --to=spolk@apple.com \
    --cc=Hildebrandt@gesko.de \
    --cc=sourcenav@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).