Re: The problems upgraded to fedora 9

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/24/2008 08:33 AM, Erik van Pienbroek wrote:
Op zaterdag 24-05-2008 om 10:08 uur [tijdzone +0800], schreef 孙宗君:
My program failed to compile on fedora 9 with the complaints of some
functions like memset, strcpy not found.

Hi,

This is probably caused by gcc 4.3, which is more strict than previous
versions of gcc. Most of the time these errors are caused by missing
#include's. The functions memset and strcpy are both declared in
string.h, so you need to check if the .c file which fails to compile has
an #include <string.h> in it and add it if necessary.

But if you are using C++, then #include <cstring>

--
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux