Re: SGI's 'make' strips -LANG:std from the link line??
From: Chris Sorenson (csoren_at_isd.net)
Date: 10/07/04
- Next message: Randolph J. Herber: "Re: Newbie (Mac Addict) interesed in SGI.?.?"
- Previous message: Chris Sorenson: "Re: SGI's 'make' strips -LANG:std from the link line??"
- In reply to: wave++: "Re: SGI's 'make' strips -LANG:std from the link line??"
- Next in thread: Erik Hofman: "Re: SGI's 'make' strips -LANG:std from the link line??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 06 Oct 2004 23:22:15 -0500
wave++ wrote:
> On 6 Oct 2004 14:25:58 -0700, Chris Sorenson wrote:
>
>>Hello
>>
>>I'm trying to use autoconf to generate makefiles for a combination C,
>>C++, and Fortran program.
>>...
>>The problem is that using autoconf's 'CXXFLAGS' variable to pass
>>'-LANG:std' to SGI's 'make' doesn't work. 'make' is stripping
>>-LANG:std from the link line!
>
>
> Or... the generated Makefile has some GNU make dialects.
> Or... autoconf is using GNU sed features to substitute the values.
Everything that gets sent off to any non-GNU platforms (we're
developing on Sun, SGI, and Linux) gets generated by the 'make dist'
target, which is supposed to be platform independant across the *nix
spectrum. Yeah right! ;)
- Next message: Randolph J. Herber: "Re: Newbie (Mac Addict) interesed in SGI.?.?"
- Previous message: Chris Sorenson: "Re: SGI's 'make' strips -LANG:std from the link line??"
- In reply to: wave++: "Re: SGI's 'make' strips -LANG:std from the link line??"
- Next in thread: Erik Hofman: "Re: SGI's 'make' strips -LANG:std from the link line??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|