This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: g++ library question
- From: John Love-Jensen <eljay at adobe dot com>
- To: Philip Cheng <cheng at pcigeomatics dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Mon, 07 Jul 2003 06:29:29 -0500
- Subject: Re: g++ library question
Hi Philip,
The compiler is doing exactly what you told it to do.
Move (or make a soft link to) the libtest.so into your locale directory, and
build:
gcc test.c libtest.so -o TEST
--Eljay