Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750801AbVKRPTg (ORCPT ); Fri, 18 Nov 2005 10:19:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750813AbVKRPTf (ORCPT ); Fri, 18 Nov 2005 10:19:35 -0500 Received: from perpugilliam.csclub.uwaterloo.ca ([129.97.134.31]:42652 "EHLO perpugilliam.csclub.uwaterloo.ca") by vger.kernel.org with ESMTP id S1750834AbVKRPTe (ORCPT ); Fri, 18 Nov 2005 10:19:34 -0500 Date: Fri, 18 Nov 2005 10:19:33 -0500 To: Jan Engelhardt Cc: Giuliano Pochini , alex@alexfisher.me.uk, Linux Kernel Mailing List , "Jeff V. Merkey" , Michael Buesch Subject: Re: Would I be violating the GPL? Message-ID: <20051118151932.GH9488@csclub.uwaterloo.ca> References: <20051110191244.GG9488@csclub.uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1928 Lines: 42 On Thu, Nov 17, 2005 at 10:23:21PM +0100, Jan Engelhardt wrote: > Building for VMware Workstation 5.0.0. Well I only looked at 4.5.2 > Using 2.6.x kernel build system. > make -C /lib/modules/2.6.13-AS20/build/include/.. SUBDIRS=$PWD > SRCROOT=$PWD/. modules > CC [M] /usr/lib/vmware/modules/source/vmmon-only/linux/driver.o > CC [M] /usr/lib/vmware/modules/source/vmmon-only/linux/hostif.o > CC [M] /usr/lib/vmware/modules/source/vmmon-only/common/cpuid.o > CC [M] /usr/lib/vmware/modules/source/vmmon-only/common/hash.o > CC [M] /usr/lib/vmware/modules/source/vmmon-only/common/memtrack.o > CC [M] /usr/lib/vmware/modules/source/vmmon-only/common/phystrack.o > CC [M] /usr/lib/vmware/modules/source/vmmon-only/common/task.o > cc1plus: warning: command line option "-Wstrict-prototypes" is valid for > Ada/C/ObjC but not for C++ > cc1plus: warning: command line option > "-Werror-implicit-function-declaration" is valid for C/ObjC but not for C++ > cc1plus: warning: command line option "-Wdeclaration-after-statement" is > valid for C/ObjC but not for C++ > cc1plus: warning: command line option "-Wno-pointer-sign" is valid for > C/ObjC but not for C++ > cc1plus: warning: command line option "-Wstrict-prototypes" is valid for > Ada/C/ObjC but not for C++ > cc1plus: warning: command line option "-ffreestanding" is valid for C/ObjC > but not for C++ > include/asm/bitops.h: In function ???int find_first_bit(const long unsigned > int*, > unsigned int)???: > include/asm/bitops.h:334: warning: comparison between signed and unsigned > integer expressions > [...] Whyever is anything calling cc1plus when the file appear to all be .c? Len Sorensen - 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/