On Tuesday 18 January 2005 09:59 am, Heinz Sporn <[EMAIL PROTECTED]> wrote: > Making: ../../unxlngi4.pro/lib/libpyuno.so > gcc -c -fPIC -o ../../unxlngi4.pro/slo/pyuno_version.o .....
This command does not correspond directly with the errors you give below. This is a compile command 'gcc -c' and the errors are link time. To find the command that is actually in error, you'll want to look for a line with (probably) '-o ../../unxlngi4.pro/lib/libpyuno.so' taking ../../unxlngi4.pro/slo/pyuno_runtime.o as input. > with > > ../../unxlngi4.pro/slo/pyuno_runtime.o(.text+0x1b): In function > > `pyuno::getRuntimeImpl(pyuno::PyRef&, pyuno::PyRef&)': > : undefined reference to `PyThreadState_Get' > > etc. etc. Once you find the offending line, attempt to determine what python native libraries are being used in to link that are not in the current emerge. Then, determine what package they are in and recompile them. -- Boyd Stephen Smith Jr. [EMAIL PROTECTED] ICQ: 514984 YM/AIM: DaTwinkDaddy -- [email protected] mailing list
