Thread overview
Path separator confusion in linker
Apr 07, 2003
Matthew Wilson
Apr 07, 2003
Walter
Apr 07, 2003
Matthew Wilson
April 07, 2003
The compiler works fine with / as well as \, whereas the linker does not. This is ... hours later ... somewhat of a confounding contradiction. :(


April 07, 2003
"Matthew Wilson" <dmd@synesis.com.au> wrote in message news:b6r6j4$vrg$1@digitaldaemon.com...
> The compiler works fine with / as well as \, whereas the linker does not. This is ... hours later ... somewhat of a confounding contradiction. :(

That's another artifact of following the Microsoft convention of using / for switches. Optlink is command compatible with most Microsoft linkers.


April 07, 2003
IC.

I can live with it.

:)

"Walter" <walter@digitalmars.com> wrote in message news:b6sjm5$crt$3@digitaldaemon.com...
>
> "Matthew Wilson" <dmd@synesis.com.au> wrote in message news:b6r6j4$vrg$1@digitaldaemon.com...
> > The compiler works fine with / as well as \, whereas the linker does
not.
> > This is ... hours later ... somewhat of a confounding contradiction. :(
>
> That's another artifact of following the Microsoft convention of using /
for
> switches. Optlink is command compatible with most Microsoft linkers.
>
>