From owner-freebsd-emulation@FreeBSD.ORG Mon May 28 03:03:59 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D995106564A for ; Mon, 28 May 2012 03:03:59 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 060D98FC0C for ; Mon, 28 May 2012 03:03:58 +0000 (UTC) Received: by obcni5 with SMTP id ni5so6304872obc.13 for ; Sun, 27 May 2012 20:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=J6kAgB9Qdm/ucHJT7m+mVMh5PCLntunYRhii8uWrbCQ=; b=Ntgw4HkwqBQLKLsXv4qm9zPektDojyCcAnYaitQ/N1y7oP30Lv4rrzvH2y3hiJln6m nEksINokuTIZLHV6TJb0l1pV8ntea2oythGZEgkcuLVJkEfQ55DZC+PP6nb5qo6rTDNy xQ6Unf+lrPKFd6xh/Dzd1Bzbca+N2y2iQMsJvncIgIt/PQEvtlObFl0F6mLFofqKUbrz 6lo1lDAWR9UZf8Rv8nM//V4ycXyNfNu/KkHF/OxyOpgWSr1sYgPi1VbLEKUd7YlaUHy8 JiinkCa/wYOgNoyzZ8nvSxWQBXcj+bOtvYnc3cThHjYHFOFHIPaNnZgUBIwYpphljHuE UPcA== MIME-Version: 1.0 Received: by 10.182.5.164 with SMTP id t4mr6777820obt.1.1338174238457; Sun, 27 May 2012 20:03:58 -0700 (PDT) Received: by 10.60.66.230 with HTTP; Sun, 27 May 2012 20:03:58 -0700 (PDT) Date: Sun, 27 May 2012 22:03:58 -0500 Message-ID: From: Brandon Gooch To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: VirtualBox 4.1.16 on 10-CURRENT: /usr/X11R6/lib/libGL.so: undefined reference X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 03:03:59 -0000 I'm having issues compiling VirtualBox 4.1.16; here is the relevant snip from the configure.log file: $ cat /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/configure.log [SNIP] ***** Checking Mesa / GLU ***** compiling the following source file: #include #include #include #include extern "C" int main(void) { Display *dpy; int major, minor; dpy = XOpenDisplay(NULL); if (dpy) { Bool glx_version = glXQueryVersion(dpy, &major, &minor); XCloseDisplay(dpy); if (glx_version) { printf("found version %u.%u, OK.\n", major, minor); return 0; } } printf("found (inactive), OK.\n"); return 0; } using the following command line: c++ -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lGL -I/usr/local/include" /usr/X11R6/lib/libGL.so: undefined reference to `_nv017tls' /usr/X11R6/lib/libGL.so: undefined reference to `_nv014tls' I running: FreeBSD m6500.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r236044: Sat May 26 03:04:16 CDT 2012 root@m6500.local:/usr/obj/usr/src/sys/DELL_M6500 amd64 xorg-7.5.2 xorg-server-1.7.7_5,1 nvidia-driver-295.49