Date: Mon, 2 Feb 1998 16:41:20 -0800 (PST) From: Alex <garbanzo@hooked.net> To: Didier Derny <didier@omnix.net> Cc: hackers@FreeBSD.ORG Subject: Re: egcs and Qt? Message-ID: <Pine.BSF.3.96.980202164037.338B-100000@zippy.dyn.ml.org> In-Reply-To: <Pine.BSF.3.96.980202093608.12325C-100000@omnix.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Feb 1998, Didier Derny wrote:
> On Sun, 1 Feb 1998, Alex wrote:
>
> I've been able to port qt-1.32 (directly take from the www.troll.no
> web site) without any problem.
>
> the only things was:
>
> install the qt distribution in /usr/local/qt
> set the variables according to the INSTALL file
> I'm not sure but it seems that it needs the following
> environment variable to be defined
>
> QTDIR=/usr/local/qt
> CPLUS_INCLUDE_PATH=/usr/local/qt/include
> LD_LIBARY_PATH=/usr/local/qt/lib
> LIBRARY_PATH=/usr/local/qt/lib
> export QTDIR CPLUS_INCLUDE_PATH LD_LIBRARY_PATH LIBRARY_PATH
>
> cd /usr/local/qt
>
> make freebsd-shared
>
> in /etc/rc add a line to load the shared library at boot time
> for example, copy the /usr/local/lib line and replace qt were it's
> needed. (reboot or execut ldconfig with the right paths)
>
> use gmake instead of make
>
> You should be able to build qt without any problems.
>
> [after I rebuilt kde without any real problems]
> I've never tried with egcs
^^^^^^^^^
That's my problem. It works with fsf gcc 2.7.2, but not with egcs or
later fsf gccs.
Linux: The Microsoft Windows(tm) of the Unix(tm) world.
- alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980202164037.338B-100000>
