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

Re: C source



L'octidi 28 messidor, an CCXXIV, Pol Hallen a écrit :
> #include <string.h>
> #include <stdlib.h>
> #include <stdio.h>
> #include "md5.h"

The fact that md5.h is included with double quotes instead of angle brackets
means that it is a header local to the project, not a system header. Your .c
file should come with the md5.h file. If it does not, it is bogus.

The suggestions of adding -I options, finding a file on the system or
installing a package are wrong, but they may become correct once the first
issue is fixed.

The suggestion about -L is completely wrong, -L is about linking, not
compiling.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature


Reply to: