Good Morning I am new to SAMBA and I am just getting started. I tried to do the ./configure and came up with this error. Can anyone tell me what CC is and where do I get it from...I am on IBM RS-6000 using UNIX/aix. # cd /tmp/samba-2.2.8a/source # ./configure loading cache ./config.cache checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH # echo $PATH /usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java130/jre/bin:/us r/ja va130/bin Joseph Cuervo 2 University Pl Hackensack N.J. 07601 Phone 201-498-7902 Fax 201-498-7962 Email joseph.cuervo@algx.com <<Cuervo, Joseph.vcf>>
CC is the 'C' compiler. gcc is the GNU 'C' compiler. GNU software can be gotten from: http://www.gnu.org. Since you do not have cc to start with you will need to download one of the pre built versions of gcc. Mike On Thu, 2003-04-24 at 04:14, Cuervo, Joseph wrote:> Good Morning > I am new to SAMBA and I am just getting started. I tried to do the > ./configure and came up with this error. Can anyone tell me what CC is and > where do I get it from...I am on IBM RS-6000 using UNIX/aix. > # cd /tmp/samba-2.2.8a/source > # ./configure > loading cache ./config.cache > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > > # echo $PATH > /usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java130/jre/bin:/us > r/ja > va130/bin > > Joseph Cuervo > 2 University Pl > Hackensack N.J. 07601 > Phone 201-498-7902 > Fax 201-498-7962 > Email joseph.cuervo@algx.com > <<Cuervo, Joseph.vcf>> > ---- >> -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba-- Michael G. Noble RF Magic, Inc. Senior System Administrator 10182 Telesis Ct., 4th Floor San Diego, CA. 92121 email: mnoble@rfmagic.com voice: (858) 546-2401 x207 fax: (858) 546-2402 -- There is Sanity in my Madness!
On Thu, 24 Apr 2003, Cuervo, Joseph wrote:> Good Morning > I am new to SAMBA and I am just getting started. I tried to do the > ./configure and came up with this error. Can anyone tell me what CC is and > where do I get it from...I am on IBM RS-6000 using UNIX/aix. > # cd /tmp/samba-2.2.8a/source > # ./configure > loading cache ./config.cache > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATHIt means that you do not have a C compiler installed on your system. You need to either buy that from IBM _or_ locate, download and install the GCC compiler. - John T.> > # echo $PATH > /usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java130/jre/bin:/us > r/ja > va130/bin > > Joseph Cuervo > 2 University Pl > Hackensack N.J. 07601 > Phone 201-498-7902 > Fax 201-498-7962 > Email joseph.cuervo@algx.com > <<Cuervo, Joseph.vcf>> >-- John H Terpstra Email: jht@samba.org -------------- next part -------------- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
> -----Original Message----- > From: Cuervo, Joseph [mailto:joseph.cuervo@allegiancetelecom.com] > Sent: Thursday, April 24, 2003 7:15 AM > To: samba@lists.samba.org > Subject: [Samba] ./configure > > Good Morning > I am new to SAMBA and I am just getting started. I tried to do the > ./configure and came up with this error. Can anyone tell me what CC is and > where do I get it from...I am on IBM RS-6000 using UNIX/aix.IBM keeps a nice collection of free software binary packages for AIX at http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html. They have pre-compiled samba packages their as well as gcc.
GCC is a compiler, You need this to compile samba in a good way, gcc always comes in your distro CD, try to look for it and install it .... then You'll see that is very easy compile it. ./configure make and make install and that's all. Manuel Casoluengo Villanueva Network Administrator Mexico Coty Inc. www.coty.com Office: +011525-54494260 fax: +011525-54494249 mailto:manuel_casoluengo@cotyinc.com This message is intended for the use of the addressee and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of the information contained in this message is strictly unauthorized and prohibited. If you have received this message in error, please notify the sender by reply e-mail and delete the message from your system. Opinions, conclusions, or other statements in this message which do not relate to the business of Coty Inc., its subsidiaries or affiliates, are neither given nor endorsed by Coty Inc. "Cuervo, Joseph" <joseph.cuervo@allegiancetelecom.com> Para: samba@lists.samba.org Enviado por: cc: samba-bounces+manuel_casoluengo=cotyinc.com@lists Asunto: [Samba] ./configure .samba.org 24/04/2003 06:14 a.m. Good Morning I am new to SAMBA and I am just getting started. I tried to do the ./configure and came up with this error. Can anyone tell me what CC is and where do I get it from...I am on IBM RS-6000 using UNIX/aix. # cd /tmp/samba-2.2.8a/source # ./configure loading cache ./config.cache checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH # echo $PATH /usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java130/jre/bin:/us r/ja va130/bin Joseph Cuervo 2 University Pl Hackensack N.J. 07601 Phone 201-498-7902 Fax 201-498-7962 Email joseph.cuervo@algx.com <<Cuervo, Joseph.vcf>> -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba _____ This message is intended for the use of the addressee and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of the information contained in this message is strictly unauthorized and prohibited. If you have received this message in error, please notify the sender by reply e-mail and delete the message from your system. Opinions, conclusions, or other statements in this message which do not relate to the business of Coty Inc., its subsidiaries or affiliates, are neither given nor endorsed by Coty Inc.