pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error


From: Harry Thijssen
Subject: Re: error
Date: Sat, 12 Dec 2020 17:17:49 +0000

It seems this is beyond my skills.

How can I print them? I don't see them with "printenv"

Stay save

Op za 12 dec. 2020 om 15:54 schreef John Darrington <john@darrington.wattle.id.au>:
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'
     >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]