pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/38964: lang/pcc fails to install after building from source



Hello,

On Mon, Jun 16, 2008 at 8:10 PM, Jeremy C. Reed <reed%reedmedia.net@localhost> 
wrote:
>  This is known. The binaries aren't built earlier.
>
>  On some systems it works and sometimes it doesn't. Here it is:
>
>  SUBDIR=cc cpp ccom
>
>  all: ${SUBDIR}
>
>  install:
>         cd cc && ${MAKE} install
>         cd cpp && ${MAKE} install
>         cd ccom && ${MAKE} install
>
>
>  Should it be:
>
>  all:
>        cd cc && ${MAKE}
>        cd cpp && ${MAKE}
>        cd ccom && ${MAKE}
>
>
>  instead?
>
>  What is wrong with use above?
>
>

Thank you for that. I tried to modify the Makefile, but it didn't
quite want to work for me - so I manually went into each subdirectory,
did Make, went to the top directory (/usr/pkgsrc/lang/pcc) and Make
Install and it installed just fine.


Home | Main Index | Thread Index | Old Index