Displaying 3 results from an estimated 3 matches for "rmobj".
Did you mean:
lmobj
2012 Jan 10
0
ltp hugemmap02 fails on ocfs2
Hi Tiger,
ltp-20120104 hugemmap02 testcase fails on ocfs2 filesystem with both UEK
2.6.39-100.0.18 and RHEL 2.6.18-300.el5:
hugemmap02 1 TCONF : huge mmap failed to test the scenario
hugemmap02 1 TCONF : huge mmap failed to test the scenario
hugemmap02 0 TWARN : tst_rmdir:
rmobj(/mnt/ocfs2/ltp-mQdlAx5411/hugSJXB0B) failed:
lstat(/mnt/ocfs2/ltp-mQdlAx5411/hugSJXB0B) failed; errno=2: No such file
or directory
hugemmap02 1 TCONF : huge mmap failed to test the scenario
hugemmap02 0 TWARN : tst_rmdir:
rmobj(/mnt/ocfs2/ltp-mQdlAx5411/hugSJXB0B) failed:
lstat(/mnt...
2020 Aug 20
0
[klibc:master] klcc: Treat CC, LD, STRIP as multiple words
..., @outopt, files_with_lang(\@files, \%flang));
+ $rv = mysystem(@CC, @ccopt, @outopt, files_with_lang(\@files, \%flang));
} else {
if ( scalar(@files) == 0 ) {
die "$0: No input files!\n";
@@ -241,7 +241,7 @@ if ( $operation ne '' ) {
push(@objs, $fo);
push(@rmobjs, $fo) unless ( $save_temps );
- $rv = mysystem($CC, @ccopt, '-c', '-o', $fo, '-x', $flang{$f}, $f);
+ $rv = mysystem(@CC, @ccopt, '-c', '-o', $fo, '-x', $flang{$f}, $f);
if ( $rv ) {
unlink(@rmobjs);
@@ -251,18 +251,18 @@ if ( $o...
2005 Mar 02
2
[PATCH] klcc compatibility with gcc
Here's a patch to klcc.in from klibc-0.202. The context: I have an
application, managed with GNU automake/autoconf. Packagers should be
able to build the application with klibc if available, with plain gcc
otherwise, as follows:
$ cd ~/klibc-0.202
$ ... make linux symlink
$ make bindir=$HOME/local/bin \
mandir=$HOME/local/man \
INSTALLDIR=$HOME/local \
SHLIBDIR=$HOME/local/shlib \