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: Thu, 9 Jan 2020 12:26:05 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

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

Thanks ;-)! I think I see the problem.

>From your previous post (libraries Ghostscript links to on your system), I see
that the X11 libraries are under `/opt/X11/lib'. Can you try adding this line
just after the `echo' commands and before the `if $$CC ...' (line 889
<http://git.savannah.nongnu.org/cgit/reproduce.git/tree/reproduce/software/make/high-level.mk?id=08efcf9c#n889>)


export LDFLAGS="$$LDFLAGS -L/opt/X11/lib"


It should work after this. It won't be a problem on GNU/Linux systems (because
the library will be found before reaching the end, and generally, this
directory doesn't exist there, so it will just be ignored).

    _______________________________________________________

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]