reproduce-devel
[Top][All Lists]
Advanced

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

[task #15481] X11 libraries for Ghostscript


From: Mohammad Akhlaghi
Subject: [task #15481] X11 libraries for Ghostscript
Date: Sat, 11 Jan 2020 10:20:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #9, task #15481 (project reproduce):

Oh yes! Sorry! `LDFLAGS' is used by the standard build systems which follow
standard ways of calling the C compiler that are configured with environment
variables like `LDFLAGS' or `CPPFLAGS'.

But here, we aren't using those build systems, we are manually calling the C
compiler directly. So, to fix the problem, you should add the `$$LDFLAGS' to
the command that calls the C compiler (`$$CC'). 

In short line 894
<http://git.savannah.nongnu.org/cgit/reproduce.git/tree/reproduce/software/make/high-level.mk?id=08efcf9c3#n894>
should become like this:


if $$CC $$LDFLAGS $$cprog -o$$oprog -lXt -lSM -lICE -lXext; then


Let me know how it goes ;-). 

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15481>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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