search for: 5649

Displaying 20 results from an estimated 33 matches for "5649".

Did you mean: 564
2009 Aug 31
2
[LLVMdev] Build(s) broken?
...e \ >>>> --prefix=/home/melis/llvm \ >>>> --program-prefix=llvm- \ >>>> --with-llvm=/home/melis/c/llvm-svn \ >>>> > You need to use --enable-llvm, not --with-llvm > Ok >> gcc version 4.2.1 (Based on Apple Inc. build 5649) >> > As you can see - this is not llvm-enabled gcc > Ok, how would an enabled one report its version number? Thanks, Paul
2009 Aug 31
2
[LLVMdev] Build(s) broken?
...--with-arch=pentium4 : (reconfigured) ../llvm-gcc-svn/configure --prefix=/home/melis/llvm --program-prefix=llvm- --with-llvm=/home/melis/llvm --enable-languages=c,c++ --target=i686-pc-linux-gnu --with-tune=generic --with-arch=pentium4 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5649) 22:11|melis at juggle2:~> cat doh.c #include <stdio.h> int main() { printf("Doh!\n"); } 22:11|melis at juggle2:~> llvm-gcc -S -emit-llvm doh.c 22:11|melis at juggle2:~> ls -l doh.* -rw-r--r-- 1 melis melis 56 Aug 31 22:10 doh.c -rw-r--r-- 1 melis melis 310 Aug 31 22:1...
2010 Jan 25
3
[LLVMdev] cannot find -lgcc_s
...nux-ld --enable-llvm=/local/tools/src/llvm-gcc4.2-2.6/build-i686-linux-llvm/objdirllvm --program-prefix=llvm- --enable-libffi=no --enable-__cxa_atexit --with-sysroot=/local/tools/lin32/glibc-2.2.5-44 --disable-tls --enable-clocale=gnu Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) I do a make bootstrap and make install after configure. But when I try to run this gcc I get $ /local/tools/lin32/llvm-gcc4.2-2.6/bin/i686-linux-llvm-gcc a.c /local/tools/lin32/binutils-2.17.50.0.15/bin/i686-linux-ld: cannot find -lgcc_s collect2: ld returned 1 exit status libgc...
2009 Aug 31
0
[LLVMdev] Build(s) broken?
Hello, Paul > >> ../llvm-gcc-svn/configure \ > >> --prefix=/home/melis/llvm \ > >> --program-prefix=llvm- \ > >> --with-llvm=/home/melis/c/llvm-svn \ You need to use --enable-llvm, not --with-llvm > gcc version 4.2.1 (Based on Apple Inc. build 5649) As you can see - this is not llvm-enabled gcc -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2004 Dec 10
0
Help with configuring CFAS groups
...ype: CPE Window Length: 0/7 Sentrej: 0 SolicitFbit: 0 Retrans: 0 Busy: 0 Overlap Dial: 0 T200 Timer: 1000 T203 Timer: 10000 T305 Timer: 30000 T308 Timer: 4000 T313 Timer: 4000 N200 Counter: 3 --- When the system is started, or I issue a ztcfg command, I see the following: Dec 10 13:31:40 WARNING[5649]: chan_zap.c:7569 pri_dchannel: Restart requested on odd/unavailable channel number 0/1 I get this for 0/1 through 0/23 When an inbound call to this CFAS group is placed, I receive the following: Dec 10 13:43:06 WARNING[5649]: chan_zap.c:7640 pri_dchannel: Ring requested on unconfigured channe...
2010 Jan 27
0
[LLVMdev] cannot find -lgcc_s
...nable-llvm=/local/tools/src/llvm-gcc4.2-2.6/build-i686-linux-llvm/objdirllvm --program-prefix=llvm- --enable-libffi=no --enable-__cxa_atexit --with-sysroot=/local/tools/lin32/glibc-2.2.5-44 --disable-tls --enable-clocale=gnu > Thread model: posix > gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) > > I do a make bootstrap and make install after configure. > > But when I try to run this gcc I get > > $ /local/tools/lin32/llvm-gcc4.2-2.6/bin/i686-linux-llvm-gcc a.c > /local/tools/lin32/binutils-2.17.50.0.15/bin/i686-linux-ld: cannot find -lgcc_s > co...
2010 Sep 09
1
[LLVMdev] no llvm-gcc and llvm-g++ in the directory of bin
...―――――――――――――――― root at ubuntu:~/llvm_install/bin# ./gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/root/llvm_install/ --enable-llvm=/ root/llvm_install/ --enable-languages=c,c++ Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) ―――――――――――――――――――――――――――――――――――――― Could someone help me? Thank you very much! Best regards 2010-09-08 Daneill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100909/b1853828/attac...
2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
> llvm-gcc a.c > Assembler messages: > Fatal error: Invalid -march= option: `armv7-a' > > Any ideas? It is probably trying to use the wrong assembler. Run with -v and check. > > Thank you, > Corina > Cheers, -- Rafael Ávila de Espíndola
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...m- --enable-llvm=/home/LLVM/llvm-2.6/ --enable-languages=c --disable-libssp --with-gnu-ld=/home/LLVM/llvm-gcc4.2-2.6.source/arm-elf-ld --with-gnu-as=/home/LLVM/llvm-gcc4.2-2.6.source/arm-elf-as --with-cpu=cortex-a8 --target=arm-elf Thread model: single gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build)  /home/LLVM/install/bin/../libexec/gcc/arm-elf/4.2.1/cc1 -quiet -v -iprefix /home/LLVM/install/bin/../lib/gcc/arm-elf/4.2.1/ -D__USES_INITFINI__ a.c -quiet -dumpbase a.c -mcpu=cortex-a8 -auxbase a -version -o /tmp/ccEs2CuD.s ignoring nonexistent directory "/home/LLVM/install/bin...
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
I recompiled the LLVM-gcc with these options: .../llvm-gcc4.2-2.6.source/configure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=/home/LLVM/llvm-2.6/ --enable-languages=c  --disable-libssp  --with-gnu-ld --with-gnu-as  --with-arch=armv7-a  --target=arm-elf It compiles successfuly. make install. But when compiling a file : llvm-gcc a.c Assembler messages: Fatal error: Invalid
2009 Aug 31
7
[LLVMdev] Build(s) broken? (was: Re: Buildbots: Apology and Explanation)
Paul Melis wrote: > Jim Grosbach wrote: >> >> On Aug 30, 2009, at 10:18 AM, Paul Melis wrote: >> >>> Hello, >>> >>> Bill Wendling wrote: >>>> Before we had buildbots, a random patch would break the system. It >>>> would sometimes take a whole day to determine which patch broke it. >>> I see the buildbots are currently
2003 Nov 22
6
zlib missing when installing openssh-3.7.1p2
...LI > BS >&5 > + cc -o conftest -g -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 co > nftest.c -lz -lnsl -lxnet -lsec > + 1>& 5 > /usr/ccs/bin/ld: Can't find library: "z" > configure:5671: $? = 1 > configure: failed program was: > #line 5649 "configure" > #include "confdefs.h" > > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argum...
2010 Sep 08
0
[LLVMdev] [llvm-testresults] no llvm-gcc and llvm-g++ in the directory of bin
...tu:~/llvm_install/bin# ./gcc -v > Using built-in specs. > Target: i686-pc-linux-gnu > Configured with: ../configure --prefix=/root/llvm_install/ --enable-llvm=/ > root/llvm_install/ --enable-languages=c,c++ > Thread model: posix > gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) > > —————————————————————————————————————— > Could someone help me? Thank you very much! > > Best regards > > 2010-09-08 > Daneill > _______________________________________________ > llvm-testresults mailing list > llvm-testresults at cs.uiuc.e...
2000 Jul 11
0
Molecule-like Notation for Arrays -- anyone interested?
...oofs. Hans Ehrbar -- Hans G. Ehrbar http://www.econ.utah.edu/ehrbar ehrbar at econ.utah.edu Economics Department, University of Utah (801) 581 7797 (my office) 1645 Campus Center Dr., Rm 308 (801) 581 7481 (econ office) Salt Lake City UT 84112-9300 (801) 585 5649 (FAX) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request a...
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...636) (LLVM build) llvm2.6pre1: Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../llvm-gcc4.2-2.6.source/configure --program-prefix=llvm- --enable-languages=c,c++,fortran --enable-llvm=/home/edwin/llvm2.6/obj/ Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-d...
2007 Sep 12
2
Very strange problem i have faced in my 2 years carrier
Dear Concerns, I would like to share a very strange problem. I am from Pakistan/Islamabad. Last month i was on trainning from Askari Bank Limited (Juniper). Here in Askari i m running NMS--> MRTGs using CentOs 4.4. On trainning i recieved a call from collique saying "when i "su -l" NMS says "root user doesnot exist". and also MRTGs not working. well i was amazed how
2010 Oct 18
2
[LLVMdev] run into a problem with a version of GCC not listed here
...ion' on function '@fib_recursive' make[1]: *** [new_main.s] Segmentation fault question: what does that mean? and how i can get more error information? NOTE: - i compiled the LLVM tools with gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-11) and/or gcc (GCC) 4.2.1 (Based on Apple Inc. build 5649) on a 32bit Intel CPU with Red Hat linux RHEL 4.8 the results are the same! problem II: i also try to compile the LLVM tools with GCC 4.5.0 on a RHEL 4.8 machine the compilation about with the message: llvm[3]: Compiling xpicDelaySlotFiller.cpp for Release build /local/build/llvm/xpic_tools_src/...
2004 May 20
2
HD Partition Lost??
...4360 4996 5116671 83 Linux /dev/hda8 4997 5123 1020096 83 Linux /dev/hda9 5124 5250 1020096 83 Linux /dev/hda10 5251 5377 1020096 83 Linux /dev/hda11 5378 5604 1823346 82 Linux swap /dev/hda12 5605 5649 361431 83 Linux /dev/hda13 5650 5657 64228+ 83 Linux Partition table entries are not in disk order ________________________________________________ We were set for the disk to mirror to another machine at 3 AM. It never made it. I really need to get to the data if at a...
2002 Aug 09
2
RMySQL fetch defaults to N=500?
It appears that fetch() gets only the first 500 rows by default. I don't see this in the documentation, but timeinfo <- fetch(rs) gets only 500 rows where timeinfo <- fetch(rs,n=-1) gets (correctly) 736 for the same query. Is this an undocumented feature? I played with this data for an alarming amount of time before I realized that I was missing a third of the data. I
2009 May 05
2
problem with ggplot2 boxplot, groups and facets
I have a following problem: The call qplot(wg, v.realtime, data=df.best.medians$gv1, colour=sp, geom="boxplot") works nice: for each value of the wg factor I get two box-plots (two levels in the sp factor) in different colours, side-by-side, centered at the wg x-axis. However, I want to separate the data belonging to different levels of the n factor, so I add the facets option: