search for: vertion

Displaying 5 results from an estimated 5 matches for "vertion".

Did you mean: version
2015 Jun 12
5
[LLVMdev] How to change the linker of clang
1) Build clang with GCC-4.9.2, when compling other application s with clang/clang++, the default linker is ld, can I replace it with other linker tool, if we can, how to do it? I.E. can we use collect2 instead? 2) how to specify the path, if we do not use the default vertion GCC? Best Regards! Eric Lew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150612/a1592180/attachment.html>
2006 May 20
2
[LLVMdev] cannot find gccas
...r during the installtion.I also have compiled the llvm successfully.But when I use this command $ llvm-gcc hello.c -o hello something wrong has happened,and this is the error information: llvm-gcc: installation problem, cannot exec `gccas': No such file or directory. what shall I do? My linux vertion is fedora 4.0 and the gcc vertion is gcc4.0
2005 Aug 20
1
SGI 540?
...what kind of options to put in Load Identifier = Linux Install OSLoader = \sgiboot\arclx.exe OSLoad Filename = /sgiboot\vmlinux OSLoad Partition = CDROM System Partition = CDROM OSLoad Options = load_ramdisk=1 ramdisk_size=6000 root=/dev/fd0 rw which is in the bios Those options where for an old vertion of slackware pre bz kernels I think(is 1999 before bz images) I think thats why arclx.exe didn't work with what I tried. But if I can load a real boot loader like syslinux than I can run anything I want. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
2004 Jul 09
4
Cisco MC3810 -> Asterisk
Hi Everyone, I've got a Cisco 3810 rig with 6 analog FXS ports, and ethernet. I'm wondering in anyone has got one of these suckers to work with asterisk in such a way that each FXS port has it's own extension. It speaks SIP, and I can send calls from asterisk out to it, but can't figure out how to get it to pass username & pw to asterisk when I try to configure it as a
2015 Jun 12
2
[LLVMdev] [cfe-dev] How to change the linker of clang
...; >> I.E. can we use collect2 instead? >> > You could symlink ld to point to collect2. > > For example I use gold and point to: > ls -la /usr/local/bin/ld: > /usr/local/bin/ld -> /usr/bin/gold > > >> 2) how to specify the path, if we do not use the default vertion GCC? >> > > You can specify which version of GCC when you run cmake by adding the > flags: > -DCMAKE_C_COMPILER=<path> -DCMAKE_CXX_COMPILER=<path> > > >> >> Best Regards! >> Eric Lew >> >> ____________________________________________...