freetalk-dev
[Top][All Lists]
Advanced

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

[Freetalk-dev] Re: GNU Freetalk 3.0 Release


From: Harshavardhana
Subject: [Freetalk-dev] Re: GNU Freetalk 3.0 Release
Date: Mon, 26 Nov 2007 16:32:56 +0530 (IST)
User-agent: SquirrelMail/1.4.9a

Hi Debarishi,

   The problem is that we didn't use the new glibc standard or the GNU
libc mandatory which requires open when used with O_CREAT requires a
third mode argument to be specified earlier it used to ignore it if not
specified.

Add the following at line file_transfer.cc:222

 if ((file->fd = open (file->local_file, O_CREAT | O_WRONLY, S_IRWXU)) < 0){

the mode flag would be the user (file owner) should have read, write and
execute permissions. The same will be committed to tla branch

Other optimization warnings are common for gcc 4.1.x versions, which
should be fixed.

Thanks a lot for reporting the problem.

Regards
-- 
Harshavardhana
"Software gets slower faster as Hardware gets faster"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]