Re: Passing arguments into LDFLAGS

2010-09-23 Thread Roland McGrath
As I said before, this is almost certainly the wrong fix. If you share your code already, you will get the help you need quickly. As long as you don't, and just ask over-specific questions rather than let people see the context to help you properly, you will get only frustration. Thanks,

Passing arguments into LDFLAGS

2010-09-22 Thread Paul F. Johnson
Hi, I know I can do the likes of export CFLAGS=$CFLAGS -blah and it will pass whatever CFLAGS is plus the argument -blah to the compiler. How do I do this with LDFLAGS. I'm trying to pass --build-id using export LDFLAGS=$LDFLAGS --build-id It's about the only way I can get mono to build

Re: Passing arguments into LDFLAGS

2010-09-22 Thread Ralf Corsepius
On 09/22/2010 02:08 PM, Paul F. Johnson wrote: Hi, I know I can do the likes of export CFLAGS=$CFLAGS -blah and it will pass whatever CFLAGS is plus the argument -blah to the compiler. How do I do this with LDFLAGS. Depends on a build-system's internals. I'm trying to pass --build-id

Re: Passing arguments into LDFLAGS

2010-09-22 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/22/2010 08:08 AM, Paul F. Johnson wrote: Hi, I know I can do the likes of export CFLAGS=$CFLAGS -blah and it will pass whatever CFLAGS is plus the argument -blah to the compiler. How do I do this with LDFLAGS. I'm trying to pass

Re: Passing arguments into LDFLAGS

2010-09-22 Thread Garrett Holmstrom
Stephen Gallagher wrote: On 09/22/2010 08:08 AM, Paul F. Johnson wrote: I know I can do the likes of export CFLAGS=$CFLAGS -blah and it will pass whatever CFLAGS is plus the argument -blah to the compiler. How do I do this with LDFLAGS. I'm trying to pass --build-id using export