From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 22:13:40 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA71E106564A for ; Mon, 7 Apr 2008 22:13:40 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 6E5558FC0C for ; Mon, 7 Apr 2008 22:13:40 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so1637738wfa.7 for ; Mon, 07 Apr 2008 15:13:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=qX7iIi3zhehl8cT1RQiUPlnHcqwYbzUc8e3bEwPuYgs=; b=PCPRJlNiZeRa1zrNNBTDf0LjM4Je43Gr1Oow0skmRhDBPINQtAeZjosOMP82tL0NQhfScMSA7Uu5j6HFWGcMJZ8xoi3v4K17LuW+hIGbfryZATjwQuItK4Q+tZBwwFep0fB7ATTdxgREiS3lUmUoK2XDvQlgZlUxZcNdzRbuDhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ssV5fORl/ro1MHKpAiH8fFaTelXHsYd6dNVQONmj0aYVOHOdQQtfpH/YEwaDLWZh4XTWiiZw2OSlXOy/9yqInDkbGoq/Jwxa//B81rU9ZnlQAVON7tQNXF+4rlAEBAgr727Aml2WEFKHaNIHwaMnldJoEpm4E/ctrFqJngX/GSk= Received: by 10.142.216.9 with SMTP id o9mr2838865wfg.172.1207606420040; Mon, 07 Apr 2008 15:13:40 -0700 (PDT) Received: by 10.142.52.20 with HTTP; Mon, 7 Apr 2008 15:13:40 -0700 (PDT) Message-ID: Date: Mon, 7 Apr 2008 18:13:40 -0400 From: "Tsu-Fan Cheng" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: oxim compilation error under 7.0 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: Mon, 07 Apr 2008 22:13:40 -0000 Hi, when trying to upgrade oxim under 7.0, error occurs, c++ -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread -o oxim-setup .obj/main.o .obj/oxim-setup.o .obj/globolsetting.o .obj/gencin.o .obj/chewing.o .obj/installim.o .obj/qmake_image_collection.o .obj/moc_oxim-setup.o .obj/moc_globolsetting.o .obj/moc_gencin.o .obj/moc_chewing.o .obj/moc_installim.o -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L../../lib/.libs -loxim -lqt-mt -lXext -lX11 -lm /usr/bin/ld: warning: libstdc++.so.5, needed by /usr/local/lib/libqt-mt.so, may conflict with libstdc++.so.6 /usr/bin/ld: warning: libm.so.4, needed by /usr/local/lib/libqt-mt.so, may conflict with libm.so.5 .obj/installim.o(.text+0x2931): In function `InstallIM::init()': : undefined reference to `oxim_mirror_url' .obj/installim.o(.text+0x5733): In function `InstallIM::installTab_currentChanged(QWidget*)': : undefined reference to `oxim_external_url' .obj/installim.o(.text+0x5741): In function `InstallIM::installTab_currentChanged(QWidget*)': : undefined reference to `oxim_external_url' *** Error code 1 any suggestion?? thank you!! TFC