[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #56904] weird linewidth marker after printing
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #56904] weird linewidth marker after printing |
Date: |
Mon, 16 Sep 2019 13:09:16 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 |
Follow-up Comment #4, bug #56904 (project octave):
Yes, on my distribution (debian stretch) I also have gl2ps 1.3.9, so I had to
compile gl2ps my self, install it (in /opt in my case), and then recompile
Octave against this version.
./configure --prefix="/opt" CFLAGS="-O2 -I/opt/include" CXXFLAGS="-O2
-I/opt/include" LDFLAGS="-L/opt/lib -lgl2ps"
make
make install
In order to have Octave pick the right library, I also made an alias in my
.bashrc:
alias octave="LD_LIBRARY_PATH=/opt/lib LD_PRELOAD=/opt/lib/libgl2ps.so
octave"
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56904>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/