This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: String.h problem
- To: "'bruno dot quesnel at mindready dot com'" <bruno dot quesnel at mindready dot com>
- Subject: RE: String.h problem
- From: Andersson Per Ola <pandersson at cosmote dot gr>
- Date: Wed, 17 May 2000 08:56:18 +0200
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
Make sure that you have your C libs in your lib path. See man ld for more
info on where the linker searches for the libs.
You should not have to add the standard C libs as an option to the linker.
// POA
> -----Original Message-----
> From: Bruno Quesnel [SMTP:bruno.quesnel@mindready.com]
> Sent: den 16 maj 2000 21:39
> To: gcc@gcc.gnu.org
> Subject: String.h problem
>
> Hi,
>
> I'm running on a HP B2000 running HPUX 10.20. I've also
> compiled the GCC program and also installed the binary.
>
> I need to compile software on this machine that uses the
> String.h header. The program compiles OK but when the time comes
> to link, every reference to the String Objects are marked as
> unresolved.
>
> Is there something that can be easily done to rule out this
> problem ? Do you need my make file ?
>
> Thanks in advance...
>
> --
> Bruno Quesnel bruno.quesnel@mindready.com
> VA2BMG quesnelb@ve2.ele.etsmtl.ca
> Stagiaire - MindReady
>