This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Errors


You must link sclient.o with files in which err_exit(), initialize_ctx() are
defined.
Can you send the full command line which product those output?

	Yves

> -----Message d'origine-----
> De : gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]De la
> part de Rahul it
> Envoyé : lundi 13 mai 2002 17:36
> À : gcc-help@gcc.gnu.org
> Objet : Errors
>
>
> When I link one of my program I get the following errors
> Need some help.
>
> sclient.o: In function `main':
> sclient.o(.text+0x8a): undefined reference to `err_exit'
> sclient.o(.text+0xbd): undefined reference to `err_exit'
> sclient.o(.text+0xfc): undefined reference to `err_exit'
> sclient.o(.text+0x11e): undefined reference to `initialize_ctx'
> sclient.o(.text+0x16e): undefined reference to `tcp_connect'
> sclient.o(.text+0x1d9): undefined reference to `berr_exit'
> sclient.o(.text+0x1ee): undefined reference to `check_cert'
> sclient.o(.text+0x201): undefined reference to `read_write'
> sclient.o(.text+0x210): undefined reference to `destroy_ctx'
> collect2: ld returned 1 exit status
>
> _________________________________________________________
> Click below to visit monsterindia.com and review jobs in India or
> Abroad
> http://monsterindia.rediff.com/jobs
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]