Subject: Re: gle and -lGL
To: None <tech-pkg@netbsd.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: tech-pkg
Date: 12/01/2006 17:50:21
Joerg Sonnenberger wrote:
> On Fri, Dec 01, 2006 at 05:28:01PM -0500, Louis Guillaume wrote:
>> diff -r1.24 Makefile
>> 20c20
>> < LIBS+=                        -lXext
>> ---
>>> LIBS+=                        -lXext -lpthread
>> cvs diff: Diffing patches
> 
> This is certainly not correct. ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
> perhaps, but not that.
> 
> Joerg


I knew that didn't seem right. But what's confusing is that, if
everything is put back to normal I have this...

sh-3.00# bmake show-vars VARNAMES="PTHREAD_LDFLAGS PTHREAD_LIBS"
 -pthread
-lpthread -lrt


... and the original problem persists!

Louis