pkgsrc-Users archive

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

RE: attempting bootstrap on new OS



> >> > Other vars, namely @prefix@, @CC@, @mksrc@, @default_sys_path@,
> >> > @LIBOBJS@, and @LIBS@, are unchanged.  I'm not sure why...
> >>
> >> Could you check Minix/config.sub?
> >> It contains following line?
> >>
> >> S["LIBS"]=""
> >
> > Cannot find a Minix/config.sub anywhere...
> 
> Oops... it's config.status.

# grep -10 LIBS work/bmake/Minix/config.status
S["dvidir"]="${docdir}"
S["pdfdir"]="${docdir}"
S["psdir"]="${docdir}"
S["libdir"]="${exec_prefix}/lib"
S["localedir"]="${datarootdir}/locale"
S["mandir"]="${datarootdir}/man"
S["DEFS"]="-DHAVE_CONFIG_H"
S["ECHO_C"]=""
S["ECHO_N"]="-n"
S["ECHO_T"]=""
S["LIBS"]=""
S["build_alias"]=""
S["host_alias"]=""
S["target_alias"]=""
S["CC"]="gcc"
S["CFLAGS"]="-g -O2"
S["LDFLAGS"]=""
S["CPPFLAGS"]=" -I/usr/pkgsrc/bootstrap/work/bmake/missing"
S["ac_ct_CC"]="gcc"
S["EXEEXT"]=""
S["OBJEXT"]="o"

So I'd think that it _should_ be getting replaced (to nothing) but it's not.  

Tim
-- 
Tim Larson
App Admin, Intercall Production Services



Home | Main Index | Thread Index | Old Index