This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: undefined reference to `__setbits'
- To: Peter Gerwinski <peter at gerwinski dot de>
- Subject: Re: undefined reference to `__setbits'
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 28 Sep 1999 02:11:42 -0600
- cc: egcs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <19990927002426.C31425@esmeralda.gerwinski.de>you write:
> In file `expr.c', function `store_constructor()', a library
> function `__setbits()' is called in some cases. However, I get
> an error message "undefined reference to `__setbits'" when
> trying to link the program.
>
> Where is this `__setbits()' function? Does the
> language-specific run time library have to provide it?
Given its use, I would expect it to be provided either by libgcc or the
target system's C library.
jeff