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]

assert.h


Hello,

I have some problems with asserts.  I use assert in my C libraries
(compiled with egcs).  Now we have some other C++ projects (compiled
with the native C++ compiler, for example aCC or xlC). These projects
use the C libraries mentioned above and for the debug version, I get
the following error message:

    /opt/aCC/lbin/ld: Unsatisfied symbols:
       __eprintf (code)

After looking in the egcs assert.h I found the reason for the error
message.

Why comes egcs with his own version of assert.h ?  Can I use the
version in /usr/include ?

Regards,
	Michael

-------------------------------------------------------------------------------
M    M L     CCC   |  Michael Schoene         |
MM  MM L    C      |  MLC Systeme GmbH        |   Tel.: ++49 (+2102) 479-311/-0
M MM M L    C      |  Kaiserswerther Str. 115 |   FAX : ++49 (+2102) 479-309
M    M L    C      |  D 40880 Ratingen        | e-mail: mrs@mlc.de
M    M LLLL  CCC   |  FRGermany               |


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