Displaying 5 results from an estimated 5 matches for "lsoftwar".
Did you mean:
lsoftware
2006 Apr 19
4
DO NOT REPLY [Bug 3701] New: rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
...ersion: 2.6.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: email@cs-ware.de
QAContact: rsync-qa@samba.org
[root@fileserver /home/lsoftware/someprog/Muster]# mount
...
/dev/hda4 on /home type ext3 (rw,nodev,acl,user_xattr,usrquota)
...
[root@fileserver /home/lsoftware/someprog/Muster]# getfattr -d HLPTEXT.TXT
[root@fileserver /home/lsoftware/someprog/Muster]# getfacl HLPTEXT.TXT
# file: HLPTEXT.TXT
# owner: root
# group: users
user::...
2013 Jun 29
2
[LLVMdev] does clang and llvm take more time to compile c code
The options is
cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_INSTALL_PREFIX=~software/llvmsvn
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON /home/xxx/lsoftware/llvm-3.2-svn
$make
$make install
On Fri, Jun 28, 2013 at 12:37 PM, Eric Christopher <echristo at gmail.com>wrote:
> On Thu, Jun 27, 2013 at 6:04 PM, Eric Lu <eirc.lew at gmail.com> wrote:
> > Hi, Ben
> > gcc version is: 4.7.0
> > clang version is: 3.2
> >...
2013 Jun 29
0
[LLVMdev] does clang and llvm take more time to compile c code
On Sat, Jun 29, 2013 at 8:41 AM, Eric Lu <eirc.lew at gmail.com> wrote:
> The options is
> cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_INSTALL_PREFIX=~software/llvmsvn
> -DCMAKE_EXPORT_COMPILE_COMMANDS=ON /home/xxx/lsoftware/llvm-3.2-svn
>
> That would do it; Debug builds are roughly 2x slower than Release builds.
-Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130629/4fd46ee9/attachment.html>
2013 Jun 28
0
[LLVMdev] does clang and llvm take more time to compile c code
On Thu, Jun 27, 2013 at 6:04 PM, Eric Lu <eirc.lew at gmail.com> wrote:
> Hi, Ben
> gcc version is: 4.7.0
> clang version is: 3.2
>
> The command options are:
> 1) clang
> generated object files: clang -O3 -c *.c -o x.o
> link: clang *.o -lm -o mpeg2enc
>
> 2) gcc
> generated object files: gcc -O3 -c *.c -o x.o
> link: gcc *.o -lm -o mpeg2enc
>
2013 Jun 28
2
[LLVMdev] does clang and llvm take more time to compile c code
Hi, Ben
gcc version is: 4.7.0
clang version is: 3.2
The command options are:
1) clang
generated object files: clang -O3 -c *.c -o x.o
link: clang *.o -lm -o mpeg2enc
2) gcc
generated object files: gcc -O3 -c *.c -o x.o
link: gcc *.o -lm -o mpeg2enc
Yes, maybe it is the config introduced problems, I build it with enable
debug options.
Thanks!
Eric
On Thu, Jun 27, 2013 at 7:49 PM,