From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 7F2E521731 for ; Wed, 8 May 2024 23:43:24 +0200 (CEST) Received: from sirjofri.de ([5.45.105.127]) by 9front; Wed May 8 17:40:58 -0400 2024 Received: from dummy.faircode.eu ([95.90.217.91]) by sirjofri.de; Wed May 8 23:40:55 +0200 2024 Date: Wed, 8 May 2024 23:40:55 +0200 (GMT+02:00) From: sirjofri To: 9front@9front.org Message-ID: In-Reply-To: References: <94909FDAB9454C00B8D7ECE0602C3978@wopr.sciops.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: immutable firewall YAML over ORM wrapper DOM optimizer Subject: Re: [9front] Linking error while porting Reply-To: 9front@9front.org Precedence: bulk Hi all, probably the last follow-up on this thread, and you are a great help. For those following this: it seems to be related to the const type specifier. The simple "solution" is: #define const In my code I did (puzzles.h): #ifdef __plan9__ #define const #endif And I get a fully linked program. Now I can start porting. sirjofri