[SDL-1.2.14] Build fails on the libvlg checking

Marcus von Appen mva at FreeBSD.org
Sun Jan 31 13:25:50 UTC 2010


On, Sun Jan 31, 2010, David Marec wrote:

> Hello,
> 
> 
> Trying to update SDL1.2 librairies, the build failed on the following errors:
> 
> 
> /usr/bin/ld: skipping incompatible /usr/lib/libvgl.so when searching for -lvgl
> /usr/bin/ld: skipping incompatible /usr/lib/libvgl.a when searching for -lvgl
> /usr/bin/ld: skipping incompatible /usr/lib/libvgl.so when searching for -lvgl
> /usr/bin/ld: skipping incompatible /usr/lib/libvgl.a when searching for -lvgl
> /usr/bin/ld: skipping incompatible /usr/lib/libvgl.so when searching for -lvgl
> /usr/bin/ld: skipping incompatible /usr/lib/libvgl.a when searching for -lvgl
> /usr/bin/ld: cannot find -lvgl
> 
> Running:
> david:~>uname  -p -r
> 8.0-STABLE amd64
> 
> 
> Any idea to get rid of this ?
> 

/usr/lib/libvgl.* should not be available on RELENG_8, amd64 - instead
it should reside in /usr/lib32 only. Did you upgrade from i386 to amd64
or did you manually link the libvgl.* to /usr/lib?

If so, please remove them or run make config and disable the VGL knob
(or add 'WITHOUT_VGL=true' to the make invocation).

Regards
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20100131/ee311645/attachment.pgp


More information about the freebsd-ports mailing list