Gentoo Archives: gentoo-dev

From: "Alexandru N. Barloiu" <slak@××××.ro>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Imlib2 reference to thmath
Date: Wed, 17 Sep 2003 00:37:25
Message-Id: 1063758992.3777.2.camel@hammer.dale.ro
1 I emerged a few minutes ago Imlib2-1.1.0.
2
3 ld -lImlib2
4 ld: warning: cannot find entry symbol _start; not setting start address
5 /usr/lib/libImlib2.so: undefined reference to `cos'
6 /usr/lib/libImlib2.so: undefined reference to `sin'
7 /usr/lib/libImlib2.so: undefined reference to `pow'
8 I modified by hand the makefile and added -lm to include math functions.
9 Now:
10 ld -lImlib2
11 ld: warning: cannot find entry symbol _start; not setting start address
12
13 Now I can continue with enlightenment-cvs :)
14
15 --
16 Alexandru N. Barloiu <slak@××××.ro>
17 Dale Media
18
19
20 --
21 gentoo-dev@g.o mailing list