Subj : Re: Linking problems To : Jeremy Gillick From : Brendan Eich Date : Tue Jul 19 2005 10:32 pm Jeremy Gillick wrote: > When I try to compile a simple demo program (see attached) on my apple > powerbook, I get the following error: > > ld: Undefined symbols: > _JS_Init > _JS_InitStandardClasses > _JS_NewContext > _JS_NewObject You are not telling the linker to use the library that contains these functions. What command line do you use to link your simple program, anyway? /be .