This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Shared library linking problem.
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: Shared library linking problem.
- From: Neal Becker <neal at ctd dot comsat dot com>
- Date: 29 Oct 1997 22:23:44 -0500
- Cc: egcs at cygnus dot com
- References: <m0xQiGt-0004edC@ocean.lucon.org>
All I did was build qt-1.31 out of the box. I believe all I did was
say
make linux-gcc-shared.
In Makefile (qt-1.31 top level):
CFLAGS=-O2 -Wall -W -I/usr/X11R6/include
LIBCFLAGS=-fPIC
Those are perhaps the only things I edited in the qt-1.31 dir.
I used egcs-971023, binutils-2.8.1.0.1, glibc-2.0.5 on linux-i586.