| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
April 03, 2010 Re: Need help fixing "The linker can't handle *.d.obj" issue | ||||
|---|---|---|---|---|
| ||||
Daniel Ribeiro Maciel Wrote: > Hey guys! > > The linker can't handle *.d.obj files: > > http://d.puremagic.com/issues/show_bug.cgi?id=2886 > > I really need this issue fixed, so can any of you guys point me in the right direction? Where can I find its source code and where to begin and stuff... > > It is really ruining my CMake building scripts. > > Best Regards, > Daniel If using CMake, you can get it solved by setting this switch CMAKE_<LANG>_OUTPUT_EXTENSION in CMake. I am using this SET(CMAKE_D_OUTPUT_EXTENSION_REPLACE 1) in CMakeDCompiler.cmake.in for CMakeD. Hope this useful. Sorry for that not being sure whether this switch is working | ||||
April 03, 2010 Re: Need help fixing "The linker can't handle *.d.obj" issue | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Heromyth | Hey, thanks a lot, I'm gonna try that!
Heromyth Wrote:
> Daniel Ribeiro Maciel Wrote:
>
> > Hey guys!
> >
> > The linker can't handle *.d.obj files:
> >
> > http://d.puremagic.com/issues/show_bug.cgi?id=2886
> >
> > I really need this issue fixed, so can any of you guys point me in the right direction? Where can I find its source code and where to begin and stuff...
> >
> > It is really ruining my CMake building scripts.
> >
> > Best Regards,
> > Daniel
>
> If using CMake, you can get it solved by setting this switch
> CMAKE_<LANG>_OUTPUT_EXTENSION
> in CMake.
>
> I am using this
> SET(CMAKE_D_OUTPUT_EXTENSION_REPLACE 1)
> in CMakeDCompiler.cmake.in for CMakeD. Hope this useful.
>
> Sorry for that not being sure whether this switch is working
| |||
April 07, 2010 Re: Need help fixing "The linker can't handle *.d.obj" issue | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Daniel Ribeiro Maciel | Funny, I couldn't get that to work. I put both variables in my CMakeDCompiler.cmake.in. =[
Daniel Ribeiro Maciel Wrote:
> Hey, thanks a lot, I'm gonna try that!
>
> Heromyth Wrote:
>
> > Daniel Ribeiro Maciel Wrote:
> >
> > > Hey guys!
> > >
> > > The linker can't handle *.d.obj files:
> > >
> > > http://d.puremagic.com/issues/show_bug.cgi?id=2886
> > >
> > > I really need this issue fixed, so can any of you guys point me in the right direction? Where can I find its source code and where to begin and stuff...
> > >
> > > It is really ruining my CMake building scripts.
> > >
> > > Best Regards,
> > > Daniel
> >
> > If using CMake, you can get it solved by setting this switch
> > CMAKE_<LANG>_OUTPUT_EXTENSION
> > in CMake.
> >
> > I am using this
> > SET(CMAKE_D_OUTPUT_EXTENSION_REPLACE 1)
> > in CMakeDCompiler.cmake.in for CMakeD. Hope this useful.
> >
> > Sorry for that not being sure whether this switch is working
>
| |||
April 07, 2010 Re: Need help fixing "The linker can't handle *.d.obj" issue | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Daniel Ribeiro Maciel | Aww... Nevermind, it worked. Silly me, forgot to clean CMake cache. Thanks a lot!
Daniel Ribeiro Maciel Wrote:
> Funny, I couldn't get that to work. I put both variables in my CMakeDCompiler.cmake.in. =[
>
> Daniel Ribeiro Maciel Wrote:
>
> > Hey, thanks a lot, I'm gonna try that!
> >
> > Heromyth Wrote:
> >
> > > Daniel Ribeiro Maciel Wrote:
> > >
> > > > Hey guys!
> > > >
> > > > The linker can't handle *.d.obj files:
> > > >
> > > > http://d.puremagic.com/issues/show_bug.cgi?id=2886
> > > >
> > > > I really need this issue fixed, so can any of you guys point me in the right direction? Where can I find its source code and where to begin and stuff...
> > > >
> > > > It is really ruining my CMake building scripts.
> > > >
> > > > Best Regards,
> > > > Daniel
> > >
> > > If using CMake, you can get it solved by setting this switch
> > > CMAKE_<LANG>_OUTPUT_EXTENSION
> > > in CMake.
> > >
> > > I am using this
> > > SET(CMAKE_D_OUTPUT_EXTENSION_REPLACE 1)
> > > in CMakeDCompiler.cmake.in for CMakeD. Hope this useful.
> > >
> > > Sorry for that not being sure whether this switch is working
> >
>
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply