public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Problems on building SN 4.5.2 (Solaris8/Intel)
@ 2001-08-17  1:35 Steffen Hildebrandt
  2001-08-17 10:03 ` Syd Polk
  0 siblings, 1 reply; 3+ messages in thread
From: Steffen Hildebrandt @ 2001-08-17  1:35 UTC (permalink / raw)
  To: SN-List

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

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems on building SN 4.5.2 (Solaris8/Intel)
  2001-08-17  1:35 Problems on building SN 4.5.2 (Solaris8/Intel) Steffen Hildebrandt
@ 2001-08-17 10:03 ` Syd Polk
  2001-08-20  3:28   ` Steffen Hildebrandt
  0 siblings, 1 reply; 3+ messages in thread
From: Syd Polk @ 2001-08-17 10:03 UTC (permalink / raw)
  To: Steffen Hildebrandt; +Cc: SN-List

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems on building SN 4.5.2 (Solaris8/Intel)
  2001-08-17 10:03 ` Syd Polk
@ 2001-08-20  3:28   ` Steffen Hildebrandt
  0 siblings, 0 replies; 3+ messages in thread
From: Steffen Hildebrandt @ 2001-08-20  3:28 UTC (permalink / raw)
  To: Syd Polk, SN-List

Hello Syd,

thanks for your answer.
I`ve tryed your scenario, but there was a problem on unpacking the
Source-tarball
(SN 4.52 and SN 5.0).
With gunzip and tar xvfi SN-source-tarball there was no problem to build
SourceNavigator.

With best regards
Steffen Hildebrandt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-20  3:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-17  1:35 Problems on building SN 4.5.2 (Solaris8/Intel) Steffen Hildebrandt
2001-08-17 10:03 ` Syd Polk
2001-08-20  3:28   ` Steffen Hildebrandt

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