|
From: sean d. <sea...@ho...> - 2004-12-13 01:30:08
|
Dean Kolosiek wrote: ........... >I can't reproduce the linking problem. dv_peek_vlc is an inlined function >in vlc.h, so it should be >compiled into each .o that calls it, and not >need to be linked. Something must be preventing the >compiler from inlining >dv_peek_vlc into dovlc.o, but I don't see how that can happen. I don't >think it's >related to the x86-64 code. Ok. I got it to build. The problem was I had a CFLAGS with fPIC. Took that out, built like a charm. But, of course, that prompts the question: why does -fPIC not work? Does it build for you with fPIC? sean |