On Tue, May 14, 2002 at 01:44:53PM +0200, Lars Gullik Bjønnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
> | -char const * const rorigin_lyx_strs[] = {
> | +char const * rorigin_lyx_strs[] = {
> 
> What compilation errors?

frontends/.libs/libfrontends.a(ControlGraphics.o): In function
frnt::getRotationOriginData(void)':
ControlGraphics.o(.text+0x10d6): undefined reference to
_Q24frnt34_GLOBAL_.N.ControlGraphics.Cp6NxIa.rorigin_gui_strs'
ControlGraphics.o(.text+0x10e8): undefined reference to
_Q24frnt34_GLOBAL_.N.ControlGraphics.Cp6NxIa.rorigin_lyx_strs'
collect2: ld returned 1 exit status

I know my compiler is crappy (I'll switch to gcc3 soon), but there is no
reason to use the 2nd const above.

Reply via email to