Problems on building SN 4.5.2 (Solaris8/Intel)

Syd Polk spolk@apple.com
Fri Aug 17 10:03:00 GMT 2001


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



More information about the Sourcenav mailing list