This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Newbie- help with libraries
- From: John Love-Jensen <eljay at adobe dot com>
- To: vnaughtdeltat <etking at uchicago dot edu>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Tue, 08 Aug 2006 13:08:13 -0500
- Subject: Re: Newbie- help with libraries
Hi Ed,
Have you tred to compile your C++ program with the GCC C++ toolchain, driven
by /usr/bin/g++ (your location may vary), instead of the C toolchain, driven
by /usr/bin/gcc?
Sincerely,
--Eljay