[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB Install



> What version of pcb?  Is it one of the snapshots or from cvs?
> 
> Can you send a log of the build and install?  For example
> 
> if you're using csh/tcsh:
> 
> ./configure |& tee m.log
> make |& tee -a m.log
> make install |& tee -a m.log
> 
> if you're using bash/sh:
> 
> ./configure 2>&1 | tee m.log
> make 2>&1 | tee -a m.log
> make install 2>&1 | tee -a m.log
> 
> and send or post the file m.log.
> 
> -Dan
> 
> 
Dan,

The snapshot I am trying to build and install is pcb-20040530. I made a log of the build and install and placed it on:

http://members.cox.net/enist/m.log 

Thank you for looking into this.

Eric