[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking in C++ mode
From: |
John Levon |
Subject: |
Re: Linking in C++ mode |
Date: |
Thu, 14 Nov 2002 19:16:47 +0000 |
User-agent: |
Mutt/1.3.25i |
On Thu, Nov 14, 2002 at 12:40:29PM +0100, Alexandre Duret-Lutz wrote:
> You can override the LINK command on a per-program basis:
>
> foo_LINK = $(CXX) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Works a treat. Thanks a lot.
regards
john
--
Khendon's Law: If the same point is made twice by the same person,
the thread is over.
- Re: Linking in C++ mode, (continued)
- Re: Linking in C++ mode, Earnie Boyd, 2002/11/10
- Re: Linking in C++ mode, John Levon, 2002/11/10
- Re: Linking in C++ mode, Ralf Corsepius, 2002/11/10
- Re: Linking in C++ mode, Ralf Corsepius, 2002/11/10
- Re: Linking in C++ mode, John Levon, 2002/11/11
- Re: Linking in C++ mode, Alexandre Duret-Lutz, 2002/11/14
- Re: Linking in C++ mode,
John Levon <=