Glibc 2.3.2 and gcc 3.3

Niki Guldbrand nikig at vip.cybercity.dk
Thu May 15 02:05:41 GMT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all.

The issue with glibc 2.3.2 not want ot be compilled by gcc 3.3 has been
fix and the fix has been added to the moonbase...

It's a simple little patch... (Only one function needs to be fixed..)
This issue has been fix in glibc cvs repository the 3rd of may.

The function format has been changed for the new gcc

int name( arg1, arg2 )
  int arg1;
  int arg2;
{
  blah;
  blah;
}

Is not allowed any more, and there for this format has to be used
instead

int name ( int arg1, int arg2 )
{
  blah;
  blah;
}

I hope you get the idea ;o)


Happy hacking ppl...

Niki Guldbrand
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+wtnVljJ8M8hBdegRApXnAKCEp1eJMEf/vH5AVGcvForwUAlGAQCfSwKY
HmGZRWKaC57K6+O9geGE+vM=
=hmf2
-----END PGP SIGNATURE-----


More information about the Lunar-dev mailing list