Done, but now there's undefined symbols. These are all functions
contained IN the msgc directory, so it looks like I would have to
recompile the whole NSPR lib with that directory included. Fun. There's
no mention in the CVS log of specifically why it was taken out of the
build.
gcc -I/home/bryner/mozilla/dist/Linux2.0.35_x86_DBG.OBJ/include -g -O2
-Wall -L/home/bryner/mozilla/dist/Linux2.0.35_x86_DBG.OBJ/bin
-L/home/bryner/mozilla/dist/Linux2.0.35_x86_DBG.OBJ/lib -o
.libs/opstack_test opstack_test.o -Wl,--rpath -Wl,/usr/local/japhar/lib
../../lib/libruntime/.libs/libruntime.so
-L/home/bryner/mozilla/dist/Linux2.0.35_x86_DBG.OBJ/bin
-L/home/bryner/mozilla/dist/Linux2.0.35_x86_DBG.OBJ/lib -lz -ldl -lm
-lpthread -lnspr21 -Wl,--rpath -Wl,/usr/local/japhar/lib
../../arch/.libs/libarch.so
-L/home/bryner/mozilla/dist/Linux2.0.35_x86_DBG.OBJ/bin
-L/home/bryner/mozilla/dist/Linux2.0.35_x86_DBG.OBJ/lib -ldl -lm
-lpthread -lnspr21 -lz -Wl,--rpath -Wl,/usr/local/lib
../../lib/libffi/src/.libs/libffi.so -ldl -lm -lpthread -lnspr21
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_RegisterRootFinder'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_AllocMemory'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_InitGC'
../../lib/libruntime/.libs/libruntime.so: undefined reference to `PR_GC'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_ForceFinalize'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_ShutdownGC'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_DumpMemory'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_GetGCInfo'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_RegisterType'
../../lib/libruntime/.libs/libruntime.so: undefined reference to
`PR_DumpGCHeap'
make[2]: *** [opstack_test] Error 1
make[2]: Leaving directory `/files/home/bryner/japhar/lib/libruntime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/files/home/bryner/japhar/lib'
make: *** [all-recursive] Error 1
[EMAIL PROTECTED] wrote:
>
> nope. I would suggest just cd'ing do mozilla/nsprpub/lib/msgc and
> gmake.
>
> xtoph
--
-Brian Ryner
[EMAIL PROTECTED]