Re: [AD] CMake on Mac OS X |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Applied to SVN:
-fno-common should be passed to all compiler command lines.
-flat_namespace -undefined suppress will only be passed for the Allegro
library proper.
On 2008-09-09, Peter Hull <peterhull90@xxxxxxxxxx> wrote:
> Good job you don't get charged per email, Evert ;)
>
> Well done, though!
>
> Pete
>
>
> On Tue, Sep 9, 2008 at 3:25 PM, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
> > On 9 Sep 2008, at 10:17, Evert Glebbeek wrote:
> >> have the impression that you can also pass -fno-common to the
> >> compiler (actually, I should just test that), but I have no idea
> >> which is better.
> >
> > I can confirm that this also fixes the problem for me (instead of
> > passing -single_module to the linker).
> >
> > Evert