[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error
From: |
John Darrington |
Subject: |
Re: error |
Date: |
Sat, 12 Dec 2020 16:54:46 +0100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
So you have :
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
which suggest that this rogue string is coming from one of the variables
$(AM_CPPFLAGS) (CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Try printing the values of those and then work backwards to find out where
the bad one is getting set.
J'
On Sat, Dec 12, 2020 at 03:39:04PM +0000, Harry Thijssen wrote:
when in the gl directory,
grep -e '-oO' Makefile
gives me nothing
I attached the Makefile.
Op za 12 dec. 2020 om 14:53 schreef John Darrington <
john@darrington.wattle.id.au>:
> On Sat, Dec 12, 2020 at 02:27:08PM +0100, Harry Thijssen wrote:
> Hi
>
> It is on a from scratch fresh installed virtual machine. So nothing
> available from earlier compilations. And no traces of
> earlier installations.
> In fact it is an upgrade from my procedures, not from an
environment.
>
> I have no clue where it comes from.
>
> You need to investiage this "-o0" is surely the culprit. As a first line
> of
> investigation try grepping gl/Makefile for this string.
>
> J'
>
- error, Harry Thijssen, 2020/12/12
- Re: error, Ben Pfaff, 2020/12/12
- Re: error, John Darrington, 2020/12/12
- Re: error, Harry Thijssen, 2020/12/12
- Re: error, John Darrington, 2020/12/12
- Re: error, Harry Thijssen, 2020/12/12
- Re: error,
John Darrington <=
- Re: error, Harry Thijssen, 2020/12/12
- Re: error, John Darrington, 2020/12/12
- Re: error, Ben Pfaff, 2020/12/13
- Re: error, Harry Thijssen, 2020/12/13