gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: make error: undefined reference to '.L814'


From: Charmaine Tian
Subject: RE: make error: undefined reference to '.L814'
Date: Wed, 29 Oct 2003 17:27:48 -0800

0.5.5 generates same error (almost): undefined reference to '.L952'.

I believe I've found the problem source. In common/phones/nk6510.c, function
P6510_IncomingProfile(), there's a switch statement inside another switch
statement. The gcc compiler I'm using (Linux 2.4) does not handle two-level
switch statements well. Commenting out the second switch statement, or
rewriting it using multiple if-else gets rid of the error.

-----Original Message-----
From: address@hidden
[mailto:address@hidden
Behalf Of BORBELY Zoltan
Sent: Wednesday, October 29, 2003 6:56 AM
To: Discussion forum for gnokii users.
Subject: Re: make error: undefined reference to '.L814'


Hi,

On Tue, Oct 28, 2003 at 07:03:44PM -0800, Charmaine Tian wrote:
> I was trying to do a make in gnokii-0.4.3 with -g option and I got this
make
> error:
>
> ...
> gcc -Wl,--rpath -Wl,/usr/local/lib gnokii.o
>
./common/gsm-filetypes.o  -L/usr/X11R6/lib -lXpm -lX11 -L../common -lgnokii
> -o gnokii
> ../common/libgnokii.so: undefined reference to `.L814'
>
> If I use "-O2 -Wall" instead of "-g" option during make, the error is
gone.
>
> How can I get rid of the ".L814" error? Thanks in advance.

Maybe there are a previously installed version of libgnokii on your
system. BTW 0.4.3 is very very old, please try the latest version (0.5.5).
If the bug is still there, don't hesitate to report to us.

Bye,
Bozo


_______________________________________________
gnokii-users mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/gnokii-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]