Martin Vermeer wrote:
> A long list of errors. Attached.

These are all linking errors, Martin. Why are you trying to link? Why this:

g++ -nostdinc++ -W -Wall -O2 -I/home/mv/STLport-4.5.3/stlport \
-I. -I../boost -ftemplate-depth-30 -o main lyx_main.C main.C

and not this:
g++ -nostdinc++ -W -Wall -O2 -I/home/mv/STLport-4.5.3/stlport \
-I. -I../boost -ftemplate-depth-30 -c lyx_main.C
g++ -nostdinc++ -W -Wall -O2 -I/home/mv/STLport-4.5.3/stlport \
-I. -I../boost -ftemplate-depth-30 -c main.C

If that works, then try and compile the whole of lyx. If you then get 
linking errors, that'll be interesting.

-- 
Angus

Reply via email to