From owner-freebsd-questions@FreeBSD.ORG Sun May 20 21:06:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B789116A400 for ; Sun, 20 May 2007 21:06:30 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id 7768D13C45E for ; Sun, 20 May 2007 21:06:30 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so2035417nze for ; Sun, 20 May 2007 14:06:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Vi0cR+CFceM7/pvNuhe+g9g6WKY53//R0GtMjmtQ2axMonmJDCaOv/I/g9/1qKBIygNfWFuSB4zT3Am+gg38LhOtPQL1wKE/RHn7X7I+tCIKYkAppRTW3ZaMhFiQbVmEEHXBP1pgaHr0qUPjBO2n+YOqMTsthlc2UVlm1601oL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FDSwuMFJAujW9e6tzkQ/IK6O0y4xWBIktm+7+qiLwjbLh61QuBWbpj65rBzlSyE0Y/Z99DqzWsc+FVU88xtpI/UH/92lXXrr1V9rLMqo3m2Pe5ljNR2Bc4lYDVpDdkb+puPutpltL4L5lq87ZR8KO9gmgrjjnmhvguX9K+dPt5U= Received: by 10.64.250.7 with SMTP id x7mr9529889qbh.1179695189822; Sun, 20 May 2007 14:06:29 -0700 (PDT) Received: by 10.64.196.1 with HTTP; Sun, 20 May 2007 14:06:29 -0700 (PDT) Message-ID: Date: Sun, 20 May 2007 17:06:29 -0400 From: "Tsu-Fan Cheng" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ld can't find -lX11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 21:06:30 -0000 Hi, I guess this is really simple, but I am not familiar with ld thing. During xorg upgrade, graphics/glitz failed, and complained that ld can't find -lX11, what should I do?? please advise, thanks!! TFC