From nobody Thu Aug 29 06:56:54 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WvXBy1WT6z52bYB for ; Thu, 29 Aug 2024 06:56:58 +0000 (UTC) (envelope-from cryintothebluesky@gmail.com) Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WvXBx39wWz4vL9 for ; Thu, 29 Aug 2024 06:56:57 +0000 (UTC) (envelope-from cryintothebluesky@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-wm1-x333.google.com with SMTP id 5b1f17b1804b1-4281ca54fd3so2562715e9.2 for ; Wed, 28 Aug 2024 23:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1724914616; x=1725519416; darn=freebsd.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=YNnJtWfYzpB9+pLKoxIPzQPIIwIXW5JzQyQZ/qwESbQ=; b=QNxtrnItSZh8N2LVZMSfGqwW8uDXzC1coD1hwYr/SUwXfGuoOMfaDzSxvwNfFhgS2r wtVxZV2Po0msitYxlyTBIS8xYIcpuq8hPUqN+1vEAElw9wNIU7VZsAe41genpeDSyabp 5GBcwHXSOFBv40GhUFeHBF7IdtkkpmAFcCd22pTFEhENHaliX9V7PnlT8Wd3oJ0+JRYD Br7ij0r64ZNWWAVB1rE/Lur8wv4W+fiPdBVxjXMhqtZ7Vu21L98d3sjB8TktCkbUa6EP bzNaY0MSsbYXwmEkdT8R0h5/lvNWcsg6TuiuMuaQ/GF63r+TFJN1lpnZZb1wLl6yLbIG s8eQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1724914616; x=1725519416; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YNnJtWfYzpB9+pLKoxIPzQPIIwIXW5JzQyQZ/qwESbQ=; b=rNA8ABGnJZ0WkUITDiLFoqmuozqyuB6SIvZH9I/vxtLUiIiR2KB//7RsnSxde8drhE JiBSEger4i+PeLuBcy1nKqzcSgqz6j3KbKmg4IeW1HfvlNHnd9wAz5VP+bqnnvMPIQl4 qfVFj+EbIMxj1bTiVMJyF+neQe5nsdXbummrG5aUEj9DOAjQ7urISuJPOoSC9fCUtBlt 7R7IOXGi4MNt5SL/nXiycqViz99H2z0DtLu9/Z5ovBwkngpDtxum5wTs4f+1WPThKsFp krUqhsCO9LkDTQdqfAbyuJFvW4OCPgm/Z5JSBx3V5H7Z0a7fhKcSmX+fmooYDyOo6jus gFTw== X-Gm-Message-State: AOJu0YwK98a+IlAwvuqCKGrfqCUVIRdqbjJXaO1P3BJ436jPXGilDKQE TmUNNgZ2h3ksoqyJ6GB71jEloW8YEtiMkjdB7rqnWP6yCwzYFoqs X-Google-Smtp-Source: AGHT+IGYbQnuH1nTmpyJJlkbDEYFnMsiElde2mvImpCr3ni7UaQ9n6fyjFG+Esjc2l7yCJpKvg5HzQ== X-Received: by 2002:adf:fb4f:0:b0:368:7f4f:9ead with SMTP id ffacd0b85a97d-3749b531648mr1351328f8f.7.1724914615623; Wed, 28 Aug 2024 23:56:55 -0700 (PDT) Received: from z600.home.lan (206.85.199.146.dyn.plus.net. [146.199.85.206]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-42ba639643esm41665595e9.1.2024.08.28.23.56.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Aug 2024 23:56:55 -0700 (PDT) Date: Thu, 29 Aug 2024 07:56:54 +0100 From: Sad Clouds To: Ed Alley Cc: freebsd-questions@freebsd.org Subject: Re: Why clang and ld.lld? Message-Id: <20240829075654.ef4502ea5fdcb2bb141dcdd7@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US] X-Rspamd-Queue-Id: 4WvXBx39wWz4vL9 On Wed, 28 Aug 2024 18:28:32 -0700 Ed Alley wrote: > To top it off I can't seem to get gcc to compile nor am I able to > get the old gnu BFD loader to compile. I think there is GCC package in FreeBSD ports. Have you tried installing that? No need to build the compiler yourself.