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
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
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
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
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)
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
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
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