Igor Schein on Tue, 13 Aug 2002 19:04:22 -0400 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
problem configuring under FreeBSD-4.6 |
Hi, using latest CVS, % sed -n 600,611p Configure # Which C PreProcessor ? # case "$osname" in nextstep) cppfl="-traditional-cpp" ;; freebsd) if test $PORTOBJFORMAT = "elf"; then cppfl="-DUSE_ELF" FREEBSD_ELF=1 else FREEBSD_ELF=0 fi ;; esac $PORTOBJFORMAT is nowhere defined, so test gives an error. I'm not sure what was the original intention of this piece of code, and I've never used FreeBSD before. Thanks Igor