Displaying 14 results from an estimated 14 matches for "lxxx".
Did you mean:
9xxx
2010 Apr 28
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
On 04/28/2010 11:42 AM, Yuri wrote:
> Looks like this is platform dependent.
Yep, works fine here on Debian 5.0/x86_64 with gcc 4.3.2.
Did you build with make REQUIRES_RTTI=1 which is required
as of LLVM 2.7 to get RTTI for LLVM symbols?
--
Pekka
2010 Apr 28
1
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...this is platform dependent.
>
> Yep, works fine here on Debian 5.0/x86_64 with gcc 4.3.2.
>
> Did you build with make REQUIRES_RTTI=1 which is required
> as of LLVM 2.7 to get RTTI for LLVM symbols?
>
No.
If this is a hack to get the command 'g++ -shared -o libLLVM-2.7.so
-lXXX -lXXX -lXXX ...' to actually produce the full shared library this
should be done
automatically by Makefile and not exposed to the user.
Yuri
2008 Jan 07
1
[LLVMdev] llvm-ld -Xlinker trivial patch
Hi,
The -Xlinker command line option is currently broken.
E.g. llvm-ld -native -lXXX -Xlinker=YYY will call the native linker with the
otpions: -XXX -YYY -lXXX
The attached patch removes the obviously wrong line.
daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-ld-xlinker.patch
Type: text/x-diff
Size: 385 bytes
Desc: not available...
2010 Apr 28
4
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
Jeffrey Yasskin wrote:
> I just tried it again on trunk (not 2.7) on OSX 10.5, and it works.
> What platform are you on? Does it work with another version of gcc?
>
Looks like this is platform dependent. libLLVM-2.7.so created has size
only 4145 bytes and all llvm symbols are missing.
It's empty because there are no .o modules included into it, only
libraries through -l options
2010 Apr 28
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...;
>> Yep, works fine here on Debian 5.0/x86_64 with gcc 4.3.2.
>>
>> Did you build with make REQUIRES_RTTI=1 which is required
>> as of LLVM 2.7 to get RTTI for LLVM symbols?
>>
>
> No.
> If this is a hack to get the command 'g++ -shared -o libLLVM-2.7.so -lXXX
> -lXXX -lXXX ...' to actually produce the full shared library this should be
> done
> automatically by Makefile and not exposed to the user.
Yeah, REQUIRES_RTTI has nothing to do with this.
2010 Apr 28
2
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...can rearrange tools/llvm-shlib/Makefile until it works for
> you and send us a patch, we can probably get it working for llvm-2.8.
>
ld on FreeBSD is from binutils. It takes --whole-archive option. But
command line needs to be changed: actual archive files should be
supplied, not just -lXXX. I believe that will fix the problem.
Yuri
1999 Jan 07
1
problems compiling R packages with Linux
...hare/R/library/ctest/
I get a lot of error messages. R is installed in /usr/local/share/R,
and I untar'ed the package in the library directory. I have write
permissions for those directories. Apparently the linker cannot find a
"main" module file or a certain (shared?) library. Some -lxxx missing
on compiler's command line?
Installing package `ctest' ...
libs
make: `fexact.o' is up to date.
ld: warning: cannot find entry symbol _start; defaulting to 08048280
fexact.o: In function `fexact':
/usr/local/share/R/library/ctest/src/fexact.c:160: undefined ref...
2010 Apr 28
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
On Wed, Apr 28, 2010 at 1:42 AM, Yuri <yuri at tsoft.com> wrote:
> Jeffrey Yasskin wrote:
>>
>> I just tried it again on trunk (not 2.7) on OSX 10.5, and it works.
>> What platform are you on? Does it work with another version of gcc?
>>
>
> Looks like this is platform dependent. libLLVM-2.7.so created has size only
> 4145 bytes and all llvm symbols are
2010 Apr 30
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...ould you try the patch at
http://codereview.appspot.com/download/issue968046_1.diff? It should
make the BSDs fall into the same path as Linux, and since you use gnu
ld, that should work for you.
> But command
> line needs to be changed: actual archive files should be supplied, not just
> -lXXX. I believe that will fix the problem.
This isn't needed on Linux or MacOS.
Thanks,
Jeffrey
2019 Jan 26
3
How to debug .ll file with segmentation fault?
Could you give specific pointers to the resources that are relevant to
segmentation fault debugging? This kind of bug is the hardest to bebug
because the error message has nothing to do with the actual bug.
Generic advices without consideration of specific properties of the problem
will surely end up inefficient debugging.
What I added to the .ll file in this case are just function calls to
2001 May 22
3
Trouble building Wine-20010510
Hello All !
I trying to build wine on my Redhat 7.1 box.
Compilation stops with the following error messages :
.
.
.
make[1]: Leaving directory `/receive/wine-20010510/tsx11'
make[1]: Entering directory `/receive/wine-20010510/dlls'
make[2]: Entering directory
`/receive/wine-20010510/dlls/ntdll'
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
2008 Dec 22
0
interesting problem update
...14-9]XXX,n,VoiceMail(${EXTEN}@students)
Log from a successful call:
[Dec 22 14:24:50] VERBOSE[2715] logger.c: == Parsing
'/etc/asterisk/festival.conf': [Dec 22 14:24:50] VERBOSE[2715] logger.c:
Found
[Dec 22 14:24:50] DEBUG[2715] app_festival.c: Text passed to festival
server : Jxxxxxx Lxxx Cxxx (name blocked for confidentially)
[Dec 22 14:24:50] DEBUG[2715] app_festival.c: Passing text to festival...
[Dec 22 14:24:50] DEBUG[2715] app_festival.c: Passing data to channel...
[Dec 22 14:24:50] DEBUG[2715] app_festival.c: Festival WV command
[Dec 22 14:24:52] DEBUG[2715] app_festival.c: L...
2006 Mar 30
0
BUG: FOP reports incorrect (duplicate) IP address until restarted
...*******agents.conf**********
[agents]
wrapuptime=0
musiconhold => default
updatecdr=yes
recordagentcalls=no
;Operator - Ageless
group=1
agent => 3000,3000,Sxxx
agent => 3001,3001,Bxxx
agent => 3002,3002,Exxxx
agent => 3003,3003,Axxxxs
agent => 3004,3004,Arxx
agent => 3005,3005,Lxxx
agent => 3006,3006,Loxxx
***************************
**********modules.incl************
[macro-stdexten]
exten => s,1,Set(DYNAMIC_FEATURES=automon)
exten => s,2,Dial(${ARG2},20,Ttw)
exten => s,3,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(u${ARG1}@default)
exten => s-N...
2010 Dec 09
4
lapply getting names of the list
Hello All,
I have a toy dataframe like this. It has 8 columns separated by tab.
Name SampleID Al1 Al2 X Y R Th
rs191191 A1 A B 0.999 0.09 0.78 0.090
abc928291 A1 B J 0.3838 0.3839 0.028 0.888
abcnab A1 H K 0.3939 0.939 0.3939 0.77
rx82922 B1 J K 0.3838 0.393