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]

__eprintf


While trying to build the 19980619b snapshot of the blitz library
( http://monet.uwaterloo.ca/blitz/ )
with egcs-19980621 and binutils-2.9.1 I get the following 
error:


g++ -I./.. -ftemplate-depth-30 -g -DBZ_DEBUG  -c ./ctors.cpp
g++  ctors.o -o ctors -L../lib -lblitz -lm
Undefined                       first referenced
 symbol                             in file
__eprintf                           ctors.o
ld: fatal: Symbol referencing errors. No output written to ctors
collect2: ld returned 1 exit status
gmake[1]: *** [ctors] Error 1
gmake: *** [check] Error 2


Any ideas?

Thanks in advance
- Ted


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