Thread overview | |||||
---|---|---|---|---|---|
|
April 07, 2003 Path separator confusion in linker | ||||
---|---|---|---|---|
| ||||
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 Re: Path separator confusion in linker | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | "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 Re: Path separator confusion in linker | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | 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. > > |
Copyright © 1999-2021 by the D Language Foundation