Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Jun 2002 19:16:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Jun 2002 19:16:57 -0400 Received: from rtlab.med.cornell.edu ([140.251.145.175]:52868 "HELO openlab.rtlab.org") by vger.kernel.org with SMTP id ; Tue, 25 Jun 2002 19:16:56 -0400 Date: Tue, 25 Jun 2002 19:16:58 -0400 (EDT) From: "Calin A. Culianu" X-X-Sender: To: Subject: EXPORT_SYMTAB, or Is "this_object_must_be_defined_as_export_objs_in_the_Makefile" annoying to anyone? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 621 Lines: 17 I am not sure for the reasoning behind it, but it seems that newer 2.4 kernels require the additional -DEXPORT_SYMTAB be defined for any code one wants to build as a module (if that module exports symbols). Needless to say this breaks a lot of (non-kernel-tree) modules that would otherwise have been compiling without problems. What is the rationale behind this? -Calin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/