site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=PbuOql3Iyw+964pEtzMgZyb/AKYqisA0kAT4mI9GkOQ=; b=bJEliJGEXEb6zkgv+9zXkCFAEestMXJFdaUTa61MAbM3xyncWkjyFiT2iq44Cl22I7 mOMYJKcS4tzaZULs3hQJNXsr4PRqJal87htUDnovx24jc43wgOqb7FIj0fua2wqjA+j4 NwOXKFEGLmw6ToSaYNeFng2Sn5ccz2ApzttQE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=PJvCh8YiV3833pUe8tePhwtBfWAD+D1gYlIzEZE+PpnKS2NxdczZzcn/o5zvaQPoGJ 9d/T6OQfreA7TTzCuD1WylPr2PfNen2838dVHCjai7uP6dzD7GcnaANxEqg4lZi0knuW lDgyES1QSoyt2XXGGjuvX/IDvP/jhHr9A+KDs= What I'm trying to do is to compile an open-source project under Mac OS; in particular, there is no need to run any installation scripts, to compile, only the gcc C compiler is required. Although the project supports both Linux and FreeBSD systems, however, on the latter it runs into this kind of error: -Tmp-//ccYQ9y4o.s:1073:Ignoring attempt to re-define symbol. make[2]: *** [obj_native/uaodv.o] Error 1 make[2]: Target `all' not remade because of errors. Any hints would be well-appreciated. Giorgio Mac OS 10.5.8 gcc version 4.2.1 (Apple build 5577) Using built-in specs. Target: i686-apple-darwin9 _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... The error couldn't be on the file's source code, because the very same runs whit no problems on Linux (gcc version 4.2.4). This email sent to site_archiver@lists.apple.com