Displaying 2 results from an estimated 2 matches for "clientstor".
Did you mean:
clientstore
2011 May 11
1
[LLVMdev] compiling with libstdc++.a that "could not read symbol"
...ave a question on my linux box where I cant link properly. I've tried
configure option --enable-shared or --disable-shared.
The following are the message I got. Is there anything I can do to fix this
linking/lib problem?
thanks in advance,
Tim
ps.
make[3]: Entering directory
`/remote/dept5428a/clientstore/timoshiu/timoshiu_esp_main_llvm/obj/lib/Transforms/Hello'
llvm[3]: Linking Debug+Asserts Loadable Module LLVMHello.so
/depot/qsc/QSCF/bin/ld:
/linux/depot/gcc-4.2.2-static/bin/../lib/gcc/x86_64-redhat-linux/4.2.2/../../../../lib64/libstdc++.a(string-inst.o):
relocation R_X86_64_32 against `std...
2002 Nov 12
1
Seen bug?
...--- imap4.cc Tue Oct 15 21:52:43 2002
+++ imap4.cc Tue Nov 12 01:36:05 2002
@@ -289,6 +289,11 @@
}
completeQueue.removeRef (cmd);
+
+ if (aSection.find ("ENVELOPE", 0, false) == -1) {
+ doCommand (imapCommand::
+ clientStore (aSequence, "+FLAGS.SILENT",
"\\SEEN"));
+ }
}
}
--
[ Carsten Burghardt <burghardt at kde.org> wrote: ]
--
No, everything is alright here, you should check a different server.
--
[ Bo Thorsen <bo at sonofthor.dk> wrote: ]
--
It is definately a bug...