Re: tiny patch 2

2000-04-13 Thread Angus Leeming
JMarc> It is not there in the rae branch, since xtl uses both. Lars > ok, rae branch... Lars > could it be that the linker (+++) does not handle exceptions right? N! (Angus falling over cliff --- please help!) I'm trying to compile the HEAD branch. Lars> Where is the -fno-exceptions -f

Re: tiny patch 2

2000-04-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Where is the -fno-exceptions -fno-rtti? | | It is not there in the rae branch, since xtl uses both. ok, rae branch... could it be that the linker (+++) does not handle

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Granted. Unfortunately, I can compile kbiff without problems. Angus> No kde code is truly small (all those libraries!) but this is Angus> as small as they get. So it should work. Angus> LyX appears to be invoking code in libgcc.a

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Where is the -fno-exceptions -fno-rtti? It is not there in the rae branch, since xtl uses both. JMarc

Re: tiny patch 2

2000-04-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus> Incidentally, (temporarily) commenting it out in this file | Angus> (specs) did not remove my multiply defined problem. Any ideas | Angus> who I should contact? | | JMarc> Try first to compile a simple C or C++ program. It is better to ask | JMa

Re: tiny patch 2

2000-04-13 Thread Angus Leeming
Angus> Incidentally, (temporarily) commenting it out in this file Angus> (specs) did not remove my multiply defined problem. Any ideas Angus> who I should contact? JMarc> Try first to compile a simple C or C++ program. It is better to ask JMarc> for help with a small example when possible. Grant

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> This comes from the file Angus> /usr/local/GNU/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/specs: Angus> *startfile: Angus> %{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}} I have the same on my gcc 2.95.2 install. Angu

Re: tiny patch 2

2000-04-13 Thread Angus Leeming
Angus> I've just tried to compile yesterday's CVS with a brand-new Angus> gcc-2.95.2*. Everything woks well up to the link stage where Angus> things fall over with "multiply defined". Here's what's sent to Angus> collect2: Angus> /usr/local/GNU/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/collect2 Ang

Re: tiny patch 2

2000-04-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I've just tried to compile yesterday's CVS with a brand-new Angus> gcc-2.95.2*. Everything woks well up to the link stage where Angus> things fall over with "multiply defined". Here's what's sent to Angus> collect2: Angus> /usr/lo

Re: tiny patch 2

2000-04-13 Thread Angus Leeming
Angus> Compilation falls over on my machine in font.C (recent CVS). Angus> Fixed by the following tiny patch. Angus Angus> *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 Angus> 10:22:37 2000 *** *** 3,9 Angus> #include "font.h" Angus> #include "FontLoader.h" Angus> #i

Re: tiny patch 2

2000-04-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Compilation falls over on my machine in font.C (recent CVS). Angus> Fixed by the following tiny patch. Angus Angus> *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 Angus> 10:22:37 2000 *** *** 3,9 #includ

Re: tiny patch 2

2000-04-07 Thread Jose Abilio Oliveira Matos
On Fri, Apr 07, 2000 at 02:44:45PM +0100, Angus Leeming wrote: > The CVS version is a few days old. How do I establish > exactly which? Look for the first entry in Changelog (there you have the date) > Angus > -- José

Re: tiny patch 2

2000-04-07 Thread Angus Leeming
Angus> #include "font.h" #include "FontLoader.h" #include "lyxrc.h" - Angus> #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this JMarc> line helps... Angus> I don't know why it says "-". Must have diffed the files in the Angus> wrong order. Read it

Re: tiny patch 2

2000-04-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> #include "font.h" #include "FontLoader.h" #include "lyxrc.h" - Angus> #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this JMarc> line helps... Angus> I don't know why it says "-". Mus

Re: tiny patch 2

2000-04-07 Thread Angus Leeming
Angus> #include "font.h" Angus> #include "FontLoader.h" Angus> #include "lyxrc.h" Angus> - #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this line JMarc> helps... I don't know why it says "-". Must have diffed the files in the wrong order. Read i

Re: tiny patch 2

2000-04-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Compilation falls over on my machine in font.C (recent CVS). Angus> Fixed by the following tiny patch. Angus Angus> *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 Angus> 10:22:37 2000 *** *** 3,9 #includ