Can't compile Mosfet Liquid theme under Slack 8.0
Thomas Mondoshawan Tate
plug-discuss@lists.PLUG.phoenix.az.us
Thu, 18 Oct 2001 07:17:54 -0700
--k1lZvvs/B4yU6o8G
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, Oct 18, 2001 at 01:38:55AM -0700, Rick Rosinski wrote:
> It was the 0.6 version of the Liquid
>=20
> On Thursday 18 October 2001 01:36 am, you wrote:
> > When running configure, I get the following error:
> > checking whether the C compiler works... configure: error: cannot run C
> > compiled programs.
> > If you want to cross compile, use '--host'.
> >
> > This is weird, since I compile frequently (I avoid binaries quite
> > frequently). I haven't added a new compiler since I had installed Slack=
8.0
> >
> > Any ideas?
Have you checked config.log after the configure script errors out?
Also, you might want to write your own test just in case:
[foo@bar]$ cat >test.c <<EOF
#include <stdio.h>
=20
int main(void)
{
printf("It worked.\n");
}
EOF
=20
[foo@bar]$ gcc test.c -o test
[foo@bar]$ ./test
It worked.
[foo@bar]$
--=20
Thomas "Mondoshawan" Tate
phoenix@psy.ed.asu.edu
http://tank.dyndns.org
--k1lZvvs/B4yU6o8G
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7zuSSYp5mUsPGjjwRAhejAJ474v4a5HnmvUGvSMVcroJjYCR7cwCgh8Z/
+iPAQHbKmhOSabc01DtqPA0=
=UUic
-----END PGP SIGNATURE-----
--k1lZvvs/B4yU6o8G--