On Fri, Sep 08, 2006 at 04:00:23PM +0200, Kees Bakker wrote: > Hi, > > I've got two environments where I want to run some tests using GHDL. > And I want to run ghdl using --PREFIX in a very similar manner. The > plan was to run with commands such as: > <somedir>/ghdl/bin/ghdl -a --PREFIX=<somedir>/ghdl/lib/ <vhdlfile> > <somedir>\ghdl\bin\ghdl -a --PREFIX=<somedir>\ghdl\lib\ <vhdlfile> > However, that sucks because on Linux the library patch is somewhere > burried deep in the tree at: > <somedir>/ghdl/lib/gcc/i686-pc-linux-gnu/4.1.1/vhdl/lib/ > > Is it possible to change that and install the library at the same > level as in Windows? You can change to install path by recompiling. You'd better to simply create a symbolic link!
Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
