Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2007 17:25:38 -0400
From:      Tom Uffner <tom@uffner.com>
To:        x11@FreeBSD.org
Subject:   problem in graphics/libGLU
Message-ID:  <46954AD2.6030106@uffner.com>

next in thread | raw e-mail | index | archive | help
FreeBSD tatooine 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Fri Jul  6 17:32:30 EDT 
2007     tom@tatooine:/usr/obj/usr/src/sys/TATOOINE  i386

libGLU-7.0 does not install properly on my system. there seem to be two
problems:

1. Mesa-7.0/bin/mklib does not know how to resolve '-lGL'
2. Mesa-7.0/bin/mklib does not return a status of failure so the port
tries to install and fails

adding '-L/usr/local/lib' to the ../../../bin/mklib -o GLU -linker 'c++' 
-major 1 -minor [...]
command in Mesa-7.0/src/glu/sgi/ solves the first problem so an appropriate
LIBDIRS variable in the port skeleton Makefile should fix complaint 1)

i do not know enough about the port to know if it's feasible or desirable
to fix 2)

thank you
tom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46954AD2.6030106>