search for: linux6e

Displaying 14 results from an estimated 14 matches for "linux6e".

2012 Jul 11
0
[LLVMdev] Compiling llvm and Clang on Linux
It's undocumented FAQ, if you are using RHEL5 (or clone). - install gcc44-c++ - Build with CC=gcc44 CXX=g++44 - You may need "CC=clang -std=gnu89" to use clang with its glibc. Have fun! ps. AFAIK, clang can be built more easily on centos6. ...Takumi 2012/7/11 Sitvanit Ruah <RUAH at il.ibm.com>: > > Hello all, > I am new to this mailing list so I hope this is
2012 Jul 12
3
[LLVMdev] Compiling llvm and Clang on Linux
...t/lib/asan/asan_posix.cc the line is preceded by the comment // Should not add dependency on libstdc++ Below are the gcc44 directories installed on the machine. Do you know what else is needed in order to resolve the problem? Thanks, Sitvanit /usr/bin/gcc44 /usr/bin/gcov44 /usr/bin/i386-redhat-linux6E-gcc44 /usr/lib/gcc /usr/lib/gcc/i386-redhat-linux6E /usr/lib/gcc/i386-redhat-linux6E/4.4.6 /usr/lib/gcc/i386-redhat-linux6E/4.4.6/crtbegin.o /usr/lib/gcc/i386-redhat-linux6E/4.4.6/crtbeginS.o /usr/lib/gcc/i386-redhat-linux6E/4.4.6/crtbeginT.o /usr/lib/gcc/i386-redhat-linux6E/4.4.6/crtend.o /usr/lib...
2012 Jul 11
5
[LLVMdev] Compiling llvm and Clang on Linux
Hello all, I am new to this mailing list so I hope this is the right place to post the following question. We are considering using Clang front end for our tool. I tried to compile LLVM (using configure followed by make from the llvm top directory) on LINUX X86 with gcc 4.1.2. I got several compilation error messages of the form /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c+
2012 Jul 15
3
[LLVMdev] Compiling llvm and Clang on Linux
...tvanit/LLVM/build/tools' make: *** [all] Error 1 ======================================================== The shell I am using is tcsh (it doesn't recognize the command "export") The outputs to the gcc44 -v, g++44 -c: build> gcc44 -v Using built-in specs. Target: i386-redhat-linux6E Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions...
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
...l] Error 1 > ======================================================== > > The shell I am using is tcsh (it doesn't recognize the command "export") > > The outputs to the gcc44 -v, g++44 -c: > > build> gcc44 -v > Using built-in specs. > Target: i386-redhat-linux6E > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla > --enable-bootstrap --enable-shared --enable-threads=posix > --enable-checking=release --with-system-zlib --enable-__cxa_atexit > --dis...
2013 Jul 18
2
[LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host
...;/usr/lib/x86_64-unknown-linux-gnu/gcc/x86_64-unknown-linux-gnu" "/usr/lib/x86_64-unknown-linux-gnu" "/usr/lib/gcc/x86_64-pc-linux-gnu" "/usr/lib/x86_64-pc-linux-gnu/gcc/x86_64-pc-linux-gnu" "/usr/lib/x86_64-pc-linux-gnu" "/usr/lib/gcc/x86_64-redhat-linux6E" "/usr/lib/x86_64-redhat-linux6E/gcc/x86_64-redhat-linux6E" "/usr/lib/x86_64-redhat-linux6E" "/usr/lib/gcc/x86_64-redhat-linux" "/usr/lib/x86_64-redhat-linux/gcc/x86_64-redhat-linux" "/usr/lib/x86_64-redhat-linux" "/usr/lib/gcc/x86_64-suse...
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
PS: Do you actually have gcc-4.4 installed and in your path? What do the commands gcc44 -v and g++44 -v output? On 15/07/12 10:59, Duncan Sands wrote: > Hi Sitvanit, > >> I tried >> >> CC=gcc44 CXX=g++44 ../llvm/configure >> >> and got >> >> CC=gcc44: Command not found >> >> So the syntax is indeed as wriiten in the help. >
2012 Jul 15
2
[LLVMdev] Compiling llvm and Clang on Linux
Hi Sitvanit, > I tried > > CC=gcc44 CXX=g++44 ../llvm/configure > > and got > > CC=gcc44: Command not found > > So the syntax is indeed as wriiten in the help. actually, no, this just means that you are using a shell that doesn't support this syntax. What shell are you using? Try export CC=gcc44 export CXX=g++44 ../llvm/configure Ciao, Duncan. >
2011 Nov 23
2
[LLVMdev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...we can reduce a triple to while guaranteeing compatibility. The concept is best explained by an example. All of the following triples reduce to the base triple of "x86_64-linux-gnu": x86_64-linux-gnu x86_64-pc-linux-gnu x86_64-unknown-linux-gnu x86_64-redhat-linux x86_64-redhat-linux6E ... A different ABI could be expressed much like ARM's is with the last element: "*-gnueabi". This would *not* reduce to the triple ending in '-gnu'. Due to the adhoc and poorly spec'ed nature of existing triples, this will largely be a fixed mapping much like already e...
1999 Oct 09
0
smb client
Hi  Samba team We  use  samba  on  redhat  linux6  and use  Samba  as  file  server.  We  connect  it  with  ms dos  client , and use application  develope on clipper  5.3D ( Application open about 120 file handles) . We meet  error  dos 55  network error  ,but  if  these application  running  on  ms  dos  promt  window 95, it didn't  have  this  error.  please  help me to  solve  my 
2011 Nov 28
0
[LLVMdev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...aranteeing compatibility. The concept is best explained by an > example. All of the following triples reduce to the base triple of > "x86_64-linux-gnu": >   x86_64-linux-gnu >   x86_64-pc-linux-gnu >   x86_64-unknown-linux-gnu >   x86_64-redhat-linux >   x86_64-redhat-linux6E >   ... > A different ABI could be expressed much like ARM's is with the last element: > "*-gnueabi". This would *not* reduce to the triple ending in '-gnu'. Due to > the adhoc and poorly spec'ed nature of existing triples, this will largely > be a fixed map...
2011 Nov 29
1
[LLVMdev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...pt is best explained by an > > example. All of the following triples reduce to the base triple of > > "x86_64-linux-gnu": > > x86_64-linux-gnu > > x86_64-pc-linux-gnu > > x86_64-unknown-linux-gnu > > x86_64-redhat-linux > > x86_64-redhat-linux6E > > ... > > A different ABI could be expressed much like ARM's is with the last > element: > > "*-gnueabi". This would *not* reduce to the triple ending in '-gnu'. Due > to > > the adhoc and poorly spec'ed nature of existing triples, this wi...
2011 Nov 23
2
[LLVMdev] [cfe-dev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...aranteeing compatibility. The concept is best explained by an > example. All of the following triples reduce to the base triple of > "x86_64-linux-gnu": > x86_64-linux-gnu > x86_64-pc-linux-gnu > x86_64-unknown-linux-gnu > x86_64-redhat-linux > x86_64-redhat-linux6E > ... > > A different ABI could be expressed much like ARM's is with the last > element: "*-gnueabi". This would *not* reduce to the triple ending in > '-gnu'. Due to the adhoc and poorly spec'ed nature of existing triples, > this will largely be a fixe...
2020 Aug 21
4
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear folks. I am using smbclient 4.2.10 version (the one packaged for OEL 6, samba4-client-4.2.10-15.el6.x86_64), and observing a weird behaviour of the tool. I've got a Linux local directorio, say /tmp/eraseme, with a couple of subdirectories in it, say a and b, each one containing a dummy file, say a/AM.xls and b/AT.xls If I run: smbclient -d 30 -l /var/log/samba -m SMB3 -W