search for: koukouli

Displaying 6 results from an estimated 6 matches for "koukouli".

Did you mean: koukoulis
2016 Mar 29
1
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
...laptop, possible the clang-rename, if such exists. No undefined references here, however, my hdd's free space run out, so this might be the cause. I have to move or expand now, alas!! The build is too big. I will keep you posted as soon as i'll get down to it. Thank you so far. Ioannis Koukoulis On 29 March 2016 at 00:31, Dimitry Andric <dimitry at andric.com> wrote: > Hi Ioannis, > > Just delete the projects/libcxx directory, then rebuild from scratch. You > should only need to checkout llvm (in the top level directory) and cfe > (into the tools/clang subdirectory...
2016 Mar 28
0
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
Hi Ioannis, Just delete the projects/libcxx directory, then rebuild from scratch. You should only need to checkout llvm (in the top level directory) and cfe (into the tools/clang subdirectory). -Dimitry > On 29 Mar 2016, at 00:08, Ioannis Koukoulis <i.g.koukoulis at gmail.com> wrote: > > Hi Dimitry, > > I do not particularly need to build libc++ from the package. Is the name of the package's libc++, libcxx, because this is where the installation starts finding undefined references, during linking CXX shared library .....
2016 Mar 28
2
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
...d::__1::basic_streambuf<char, std::__1::char_traits<char> >*)': /opt/llvm/llvm/projects/libcxx/include/istream:900: undefined reference to `__cxa_begin_catch' /opt/llvm/llvm/projects/libcxx/include/istream:900: undefined reference to `__cxa_end_catch' . . . Best Ioannis Koukoulis On 27 March 2016 at 00:22, Dimitry Andric <dimitry at andric.com> wrote: > Hi Ioannis, > > If you only want the clang static analyzer, there is no need to check out > and build libc++ as part of the process. The rest of the build can just > use the system C++ library, which...
2016 Mar 26
0
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
...libc++ as part of the process. The rest of the build can just use the system C++ library, which will be libstdc++ on Xubuntu. That said, without the full build log, it is hard to say what went wrong. Specifically, which references were undefined? -Dimitry > On 26 Mar 2016, at 16:04, Ioannis Koukoulis via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello everybody, > > I am very new to llvm and I am struggling to install it on my 15.10 Xubuntu with kernel 4.2.0-34-generic #39-Ubuntu SMP x86_64 GNU/Linux. > > I essentially intend to use the clang static analyzer,...
2016 Mar 26
2
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
Hello everybody, I am very new to llvm and I am struggling to install it on my 15.10 Xubuntu with kernel 4.2.0-34-generic #39-Ubuntu SMP x86_64 GNU/Linux. I essentially intend to use the clang static analyzer, but it seems that I have to build it on top of llvm and clang. Unfortunately I run into the following problem. CXX shared library ../../../lib/libc++.so at around 52% of the procedure
2008 Sep 23
2
chan_misdn troubles
Hello I have just set up Asterisk Asterisk 1.4.21.2 on a CentOS 5.2 machine. I am using the OpenVox B200P ISDN card. My problem is that even though chan_misdn module seems to be loaded correctly with Asterisk (I can see it using 'module show' command) the misdn commands are not available to me in the CLI so I cannot tell if my box is correctly interfacing with the ISDN card Any ideas