Displaying 4 results from an estimated 4 matches for "lusr".
Did you mean:
iusr
2012 Jun 29
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
...yes, it
made the installed version work only, if you'd like the uninstalled version
to work, it should be detected as you suggested.
about LLVM_INSTALL_PREFIX the purpose is to make it really relocatable,
eg, when installed under /lib/llvm I just later need to move the
installation tree to /lusr/local/lib/llvm without re-run cmake and the
time-boring build/install process, and this is especially convinient on
Windows. Use CMAKE_CURRENT_LIST_DIR while not the absolute predefined
LLVM_INSTALL_PREFIX is just to give the freedom to this, if just installed and
not moved, this will work identica...
2012 Jun 28
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
hume npx <humeafo at gmail.com> writes:
Sorry for commenting the bug report here, but I can't loging to bugzilla
right now.
> Using cmake should be the right thing if you'd like to support windows, but
> it seems that no enough effort on this build system, eg
> http://llvm.org/bugs/show_bug.cgi?id=12157 three months passed,
There is indeed a problem with the value
2009 Jan 06
3
Incoming side of SIP trunk does not work unless I add "insecure=very"
The incoming (Class 5 switch to Asterisk PBX) side of a SIP trunk does not
work unless I add "insecure=very" to my "Outgoing settings", but I don't
want to do that. I do want to authenticate. Outgoing (Asterisk PBX to
Class 5 switch) calls do authenticate and work.
The Nortel CS 1500 I'm using as the PSTN-side of my SIP trunk has a username
and password that it's
2012 Jun 29
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
...led version work only, if you'd like the uninstalled version
> to work, it should be detected as you suggested.
>
> about LLVM_INSTALL_PREFIX the purpose is to make it really relocatable,
> eg, when installed under /lib/llvm I just later need to move the
> installation tree to /lusr/local/lib/llvm without re-run cmake and the
> time-boring build/install process, and this is especially convinient on
> Windows.
LLVM_INSTALL_PREFIX is supposed to contain the value of
CMAKE_INSTALL_PREFIX when you configured LLVM. Using it for setting
other variables is just a convenience....