Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] xconfig with linux-2.6.x

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jason Flatt <jason AT flattfamily.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] xconfig with linux-2.6.x
  • Date: Wed, 11 Feb 2004 07:20:29 -0800

On Wednesday 11 February 2004 6:00 am, Robin Cook wrote:
> Looks like kconfig/Makefile is the only one that has QTDIR in it.
>
> Documentation/kbuild/makefiles.txt: HOSTLOADLIBES_qconf :=
> -L$(QTDIR)/lib
> Documentation/kbuild/makefiles.txt: When linking qconf it will be
> passed the extra option "-L$(QTDIR)/lib".
>
> scripts/kconfig/Makefile:HOSTLOADLIBES_qconf = -L$(QTDIR)/lib
> -L$(QTDIR)/lib64 -Wl,-rpath,$(QTDIR)/lib -l$(QTLIB) -ldl
> scripts/kconfig/Makefile:HOSTCXXFLAGS_qconf.o = -I$(QTDIR)/include
> scripts/kconfig/Makefile:MOC = $(QTDIR)/bin/moc
> scripts/kconfig/Makefile: @set -e; for d in $$QTDIR /usr/share/qt*
> /usr/lib/qt*; do \
> scripts/kconfig/Makefile: echo "* QT development package is
> correctly installed and the QTDIR"; \
> scripts/kconfig/Makefile: echo "QTDIR=$$DIR" > $@; echo
> "QTLIB=$$LIB" >> $@; \

If $QTDIR is set to the appropriate setting of /usr, then it looks like the
only thing that will cause problems is the include dir. Our spell installs
the headers into /usr/include/qt rather than /usr/include.

--
Jason Flatt (jason @ flattfamily . com)
Father of five (http://www.flattfamily.com/)
Linux user (http://www.sourcemage.org/)
IRC Nick: Oadae Channels: #sourcemage, #lvlug Server: irc.freenode.net




Archive powered by MHonArc 2.6.24.

Top of Page