search for: rehman

Displaying 15 results from an estimated 15 matches for "rehman".

Did you mean: refman
2010 Aug 24
4
[LLVMdev] dragonegg plugin invoking issue
...lugin - as the requirement is symbol plugin_is_GPL_compatible should be able publically? Maybe I am missing something obvious. Please find below the different version & configuration and error which I am getting. Please let me know if I need to provide any further information. Thanks. Regards, Rehman GCC configuration & version --------------------------- $path_to/gcc-4.5.x/bin/gcc -v Using built-in specs. COLLECT_GCC=$path_to/gcc-4.5.x/bin/gcc COLLECT_LTO_WRAPPER=$path_to/gcc-4.5.x/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured w...
2010 Sep 09
0
[LLVMdev] dragonegg plugin invoking issue
Hi Rehman, if I understand right the plugin works fine if you compile it with -fvisibility=hidden, and replace LLVM_GLOBAL_VISIBILITY in llvm-backend.cpp with __attribute__ ((visibility("default"))). Since LLVM_GLOBAL_VISIBILITY is a macro that expands to __attribute__ ((visibility("default&q...
2006 Jul 10
2
I have installed Ruby on Rails but it doesnt work
Dears I have installed Ruby and Rails succesfuuly but when I run it on the browser by typing http://localhost:3000/, it gives an error ("The Page cannot be displyed"). PLease help me in this regard. Shakeel ur Rehman -- Posted via http://www.ruby-forum.com/.
2005 Mar 18
2
Problem with Samba 3.0 and Sun DS 5.2
Hello, i have installed Sun Java Enterprise Directory 5.2 configured it for messaging and posix accounts i can logon to solaris no problem i complied samba with --with-ldapsam i configured the smb.conf testparam check and report Ok when i start samba no errors in messages when i try to add smbpasswd -a root here is the error No builtin nor plugin backend for ldapsam found Loading
2013 Sep 09
2
[LLVMdev] ARM integrated assembler - unknown directive errors
Hiya I am trying to compile a test case with latest LLVM 3.3 release using integrated assembler. I have looked through previous mailing discussion on this subject and it appears that perhaps by now the appropriate changes are checked-in however my test case is failing. Maybe I am missing something and not specifying appropriate options on the commandline. My setup: Host operating System: Ubuntu
2013 Sep 09
0
[LLVMdev] ARM integrated assembler - unknown directive errors
Hi, > arm-linux-clang > -Iarm-2013.05-24-arm-none-linux/arm-none-linux-gnueabi/libc/usr/include > -integrated-as -msoft-float -save-temps -O3 -mcpu=cortex-a8 -c -o test.o > test.c Hmm. It looks like save-temps is interfering with integrated-as. What's happening is that Clang is quite capable of taking those directives from CodeGen and putting them in an object file (the normal
2011 Oct 20
0
ASR & ACD Analysis & Monitoring from Master.csv
Hi Everyone, I am in search of a reliable open source tool for the real time monitoring of ASR & ACD, so any help or suggestions will be highly appreciated. Regards, Faisal Rehman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111020/d283a5af/attachment-0001.htm>
2006 Aug 23
0
speex optimisation for ARM 5TE architecture
...m5e optimisation, help? Nav Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: Quality 0 has not been entirely converted to fixed-point, so it actually runs much slower on ARM. It's very poor quality anyway, so I don't see why you'd want to use it. Jean-Marc Naveed Rehman a ?crit : > Hi JM, > > I am using narrowband mode with speex qaulity set to 0 and complexity > set to 4. The code works fine on the 3.2GHz processor. The test > program speexenc takes 7ms to encode 5sec worth of voice on the > 3.2Ghz processor. The same takes 700ms on the ARM5E i...
2005 Mar 15
2
Samba + PDC + LDAP (Sun One DS 5.2, Messaging and Identity)
Hello, I am planing to install Samba as PDC for Windows XP Machines and LDAP (Sun ONE DS 5.2 + Messaging + Identity ) as backend sam if some one have already setup this kind of environment and can write down the steps in which order i have to install and configure products what would be great i am planing to go in following order Install Solaris Install Sun One DS 5.2 + messaging + identity
2005 Mar 16
0
Sun One Directory Server 5.2 ldapclient init -v -a Problem
...or DN dc=tipu,dc=com,dc=pk findDN: __ns_ldap_list(NULL, "(&(objectclass=nisDomainObject)(nisdomain=tipu.com.pk))" rootDN[1] o=NetscapeRoot NOTFOUND:Could not find the nisDomainObject for DN o=NetscapeRoot cannot find search base DN i will appriciate if some one can help Hafiz Abdul Rehman
2006 Jul 10
0
Rail is necessary to connecting between Ruby and MySQL Datab
I want to work on Ruby and Rails. And Please tell me that Rail is necessary to connecting between Ruby and MySQL Database. Shakeel -- Posted via http://www.ruby-forum.com/.
2006 Aug 23
0
speex optimisation for ARM 5TE architecture
Hi JM, I am using narrowband mode with speex qaulity set to 0 and complexity set to 4. The code works fine on the 3.2GHz processor. The test program speexenc takes 7ms to encode 5sec worth of voice on the 3.2Ghz processor. The same takes 700ms on the ARM5E intel Xscale. The code that I wrote puts 10 speex frames in one RTP packet. When exexcuted on ARM I get lots of underrruns hence
2010 Jun 30
1
backslash escape characters in JSON strings
Hi, I am trying to consume a web service that returns a JSON string, however, when I run > fromJSON(s) Error: '\/' is an unrecognized escape in character string starting "http:\/" because the string s contains a single backslash, which is the JSON escape character, but R expects 2 backslashes, I think. Is there anyway to preprocess the JSON string returned from the web
2005 May 28
0
Problem in Samba about Not Enough Server Storage Available
Hi Samba Lovers I am facing the following problem is some one can help? while try to access share as Domain user on Samba Server i am facing the following error message. Problem 1 The Network Computers are appearing and disappearing I tried to change local master = no and set OS Level = 75 Problem 2 "Domain" not accessible, You Might not have permissions to use this network
2006 Aug 22
2
speex optimisation for ARM 5TE architecture
Hello everyone, Can any body please tell me the compiler options to optimise the speex code for ARM TE architecture. Fixed point is enabled. It currently takes about 700ms to encode 5 sec worth of voice. I need to get it down to under 10ms. Is the option --enable-arm5te-asm supported? I am using speex 1.1.12 version. The configure.ac file does not seem to support --enable-arm5te-asm