From mboxrd@z Thu Jan 1 00:00:00 1970 From: Syd Polk To: Steffen Hildebrandt Cc: SN-List Subject: Re: Problems on building SN 4.5.2 (Solaris8/Intel) Date: Fri, 17 Aug 2001 10:03:00 -0000 Message-id: References: <3B7CD236.8B067BC@gesko.de> X-SW-Source: 2001-q3/msg00124.html 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