----- Original Message ----- From: "kholid fuadi" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, April 29, 2005 2:46 AM Subject: [tanya-jawab] install links 0.99
> checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > > ==== > > kira maksudnya si komputer gimana ya? kok muncul tulisan kaya gitu > terus what i have to do? cc = C compiler so the error should be read like this: error: no acceptable C compiler found in $PATH which means, you don't have acceptable C compiler in your system, or the configure script can't find it. What are the acceptable C compilers?, read the documentations that comes with the package. In fact, you should read the documentation before trying to configuring and compiling the source code ... :-) to install the C compiler, take this advice, try installing C compiler package from your distribution using a package manager that comes with your distribution, not from the source code. What I mean is don't try to download the latest and greatest gcc in tar.gz format in order to have a C compiler. Why? because compiling a C compiler can be nightmare for youngsters, and you don't have a compiler to do that yet :-). The simple one usually is the right one. KISS. Rgds, Rizky -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis Tidak bisa posting? Baca: http://linux.or.id/problemmilis http://linux.or.id/tatatertibmilis
