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]

undefined reference in g++ 2.95.2


Hi there,

when linking a quiet huge exec natively with
g++ 2.95.2 the compiler ends after a while
with 
	ictxxjs.cpp:174: undefined reference to `JS_GetPrivate'
and many similar messages. 
Sound quiet clear. But nm-ing the relared - and linked ! - library 
gives 

nm -u jslib.o
... T  JS_GetPrivate
    U  JS_GetPrivate

So the symbol IS defined. 

Any ideas? Are there any contraints in exec size, branch length ...?
Can I increase linker internals ....?

Thanks in advance
Willi

PS:
doing the same with egcs-1.1.2 works well
	

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