[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: Icarus Verilog Snapshot 20040828
> I take it you are compiling into a different directory.
> Patch applied. Thanks.
Right. My cross-compiling bias shows here.
My normal approach to building software goes
something like this:
tar -xvzf ~/reference/foo-0.0.0.tar.gz
mkdir foo-0.0.0-bin
cd foo-0.0.0-bin
../foo-0.0.0/configure --prefix=$HOME
make
make install
Besides allowing for multi-architecture builds from the
same source directory, this approach makes it easy to
keep track of source modifications.
- Larry