This is the mail archive of the gcc@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]

Re: undefined reference to `__setbits'


  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


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