Dear All, following the instructions in the manual ,HOWTO , written by David Lechnyr, arriving at the point ./configure --prefix=/usr --localstatedir=/var --with-configdir=/etc/samba --with-privatedir=/etc/samba/private --with-lockdir=/var/lock --with-piddir=/var/run --with-logfilebase=/var/log --with-smbmount --with-utmp --with-syslog checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH What happen? Thanks in advance Paolo
Looks like none of the compilers are on your path or they are not installed. Have you compiled stuff before? What OS are you using? Try the following (This is on Solaris 9 just in case you wonder why cc is in /opt/SUNWpro/bin :) math209:/home/dijuremo % which gcc /usr/local/bin/gcc math209:/home/dijuremo % which cc /opt/SUNWspro/bin/cc math209:/home/dijuremo % which TEST_DOES_NOT_EXIST TEST_DOES_NOT_EXIST: Command not found. If you get command not found then you need to make sure you have a compiler installed and you have the PATH set to include the location of the binarie: In tcsh: setenv PATH "/usr/bin:/urs/local/bin:/opt/local/bin:/path/to/your/other/bin/directories" In bash: export PATH="/usr/bin:/urs/local/bin:/opt/local/bin:/path/to/your/other/bin/directories" HTH, Diego On Fri, 26 Mar 2004, gils wrote:> Dear All, > following the instructions in the manual ,HOWTO , written by David > Lechnyr, arriving at the point > > ./configure --prefix=/usr --localstatedir=/var > --with-configdir=/etc/samba > --with-privatedir=/etc/samba/private --with-lockdir=/var/lock > --with-piddir=/var/run --with-logfilebase=/var/log > --with-smbmount --with-utmp --with-syslog > checking for gcc... no > checking for cc... no > checking for cc... no > checking for cl... no > configure: error: no acceptable C compiler found in $PATH > > What happen? > > Thanks in advance > > Paolo > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
Joern Frenzel
2004-Apr-02 15:07 UTC
[Samba] RPC-Server is not reachable & special shell for winxp
hi, some problems with our samba 3. 1. if we try to bring a XP-machine into the domain, we get the windows error "RPC-Server is not rechable". the machine-account is set up propper, but it does not work. but with w2k it works - why ? 2. we want to set a special shell for the win-xp clients via *.pol files. we made an own adm--file like this: CLASS USER CATEGORY "Software\Microsoft\Windows NT\CurrentVersion" ? POLICY Winlogon ? KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon" ? ? PART Shell EDITTEXT ? ? VALUENAME "Shell" ? ? END PART ? END POLICY END CATEGORY and it sets the following key. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] "Shell"="newshell.exe" if we set the key manualy it works fine, but the NTconfig.pol is not accepted. why ? thanks for any help