stdout does not work in GDC

Iain Buclaw ibuclaw at gdcproject.org
Mon May 27 08:10:08 UTC 2019


On Mon, 27 May 2019 at 09:15, D_Boy via D.gnu <d.gnu at puremagic.com> wrote:
>
> On Thursday, 23 May 2019 at 17:39:32 UTC, Iain Buclaw wrote:
> > And what happens when you compile with -static-libphobos?
> >
> > This confirms whether you are indeed linking against the wrong
> > library or not.
>
> gdc main.d -static -libphobos -o main
>
> /usr/bin/ld: cannot find -libphobos
> collect2: error: ld returned 1 exit status

Where did the space come from between static and -libphobos? :-)

-- 
Iain


More information about the D.gnu mailing list