Displaying 7 results from an estimated 7 matches for "hostcxx".
Did you mean:
host1x
2005 Nov 06
2
Kernel compilation - 2.6, x86_64, CentOS4.1
...sr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/qconf] Error 1
make: *** [xconfig] Error 2
and the fixes suggest removing the middle two lines in
scripts/kconfig/Makefile (starting at line 130 for the 2.6.11.12 case):
LIBPATH=$$DIR/lib; LIB=qt; \
- $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \
- LIBPATH=$$DIR/lib/$$($(HOSTCXX) -print-multi-os-directory); \
if [ -f $$LIBPATH/libqt-mt.so ]; then LIB=qt-mt; fi; \
But that still returns the same fault.
Can anyone advise? The same kernel compiles perfectly on an x86 box....
2011 Feb 17
1
vanilla kernel configuration :: xconfig --> qt errors
Hi! It seems that i made some changes that make xconfig to not work ..
the problem is that not matter what QTDIR i select i receive the same
errors that start with :
adrian at sevcenco: linux-2.6.37 $ make O=/home/adrian/kernel/kernel_out
xconfig
GEN /home/adrian/kernel/kernel_out/Makefile
HOSTCXX scripts/kconfig/qconf.o
/usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error:
'Qt::ToolBarDock' has not been declared
/usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error: 'DockTop' is
not a member of 'Qt'
/usr/lib64/qt4/include/Qt3Support/q3mainwindow.h:71: error: ...
2005 Dec 08
2
x86_64 kernel compilation
If I can squeeze a message between the discussions on security (:-)) I
have been trying to compile a kernel on an x86_64 box under CentOS4.1 and
now 4.2.
The problem is that neither make xconfig or make gconfig work:
make gconfig
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and
2005 Nov 09
2
kernel recompile help
Everytime I try to recompile a kernel, "make modules" always dies with
the error:
mv: cannot stat `include/asm-i386/asm_offsets.h.tmp': No such file or
directory
make: *** [include/asm-i386/asm_offsets.h] Error 1
I installed the src RPM and kernel-devel ... any ideas as to what I
could be doing wrong?
Thanks!!
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...IBCARCHDIR ?= $(ARCH)
# klibc definitions
export KLIBCINC := usr/include
@@ -326,7 +327,7 @@ export VERSION PATCHLEVEL SUBLEVEL KERNE
export KLIBCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD
export CC CPP AR RANLIB NM STRIP OBJCOPY OBJDUMP MAKE AWK GENKSYMS
export PERL UTS_MACHINE HOSTCXX HOSTCXXFLAGS LDFLAGS_MODULE CHECK
-export CHECKFLAGS
+export CHECKFLAGS KLIBCARCHDIR
export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS
export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE
diff -purN a/arch/s390/Makefile b/arch/s390/Makefile
--- a/arch/s390/Makefile 2006-05-24 15:19:06.0000...
2004 Nov 14
25
dom0 kernel crashes with kernel panic during boot
Hi there,
I''ve just built xen & dom0 kernel from gentoo ebuilds (bugs.gentoo.org),
but my dom0 kernel crashes during boot.
Any help is appreciated. Console log, grub.conf and .config are included,
machine is celeron/466, 128MB of RAM.
Console log:
Linux version 2.6.9-xen0 (root@zirafa) (gcc version 3.3.4 20040623 (Gentoo
Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #2 Sun Nov 14
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: