﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	phab_field
1179	Warnings building Premake on OS X	historic_bruno		"I get the following warnings running `./update-workspaces.sh` with Apple's ''Command Line Tools for Xcode - February 2012'':
{{{
Linking Premake4
clang: warning: argument unused during compilation: '-rdynamic'
ld: warning: option -s is obsolete and being ignored
}}}

The `ld` warning is not new, but seems the more serious, if that option gets removed in the future it would turn into an error. I don't know if that will happen since it would break compatibility. From the `ld` manpage on OSX:
{{{
     -s          Completely strip the output, including removing the sym-
                 bol table.  This file format variant is no longer sup-
                 ported.  This option is obsolete.
}}}
Doesn't seem like an especially useful option anyway :)

Is it possible to generate the contents of `premake4\build\gmake.unix` for each OS? FreeBSD even encounters an error building Premake, as there's no libdl (the `-ldl` linker flag causes an error). It seems best if we don't assume a single ""Unix"" build is good enough because there are a variety of conflicting situations."	defect	new	Nice to Have	Backlog	Build & Packages		osx,ld	Yves	
