From ooo-dev-return-1564-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Mon Jul 4 15:47:19 2011 Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27B6E64D5 for ; Mon, 4 Jul 2011 15:47:19 +0000 (UTC) Received: (qmail 80951 invoked by uid 500); 4 Jul 2011 15:47:18 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 80917 invoked by uid 500); 4 Jul 2011 15:47:18 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 80909 invoked by uid 99); 4 Jul 2011 15:47:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 15:47:17 +0000 X-ASF-Spam-Status: No, hits=-1.4 required=5.0 tests=RCVD_IN_DNSWL_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaiod-ooo-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 15:47:09 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QdlMG-0001I2-Ne for ooo-dev@incubator.apache.org; Mon, 04 Jul 2011 17:46:48 +0200 Received: from 31.18.74.110 ([31.18.74.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 17:46:48 +0200 Received: from mst by 31.18.74.110 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 17:46:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ooo-dev@incubator.apache.org From: Michael Stahl Subject: Re: Try to build OOo , but meet error...... Date: Mon, 04 Jul 2011 17:46:36 +0200 Lines: 32 Message-ID: References: <20110704141715.GE7821@ulungele.erack.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 31.18.74.110 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 In-Reply-To: <20110704141715.GE7821@ulungele.erack.de> X-Virus-Checked: Checked by ClamAV on apache.org On 04.07.2011 16:17, Eike Rathke wrote: > Hi L'oiseau, > > On Friday, 2011-07-01 08:07:38 +0800, L'oiseau de mer wrote: >> export CC=/opt/solstudio12.2/bin/cc >> export CXX=/opt/solstudio12.2/bin/CC > > Try without setting CC and CXX, configure should find them as > /opt/solstudio12.2/bin is in your $PATH, or if that doesn't help try > setting CC=cc and CXX=CC without paths. Some configure checks may rely > on the executable name only, without path. actually i think i've built successfully with such variables. (but surprisingly found it necessary to put the sunstudio bin dir on the PATH as well...) >> [ build LNK ] Library/libdesktop_detectorsi.so >> usage: CC [ options ] files. Use 'CC -flags' for details >> /usr/gnu/bin/cp: cannot stat >> `/UNIX-LAB/OOO340-c904c1944462/solver/340/unxsoli4.pro/workdir/LinkTarget/Library/libdesktop_detectorsi.so': >> No such file or directory >> =============================================== >> Maybe is SunCC's option is different with gcc, i want to find this >> Makefile and modify CFLAGS, the error message doesn't tell much. (cd vcl && gmake -r) should give the full command that failed. regards, michael