From owner-freebsd-ports@FreeBSD.ORG Sat Dec 27 13:10:30 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 958831065670 for ; Sat, 27 Dec 2008 13:10:30 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 41F908FC1A for ; Sat, 27 Dec 2008 13:10:30 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so2600158qwb.7 for ; Sat, 27 Dec 2008 05:10:29 -0800 (PST) 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:cc:in-reply-to:mime-version:content-type:references; bh=9e24+HAnvk4/JDGyBnd5yZMiHrooLkVs4JwQBL1MoVM=; b=PcnaPUuM6xRUftY6F301VMEeiWWhBeL4BXSm8R1HCQPCIeyDshQTdEqRa+RA5ZKQV0 1YyBcuIQ4wdjz2/eGvX+EN9NvMywPldwKQQ5IwodcXbtu9Klw6I+shSbqEBGReh2R1ex tH8NlgFRI4XU2P7URYdKWoRO87/WAlR4Mnw/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=VRwbbdIT/ZawQGrZbRHM5KxSn8zxY2C1fKhmEiyN9+gC2c0pv4GFtgU8J86jOdQjAu YCLm++qcER4E/LJM/7pMy4180/PpGHjXWQgOgoMC+UDZGy7Y3/bMswP+MVrzYWFrCkT1 JonDqKtBCK4q9zp6o63YYkvK21wFwvUgUEusA= Received: by 10.214.183.17 with SMTP id g17mr10192857qaf.265.1230383429560; Sat, 27 Dec 2008 05:10:29 -0800 (PST) Received: by 10.214.43.11 with HTTP; Sat, 27 Dec 2008 05:10:29 -0800 (PST) Message-ID: <332f78510812270510x291812c3p973761815c3984b3@mail.gmail.com> Date: Sat, 27 Dec 2008 14:10:29 +0100 From: t-u-t To: "Garrett Cooper" In-Reply-To: <9268DAD1-17B4-4FCF-8A5B-8083933F4D60@gmail.com> MIME-Version: 1.0 References: <332f78510812261402m289b6130qb56e5625258fb2f2@mail.gmail.com> <4ad871310812261405k4db568bch768bb61439b8bc25@mail.gmail.com> <332f78510812261433v30ebfa82n13ec572c07e53b67@mail.gmail.com> <15A1EF0E-AFBF-403C-A351-8AFAA3EABA00@gmail.com> <332f78510812261738i549daeb3t6f8bd65c1387e119@mail.gmail.com> <20081227065709.GA54990@server.vk2pj.dyndns.org> <9268DAD1-17B4-4FCF-8A5B-8083933F4D60@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Peter Jeremy , "freebsd-ports@freebsd.org" Subject: Re: general ports problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2008 13:10:30 -0000 On Sat, Dec 27, 2008 at 9:27 AM, Garrett Cooper wrote: > On Dec 26, 2008, at 22:57, Peter Jeremy > wrote: > > On 2008-Dec-27 02:38:41 +0100, t-u-t wrote: >> >>> On Sat, Dec 27, 2008 at 12:53 AM, Garrett Cooper >>> wrote: >>> >>>> A config.log file would help too.. >>>> >>> oh, i thought that would be too long. i have attached one from a port i >>> just >>> chose at random now. >>> >> >> Unfortunately, it got deleted by mailman. Can you post one of the >> shorter logs somewhere (eg pastebin.ca). Also, what does 'gcc -V' >> report and can you manually compile (eg) a "hello world"? >> > > He's using the stock compiler and it appears that ld is screwed up because > it fires back an error when linking. I'll forward you the log in my next > email. > Thanks, > -Garrett > i tried hello world, here's the output. $ gcc -Wall hello.c -o hello /usr/bin/ld:built in linker script:2: syntax error -- ce la vie