Displaying 11 results from an estimated 11 matches for "dl_info".
Did you mean:
dg_info
2016 Jun 30
3
Building LLVM under Cygwin32 fails
...In file included from
/src/Compilers/llvmHead/llvm/lib/Support/Signals.cpp:180:0:
/src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc: In function 'void
llvm::sys::PrintStackTrace(llvm::raw_ostream&)':
/src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc:418:5: error:
'Dl_info' was not declared in this scope
Dl_info dlinfo;
^
/src/Compilers/llvmHead/llvm/lib/Support/Unix/Signals.inc:419:28: error:
'dlinfo' was not declared in this scope
dladdr(StackTrace[i], &dlinfo);
^
/src/Compilers/llvmHead/llvm/lib/Supp...
2016 Jun 30
0
Building LLVM under Cygwin32 fails
Googling indicates that cygwin doesn't have that functionality. Or, at
least, didn't in 2010, when someone asked about the same problem:
https://cygwin.com/ml/cygwin/2010-01/msg00596.html
"cygwin has only dlsym() not the SGI DL_info + dladdr() yet.
clang just needs it to get the path for the CIndex dll.
This should be possible with the code in the LLVM_ON_WIN32 section,
and convert then the path from win to posix with cygwin_conv_path()."
On Thu, Jun 30, 2016 at 11:16 AM, Martin J. O'Riordan via llvm-dev <
llvm-...
2023 Mar 17
1
La_library() always returns "" on R-devel?
Seems like this in 83986 [1] needs a fix in Lapack.c:
if (dladdr((void *) F77_NAME(ilaver), &dl_info)) {
char buf[PATH_MAX+1];
char *res = realpath(dl_info.dli_fname, buf);
if (res) {
SEXP nfo = R_NilValue;
if (strstr(res, "flexiblas"))
nfo = R_flexiblas_info();
if (isNull(nfo))...
2010 Aug 22
2
[LLVMdev] Error Building LLVM on AIX 6
...th
llvm::sys::Path::GetTemporaryDirectory(std::string*)':
Unix/Path.inc:142: error: 'mkdtemp' was not declared in this scope
Unix/Path.inc: In static member function 'static llvm::sys::Path
llvm::sys::Path::GetMainExecutable(const char*, void*)':
Unix/Path.inc:365: error: 'Dl_info' was not declared in this scope
Unix/Path.inc:365: error: expected `;' before 'DLInfo'
Unix/Path.inc:366: error: 'DLInfo' was not declared in this scope
Unix/Path.inc:366: error: 'dladdr' was not declared in this scope
gmake[1]: ***
[/home/home/ac/psimmons/llvm/llvm...
2016 Dec 13
0
[ANNOUNCEMENT] llvm 3.8.1-1
On 12/7/16, Yaakov Selkowitz <yselkowitz at cygwin.com> wrote:
> On 2016-12-07 17:57, Roger Pack wrote:
>> Awesome. I tried building 3.9.0 today and ran into
>>
>> llvm-3.9.0.src/lib/Support/Unix/Signals.inc:418:5: error: ‘Dl_info’
>> was not declared in this scope
>> Dl_info dlinfo;
>
> Already fixed upstream:
>
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Unix/Signals.inc?r1=282919&r2=283427
>
> I plan to look at rebasing sometime after 3.9.1 is out.
OK that fixed my ini...
2010 Aug 22
0
[LLVMdev] Error Building LLVM on AIX 6
...:GetTemporaryDirectory(std::string*)':
> Unix/Path.inc:142: error: 'mkdtemp' was not declared in this scope
> Unix/Path.inc: In static member function 'static llvm::sys::Path
> llvm::sys::Path::GetMainExecutable(const char*, void*)':
> Unix/Path.inc:365: error: 'Dl_info' was not declared in this scope
> Unix/Path.inc:365: error: expected `;' before 'DLInfo'
> Unix/Path.inc:366: error: 'DLInfo' was not declared in this scope
> Unix/Path.inc:366: error: 'dladdr' was not declared in this scope
> gmake[1]: ***
> [/home/h...
2008 Mar 11
3
[LLVMdev] Subversion head: build problem on cygwin?
...1]: Entering directory `/cygdrive/i/Projects/llvm/lib/System'
llvm[1]: Compiling Path.cpp for Debug build
In file included from Path.cpp:201:
Unix/Path.inc: In static member function `static llvm::sys::Path
llvm::sys::Path::GetMainExecutable(const char*, void*)':
Unix/Path.inc:256: error: `Dl_info' undeclared (first use this function)
Unix/Path.inc:256: error: (Each undeclared identifier is reported only
once for each function it appears in.)
Unix/Path.inc:256: error: expected `;' before "DLInfo"
Unix/Path.inc:257: error: `DLInfo' undeclared (first use this function)
U...
2010 Aug 23
1
[LLVMdev] Error Building LLVM on AIX 6
...ectory(std::string*)':
>> Unix/Path.inc:142: error: 'mkdtemp' was not declared in this scope
>> Unix/Path.inc: In static member function 'static llvm::sys::Path
>> llvm::sys::Path::GetMainExecutable(const char*, void*)':
>> Unix/Path.inc:365: error: 'Dl_info' was not declared in this scope
>> Unix/Path.inc:365: error: expected `;' before 'DLInfo'
>> Unix/Path.inc:366: error: 'DLInfo' was not declared in this scope
>> Unix/Path.inc:366: error: 'dladdr' was not declared in this scope
>> gmake[1]: **...
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
...ompiling Mutex.cpp for Release+Asserts build
llvm[1]: Compiling Path.cpp for Release+Asserts build
In file included from Path.cpp:289:0:
Unix/Path.inc: In static member function 'static llvm::sys::Path
llvm::sys::Path::GetMainExecutable(const char*, void*)':
Unix/Path.inc:345:3: error: 'Dl_info' was not declared in this scope
Unix/Path.inc:345:11: error: expected ';' before 'DLInfo'
Unix/Path.inc:346:31: error: 'DLInfo' was not declared in this scope
Unix/Path.inc:346:37: error: 'dladdr' was not declared in this scope
Unix/Path.inc: In static member fun...
2008 Mar 11
0
[LLVMdev] Subversion head: build problem on cygwin?
...t a working compile.
Last I checked, LLVM-on-Cygwin has at least two problems, and you've hit
one of them. Working around them isn't too bad, though patches to fix
them would be appreciated.
> llvm::sys::Path::GetMainExecutable(const char*, void*)':
> Unix/Path.inc:256: error: `Dl_info' undeclared (first use this function)
> Unix/Path.inc:256: error: (Each undeclared identifier is reported only
> once for each function it appears in.)
> Unix/Path.inc:256: error: expected `;' before "DLInfo"
> Unix/Path.inc:257: error: `DLInfo' undeclared (first u...
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
...lease+Asserts build
> llvm[1]: Compiling Path.cpp for Release+Asserts build
> In file included from Path.cpp:289:0:
> Unix/Path.inc: In static member function 'static llvm::sys::Path
> llvm::sys::Path::GetMainExecutable(const char*, void*)':
> Unix/Path.inc:345:3: error: 'Dl_info' was not declared in this scope
> Unix/Path.inc:345:11: error: expected ';' before 'DLInfo'
> Unix/Path.inc:346:31: error: 'DLInfo' was not declared in this scope
> Unix/Path.inc:346:37: error: 'dladdr' was not declared in this scope
> Unix/Path.inc:...