Inbal Vahab
2002-Oct-22 10:11 UTC
[Samba] Help for installing Samba on SUN SPARC SOLARIS with OS 8
Dear Samba Team Analyst, I need to install Samba software in order to integrate my unix machine (SUN SPARC SOLARIS) with my NT server. Server details : SUN SPARC SOLARIS with OS 8 I have some question : 1. I download samba-2.2.6.tar.gz , is this the correct file for SUN SPARC SOLARIS with OS 8 ? 2. I unzip samba-2.2.6.tar.gz and run ./configure and I get the following error message : # pwd /software/samba/samba-2.2.6 # echo $PATH /opt/SUNWspro/bin/cc:/usr/bin:/usr/ccs/bin:/usr/sbin:/bin:/usr/bin:/usr/ucb: /etc :/usr/sbin:/usr/bin:/opt/tng/services/bin:/opt/tng/services/tools:/opt/tng/a gent s/bin # cd source # ./configure loading cache ./config.cache checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH # Any suggestion ? why I get that error Thanks Inbal Vahab Oracle DBA New Applicom LTD Mailto: inbalv@newapplicom.co.il Desk: +972-9-9598604 Cell: +972-53-606316 -------------- next part -------------- HTML attachment scrubbed and removed
Florian Rauh
2002-Oct-22 10:19 UTC
[Samba] Help for installing Samba on SUN SPARC SOLARIS with OS 8
On Tuesday, 22. Oktober 2002 12:08 Inbal Vahab wrote:> gent > s/bin > # cd source > # ./configure > loading cache ./config.cache > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > # > > Any suggestion ? why I get that errorYou could try to set a environment variable to your C-Compiler e. g. export CC=/usr/bin/gcc. greetings Florian Rauh
John H Terpstra
2002-Oct-22 14:57 UTC
[Samba] Help for installing Samba on SUN SPARC SOLARIS with OS 8
Yes, it means that your Solaris system does not have a C compiler installed. You need either to install the Sun Pro-C compiler or else obtain and install the GNU C compiler. You should be able to find a binary tarball distribution of the GNU C compiler fairly easily. - John T. On Tue, 22 Oct 2002, Inbal Vahab wrote:> Dear Samba Team Analyst, > > I need to install Samba software in order to integrate my unix machine (SUN > SPARC SOLARIS) with my NT server. > > Server details : > > SUN SPARC SOLARIS with OS 8 > > I have some question : > > 1. I download samba-2.2.6.tar.gz , is this the correct file for SUN SPARC > SOLARIS with OS 8 ? > 2. I unzip samba-2.2.6.tar.gz and run ./configure and I get the following > error message : > > # pwd > /software/samba/samba-2.2.6 > # echo $PATH > /opt/SUNWspro/bin/cc:/usr/bin:/usr/ccs/bin:/usr/sbin:/bin:/usr/bin:/usr/ucb: > /etc > :/usr/sbin:/usr/bin:/opt/tng/services/bin:/opt/tng/services/tools:/opt/tng/a > gent > s/bin > # cd source > # ./configure > loading cache ./config.cache > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > # > > Any suggestion ? why I get that error > > Thanks > > > > Inbal Vahab > > Oracle DBA > > New Applicom LTD > > Mailto: inbalv@newapplicom.co.il > > Desk: +972-9-9598604 > > Cell: +972-53-606316 > > >-- John H Terpstra Email: jht@samba.org