Andre Poenitz wrote:

> On Tue, Oct 14, 2003 at 11:34:13PM -0700, Kayvan A. Sylvan wrote:
>> This happens in the tex2lyx make on multiple architectures:
>> 
>> g++ -O2 -fno-exceptions -W -Wall -Wl,-R/u/ksylvan/lib -o tex2lyx
>> FloatList.o Floating.o counters.o lyxlayout.o lyxtextclass.o
>> lyxlex.o lyxlex_pimpl.o boost.o context.o gettext.o lyxfont.o
>> texparser.o tex2lyx.o preamble.o math.o table.o text.o 
>> -L/u/ksylvan/lib ../support/.libs/libsupport.a
>> ../../boost/libs/regex/src/.libs/libboostregex.a -lz
>> Undefined                       first referenced
>>  symbol                             in file
>> LyX::cref()                         boost.o
>> LyX::emergencyCleanup() const       boost.o
>> ld: fatal: Symbol referencing errors. No output written to tex2lyx
> 
> I get the same.
> 
> Angus?

The boost.C file in tex2lyx was a symbolic link to src/boost.C. I 
changed it to be a real file that no longer calls 
LyX::cref().emergencyCleanup().

So, I think that the problem is that the symbolic link still exists 
in your build tree.
        rm build/src/tex2lyx/boost.C
should solve the problem.

-- 
Angus

Reply via email to