Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1 [solved]

2003-11-05 Thread Angus Leeming
Milton Woods wrote: > Greetings, > > I have managed to solve the mystery of the undefined symbols, which > previously caused the final link of lyx.exe to fail. What I needed > to do was to remove the '#pragma interface" and "#pragma > implementation" directives from the source code. The compilati

Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1 [solved]

2003-11-04 Thread Milton Woods
Greetings, I have managed to solve the mystery of the undefined symbols, which previously caused the final link of lyx.exe to fail. What I needed to do was to remove the '#pragma interface" and "#pragma implementation" directives from the source code. The compilation and link then completed su

Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1

2003-10-13 Thread Milton Woods
Angus Leeming wrote: Milton Woods wrote: The linker doesn't seem to be the problem. Consider as an example the file src/TextCache.C which declares a global method 'findFit'. When compiled using gcc-3.2 on Redhat 9, the 'nm' program shows that the object file includes two 'findFit' symbols: 000

Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1

2003-10-13 Thread Angus Leeming
Milton Woods wrote: > The linker doesn't seem to be the problem. > > Consider as an example the file src/TextCache.C which declares a > global method 'findFit'. When compiled using gcc-3.2 on Redhat 9, > the 'nm' program shows that the object file includes two 'findFit' > symbols: > > 0366 t

Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1

2003-10-12 Thread Milton Woods
Angus Leeming wrote: Milton Woods wrote: Greetings, I have attempted to compile LyX version 1.3.3 (with xforms-1.0) on a fresh install of the latest release of Cygwin (1.5.5-1) and gcc (3.3.1-2). The configure script runs without a hitch (with the flag --with-extra-lib=/usr/local/lib:/usr/bin)

Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1

2003-10-08 Thread Angus Leeming
Milton Woods wrote: > Greetings, > > I have attempted to compile LyX version 1.3.3 (with xforms-1.0) on a > fresh install of the latest release of Cygwin (1.5.5-1) and gcc > (3.3.1-2). The configure script runs without a hitch (with the flag > --with-extra-lib=/usr/local/lib:/usr/bin). The compil

Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1

2003-10-08 Thread Ronald Florence
Angus Leeming <[EMAIL PROTECTED]> writes: > I note that others have reported similar problems when compiling lyx > on the Mac. > > On a Linux Alpha machine I find that I have to add the following to > get the thing to link. (This makes no real sense but does work. Go > figure...) > > # Enable

Re: LyX 1.3.3 unresolved symbols on Cygwin gcc-3.3.1

2003-10-08 Thread Angus Leeming
Milton Woods wrote: > Greetings, > > I have attempted to compile LyX version 1.3.3 (with xforms-1.0) on a > fresh install of the latest release of Cygwin (1.5.5-1) and gcc > (3.3.1-2). The configure script runs without a hitch (with the flag > --with-extra-lib=/usr/local/lib:/usr/bin). The compil