search for: unde

Displaying 20 results from an estimated 3345 matches for "unde".

Did you mean: under
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...hanks, > pavel > > > > > On 19 January 2017 at 20:39, Hana Dusíková via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, >> libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols >> during linking LLDB. >> >> I'm using clang-3.9 and this configuration: >> >> -DLLVM_TARGETS_TO_BUILD="X86" >> -DCMAKE_BUILD_TYPE=Release >> -DCMAKE_C_COMPILER=/usr/bin/clang >> -DCMAKE_CXX_COMPILER=/usr/bin/clang++ >...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_EXE_LINKER_FLAGS="-lc++abi -lc++" -DCMAKE_EXE_LINKER_F...
2008 Nov 12
0
libxen-dev: multiple symbol definition
Hello. That's what I've got from ld: /usr/lib/libxenguest.a(xg_private.o): In function `unlock_pages': (.text+0x490): multiple definition of `unlock_pages' /usr/lib/libxenctrl.a(xc_private.o):(.text+0x6a0): first defined here /usr/lib/libxenguest.a(xg_private.o): In function `lock_pages': (.text+0x4d0): multiple definition of `lock_pages'
2003 Aug 27
1
samba und netzlaufwerke unter winxp
Hallo, Ich habe ebendfalls das Problem, dass ich mich extra anmelden muss bei meinem Linux-Server. Hast Du da eine L?sung gefunden. From: "Marcel Stein" <marcel-stein@arcor.de> Subject: samba und netzlaufwerke unter winxp Date: Thu, 26 Jun 2003 20:04:56 +0200 Message-ID: <000001c33c0d$76d703f0$0201a8c0@winxp> Ich habe einen samba zu laufen und greife vom client winxp darauf zu. Nun habe ich ein Ne...
2006 Mar 13
2
dotchart: Gap between text and chart
I have some data which I would like to display with dotchart. The labels are very long, so the chart becomes too small. Setting cex=0.7 seems to be a good compromise, but the gap between the text and the chart still is too large. I did not find a "gap" parameter in the description of dotchart... Thanks for any help. D. Trenkler "a" <- structure(c(103.35, 36.73, 55.09,
2011 Dec 01
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
...e note that fluent German is required. Cheers Jens ---- In der Philosophischen Fakultät, im *Kunsthistorischen Institut, prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre* der Universität zu Köln ist ab 01.03.2012, zunächst befristet bis 28.02.2013, Vollzeit (39,83 Wochenstunden), eine Stelle als *Softwareentwickler/in* zu besetzen. Aufgaben: - Anwendungsprogrammierung auf Basis von Ruby und Rails - Administration der Projektserver (GNU/Linux) - Entwicklung von innovativen Konzepten und Visionen zur Weiterentwicklung der Anwendung als virtuelle A...
2005 Jun 03
8
[Bug 1052] Static Compile of 4.1.pl1 fails on Solaris 9
...gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lcrypto -lz -lsocket >&5 Undefined first referenced symbol in file endnetconfig /usr/lib/libsocket.a(_soutil.o) getnetconfig /usr/lib/libsocket.a(_soutil.o) setnetconfig /usr/lib/libsocket.a(_soutil.o) ld: fat...
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your
2003 Oct 07
0
Software-Programmierer sucht neue Herausforderung ...
Sehr geehrte Damen und Herren, ich habe ein Interesse an eine Mitarbeit mit Ihrer Firma. Meine wichtigste Fachrichtung ist die Entwicklung von Individualsoftware und die Beratung im Hardware- und Softwarebereich. Ich besorge jegliche Entwicklung eines kompletten Programms in den Programmiersprachen JAVA, .NET, VB ... Ich kann reibungslos eine Internetapplikation in den Programmiersprachen
2019 Feb 22
3
dovecot Buch 2014 vs 2016
Moin, Es geht um das Dovecot-Buch. Ich nehme an, da? hier mindestens einer, der sich auskennt, mitliest: Gibt es - au?er der Sprache und dem Preis - einen Unterschied zwischen der ersten (und einzigen?) deutschen Auflage von 2014 und der englischen Auflage von 2016? -- Heiko -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
2008 Feb 25
3
Whitespace in img src
Hello, markdown (Python implementation) seems to render: ![alternativer text](pfad/und/eine lange/url zum bild.jpg) to <img src="pfad/und/eine" title="lange/url zum bild.jpg" alt="alternativer text"/> breaking the URL at the whitespace. AFAIK whitespaces are ok in URLs so why is it breaking up the URL here? Thanks, Florian -- I'm using an
2013 Mar 30
1
[LLVMdev] Adding ARM UDF / UND instruction to TableGen
I'm preparing a patch which adds the general form of the "permanently undefined" instruction (A8.8.247) to ARM TableGen for disassembly purposes. I've placed it below the TRAP variants already defined, and those are decoded in preference to it, so that isn't an issue, and it has no pattern so should never occur during codegen. It seems as though none of t...
2006 Mar 13
1
[R] dotchart: Gap between text and chart (PR#8681)
(Moved from r-help) On 3/13/2006 9:33 AM, Dietrich Trenkler wrote: > I have some data which I would like to display with dotchart. The > labels are very long, so the chart becomes too small. Setting cex=0.7 > seems to be a good compromise, but the gap between the text and the > chart still is too large. I did not find a "gap" parameter in the > description of dotchart...
2006 Mar 28
3
How to generate a list of lists recursively (for bayesm)
...to generate a list which consists of 2000 elements, which are lists themselves: list(list(y1,X1),...,list(y2000,X2000)). The y are vectors and the X are matrices of different dimensions. I tried to solve this problem iteratively by the following code, but received an error message, which I do not understand: > for(i in 1:1067){ + c<-0 + for(j in 1:300){ + if(Sk[i,j]!=0){ + c<-c+1 + if(c==1){ + X1<-att[j,] + X2<-attq8[j,] + y<-Sk[i,j] + } + else{ + X1<-rbind(X1,att[j,]) + X2<-rbind(X2,attq8[j,]) + y<-rbind(y,Sk[i,j]) + } + }} + regdata1[[c(i,1)]]<-y + regdata1[[c(...
2008 Aug 07
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
hi folks! sorry to bother you all, but the following job announcement is in german only, because fluent german is an indispensable requirement anyway. cheers jens ---- An der Universität zu Köln, prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre, Kunsthistorisches Institut, Philosophische Fakultät ist zum 01.09.2008 befristet bis 28.02.2009 die Stelle einer/eines
2016 Jul 25
4
No luck contacting Chris Lattner re commit access
Hi all, As per the instructions here <http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access>, I contacted Chris Lattner to obtain commit access but haven't received a response (either positive or negative). What's the expected turnaround time for this (I contacted him five days ago)? In case he's currently unavailable, is there someone else I could contact? Thanks,
2008 Sep 19
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
Hi folks! We, the prometheus image archive at the University of Cologne (Germany), would like you to take note of the following job announcement for a full-time software developer position in Cologne, Germany. In addition, we''d like to emphasize that the contract is limited in time due to formal reasons only. We definitely aim at extending it. We look forward to receiving your
2006 Feb 26
3
Ajax training in Austria: "Ajax richtig verwenden"
Heya all, I?m doing a one-day training on everything Ajax mainly focusing on script.aculo.us, but naturally including Prototype and a look on Ruby on Rails Ajax capabilities as well, plus a look on our product fluxiom - on March 17, here in Vienna, Austria (for german speaking audiences). Here are the (in-german) details: In diesem eint?gigen Seminar zeigt Ihnen Thomas Fuchs wie Sie die
2014 Dec 12
2
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Anna Crepes: Traubenzucker + Feldsalat spezielles Dressing (bringt selbst mit?) -------- Weitergeleitete Nachricht -------- Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26. Datum: Thu, 11 Dec 2014 15:34:39 +0100 Von: Markus <universe at truemetal.org> An: universe at truemetal.org Geschenke Moritz: dunkle Schokolade. Geschenke Anna: normale Schokolade. -------- Weitergeleitete
2018 Feb 19
2
Sieve
Hello, Im newbie at sieve. I have a nice script running on my boxes, and I have the following question: Using Sieve, is there a RULE to find out if String "MYTESTSTRING" is ANYWHERE inside the Email, or ANYWHERE inside the HEADER at least -- in order to trigger actions like "discard;" consequently ? Thank you so much in advance best Regards Florian -- Mit