Displaying 5 results from an estimated 5 matches for "libroot".
Did you mean:
libro
2009 Aug 25
0
[LLVMdev] Build issues on Solaris
...my $lib_printed = 0;
- if (defined($libdefs{$_}) && $libdefs{$_} ne $lib) {
- $DepLibs{$libdefs{$_}} = [] unless exists
$DepLibs{$libdefs{$_}};
- push(@{$DepLibs{$libdefs{$_}}}, $_);
- } elsif (defined($objdefs{$_}) && $objdefs{$_} ne $lib) {
- my $libroot = $lib;
- $libroot =~ s/lib(.*).a/$1/;
- if ($objdefs{$_} ne "$libroot.o") {
- $DepLibs{$objdefs{$_}} = [] unless exists
$DepLibs{$objdefs{$_}};
- push(@{$DepLibs{$objdefs{$_}}}, $_);
- }
- }
- }
- close UNDEFS or die "nm failed&quo...
2009 Aug 19
2
[LLVMdev] Build issues on Solaris
Duncan Sands wrote:
> Hi Nathan,
>
>
>> The latter being what GenLibDeps.pl expects to see. All else being
>> equal though, it might be better to change GenLibDeps.pl to recognize
>> the first version:
>> --- GenLibDeps.pl (revision 78653)
>> +++ GenLibDeps.pl (working copy)
>> @@ -100,7 +100,7 @@
>> print "
2012 Feb 19
2
JGR Segmentation fault
...de)
Error:
=> /usr/local/Cellar/r/2.14.1/R.framework/Versions/2.14/Resources/jgrLaunch
; exit;
/usr/local/Cellar/r/2.14.1/R.framework/Versions/2.14/Resources/library:
Permission denied.
Loading preferences from /Users/User/.JGRprefsrc
JGR R_HOME: /usr/local/Cellar/r/2.14.1/R.framework/Resources
libroot: /Users/User/Library/R/2.14/library/
Attempting to load jnilib:
/Users/User/Library/R/2.14/library/rJava/jri/libjri.jnilib
Segmentation fault
logout
[Process completed]
--
View this message in context: http://r.789695.n4.nabble.com/JGR-Segmentation-fault-tp4401260p4401260.html
Sent from the R...
2012 Feb 18
0
Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt
...ROGS=$(QEMU_PROG)
>> STPFILES=
>>
>> +LIBS+=-lrt
>> +
>> ifndef CONFIG_HAIKU
>> LIBS+=-lm
>> endif
Here's the special treatment that avoids adding -lm on Haiku host
because it doesn't have a libm.so (git-blame would've told you it's in
libroot.so there); on Darwin there's a compatibility symlink but it's in
libSystem.dylib actually and an ifndef would be appropriate as well.
POSIX does not mandate -lm for math functions.
Would moving this snippet to Makefile.objs help? What system are you on
anyway and are you actually using ups...
2020 Apr 07
2
[PATCH nbdkit v2] tmpdisk: Generalize the tmpdisk plugin
An evolution of v1 here:
https://www.redhat.com/archives/libguestfs/2020-April/msg00035.html
I want to generalize the tmpdisk plugin, particularly so you can use
commands like ‘qemu-img create’ or even ‘virt-builder’.
(Actually virt-builder really works - I tested it - but of course it
causes a 30+ second delay when connecting to the server.)
You can now use commands such as:
nbdkit tmpdisk