From owner-freebsd-ports Sun Jun 17 16: 1:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id E6A0137B401; Sun, 17 Jun 2001 16:01:30 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f5HN1TE33951; Mon, 18 Jun 2001 11:01:29 +1200 (NZST) (envelope-from jonc) Date: Mon, 18 Jun 2001 11:01:28 +1200 From: Jonathan Chen Cc: dougb@freebsd.org, freebsd-ports@freebsd.org Subject: xscreensaver & libgle Message-ID: <20010618110128.A33720@itouchnz.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Doug, I'm trying to compile the latest version of xscreensaver (latest cvsup'd), and the build dies when trying to build the GLE library dependancy: configure:3159: checking for glutSwapBuffers in -lglut configure:3178: cc -o conftest -O -pipe -Wall conftest.c -lglut -lSM -lICE -lXmu -lGLU -lGL -lXmu -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 /usr/libexec/elf/ld: cannot find -lglut configure: failed program was: #line 3167 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glutSwapBuffers(); int main() { glutSwapBuffers() ; return 0; } (end of "config.log") Thought I'd email you since you made the last change on the GLE port as well. This is on a 4-STABLE machine running XFree84-4.1.0. Workarounds? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Don't worry about avoiding temptation, as you grow older, it starts avoiding you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message