=> Bootstrap dependency digest>=20010302: found digest-20160304 => Checksum SHA1 OK for sdcc-src-2.8.0.tar.bz2 => Checksum RMD160 OK for sdcc-src-2.8.0.tar.bz2 => Checksum SHA512 OK for sdcc-src-2.8.0.tar.bz2 ===> Installing dependencies for sdcc-2.8.0nb9 => Tool dependency bison>=1.0: found bison-3.0.4nb3 => Tool dependency gmake>=3.81: found gmake-4.1nb4 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency gputils-[0-9]*: found gputils-1.5.0 => Full dependency perl>=5.0: found perl-5.26.2 => Full dependency boehm-gc>=7.4: found boehm-gc-7.6.4nb2 => Full dependency readline>=6.0: found readline-7.0 ===> Overriding tools for sdcc-2.8.0nb9 ===> Extracting for sdcc-2.8.0nb9 ===> Patching for sdcc-2.8.0nb9 => Applying pkgsrc patches for sdcc-2.8.0nb9 ===> Creating toolchain wrappers for sdcc-2.8.0nb9 ===> Configuring for sdcc-2.8.0nb9 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version checking for gawk... /usr/bin/awk checking version of the package... 2.8.0 2.8.0 checking for x86_64-unknown-freebsd11-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users checking for x86_64-unknown-freebsd11-ranlib... no checking for ranlib... ranlib checking for autoconf... autoconf checking for strip... strip checking for as... as checking for cp... /bin/cp checking for flex... /usr/bin/lex checking for bison... /usr/pkg/bin/bison -y checking for strerror... yes checking for vsnprintf... yes checking for snprintf... yes checking for vsprintf... yes checking for mkstemp... yes checking whether preprocessor accepts -MM or -M... -MM checking whether clang accepts -ggdb... (cached) no checking whether clang accepts -pipe... yes checking return type of signal handlers... void checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking whether char is unsigned... no checking type name for byte... char checking type name for word... short checking type name for dword... int checking whether host machine byte ordering is bigendian... no configure: creating ./config.status config.status: creating doc/Makefile config.status: creating src/avr/Makefile config.status: creating src/ds390/Makefile config.status: creating device/lib/ds390/Makefile config.status: creating src/ds400/Makefile config.status: creating device/lib/ds400/Makefile config.status: creating src/hc08/Makefile config.status: creating as/hc08/Makefile config.status: creating as/link/hc08/Makefile config.status: creating device/lib/hc08/Makefile config.status: creating src/mcs51/Makefile config.status: creating as/mcs51/Makefile config.status: creating as/link/mcs51/Makefile config.status: creating device/lib/mcs51/Makefile config.status: creating device/lib/small/Makefile config.status: creating device/lib/medium/Makefile config.status: creating device/lib/large/Makefile config.status: creating src/pic/Makefile config.status: creating src/pic16/Makefile config.status: creating src/xa51/Makefile config.status: creating src/z80/Makefile config.status: creating as/Makefile config.status: creating as/z80/Makefile config.status: creating as/link/Makefile config.status: creating as/link/z80/Makefile config.status: creating device/lib/z80/Makefile config.status: creating device/lib/gbz80/Makefile config.status: creating device/lib/Makefile config.status: creating main.mk config.status: creating src/Makefile config.status: creating device/include/Makefile config.status: creating support/librarian/Makefile config.status: creating support/makebin/Makefile config.status: creating support/regression/Makefile config.status: creating support/valdiag/Makefile config.status: creating Makefile config.status: creating Makefile.common config.status: creating sdccconf.h === configuring in support/cpp2 (/var/pkgsrc/work/devel/sdcc/work/sdcc/support/cpp2) configure: running /bin/sh ./configure '--prefix=/usr/pkg' '--datadir=/usr/pkg/share/sdcc' '--docdir=/usr/pkg/share/doc/sdcc' '--build=x86_64-unknown-freebsd11' '--host=x86_64-unknown-freebsd11' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-freebsd11' 'host_alias=x86_64-unknown-freebsd11' 'CC=clang' 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'LIBS=' 'CPPFLAGS=-fdollars-in-identifiers -I/usr/pkg/include -I/usr/include' 'docdir=/usr/pkg/share/doc/sdcc' --cache-file=/dev/null --srcdir=. checking for x86_64-unknown-freebsd11-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang and cc understand -c and -o together... yes checking how to run the C preprocessor... clang -E checking for inline... inline checking for built-in _Bool... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking execution character set... ASCII checking whether make sets $(MAKE)... yes checking whether a default assembler was specified... no checking whether a default linker was specified... no checking for gawk... /usr/bin/awk checking whether ln works... yes checking whether ln -s works... yes checking for x86_64-unknown-freebsd11-ranlib... no checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c -o pbulk -g users checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for working stdbool.h... yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for CHAR_BIT... yes checking byte ordering... little-endian checking for mktemp... yes checking for strip... strip checking for preprocessor stringizing operator... yes checking for clock... yes checking for strsignal... yes checking for strchr... yes checking for strrchr... yes checking for lstat... yes checking for ssize_t... yes checking for getpagesize... yes checking for working mmap from /dev/zero... yes checking for working mmap with MAP_ANON(YMOUS)... yes checking for working mmap of a file... yes checking whether getenv is declared... no checking whether abort is declared... no checking whether strsignal is declared... no checking whether errno is declared... no checking whether malloc is declared... no checking whether realloc is declared... no checking whether calloc is declared... no checking whether free is declared... no checking whether clock is declared... no checking if mkdir takes one argument... no checking what assembler to use... checking what nm to use... checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating auto-host.h config.status: executing default commands === configuring in support/packihx (/var/pkgsrc/work/devel/sdcc/work/sdcc/support/packihx) configure: running /bin/sh ./configure '--prefix=/usr/pkg' '--datadir=/usr/pkg/share/sdcc' '--docdir=/usr/pkg/share/doc/sdcc' '--build=x86_64-unknown-freebsd11' '--host=x86_64-unknown-freebsd11' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-freebsd11' 'host_alias=x86_64-unknown-freebsd11' 'CC=clang' 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'LIBS=' 'CPPFLAGS=-fdollars-in-identifiers -I/usr/pkg/include -I/usr/include' 'docdir=/usr/pkg/share/doc/sdcc' --cache-file=/dev/null --srcdir=. checking for x86_64-unknown-freebsd11-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking type name for byte... char checking type name for word... short configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in sim/ucsim (/var/pkgsrc/work/devel/sdcc/work/sdcc/sim/ucsim) configure: running /bin/sh ./configure '--prefix=/usr/pkg' '--datadir=/usr/pkg/share/sdcc' '--docdir=/usr/pkg/share/doc/sdcc' '--build=x86_64-unknown-freebsd11' '--host=x86_64-unknown-freebsd11' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-freebsd11' 'host_alias=x86_64-unknown-freebsd11' 'CC=clang' 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'LIBS=' 'CPPFLAGS=-fdollars-in-identifiers -I/usr/pkg/include -I/usr/include' 'docdir=/usr/pkg/share/doc/sdcc' --cache-file=/dev/null --srcdir=. checking for gawk... /usr/bin/awk checking version of the package... 0.5.4 checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking how to run the C++ preprocessor... clang++ -E checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users checking for x86_64-unknown-freebsd11-ranlib... no checking for ranlib... ranlib checking for strip... strip checking build system type... x86_64-unknown-freebsd11 checking host system type... x86_64-unknown-freebsd11 checking for x86_64-unknown-freebsd11-gcc... clang checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse nm output... ok checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for x86_64-unknown-freebsd11-ranlib... ranlib checking for x86_64-unknown-freebsd11-strip... (cached) strip checking for objdir... .libs checking for clang option to produce PIC... -fPIC checking if clang PIC flag -fPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.lo... yes checking if clang supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking dynamic linker characteristics... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for flex... /usr/bin/lex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... /usr/pkg/bin/bison -y checking for bison++... : checking for ANSI C header files... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for unistd.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for dlfcn.h... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which header file defines FD_ macros... checking for socket in -lsocket... no checking for xdr_short in -lnsl... no checking for dlopen in -ldl... yes checking for panel_above in -lpanel... yes checking for vprintf... yes checking for _doprnt... no checking for vsnprintf... yes checking for _vsnprintf... no checking for vasprintf... yes checking for strlen... yes checking for strcpy... yes checking for strcat... yes checking for strstr... yes checking for strcmp... yes checking for strerror... yes checking for strtok... yes checking for strdup... yes checking for strchr... yes checking for memcpy... yes checking for fgets... yes checking for yylex... no checking whether scanf knows %a... no checking whether getcwd is GNUish... no checking for type of length pointer parameter of accept... socklen_t checking whether host machine byte ordering is bigendian... no checking whether preprocessor accepts -MM or -M... -MM checking whether clang++ accepts -ggdb... yes checking whether clang++ accepts -gstabs... no checking whether clang++ accepts -pipe... yes checking whether clang++ accepts and doesn't ignore -fPIC... yes checking return type of signal handlers... void checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking type name for byte... char checking type name for word... short checking type name for dword... int configure: creating ./config.status config.status: creating Makefile config.status: creating main.mk config.status: creating packages.mk config.status: creating sim.src/Makefile config.status: creating cmd.src/Makefile config.status: creating s51.src/Makefile config.status: creating avr.src/Makefile config.status: creating z80.src/Makefile config.status: creating hc08.src/Makefile config.status: creating xa.src/Makefile config.status: creating gui.src/Makefile config.status: creating gui.src/serio.src/Makefile config.status: creating doc/Makefile config.status: creating ddconfig.h === configuring in debugger/mcs51 (/var/pkgsrc/work/devel/sdcc/work/sdcc/debugger/mcs51) configure: running /bin/sh ./configure '--prefix=/usr/pkg' '--datadir=/usr/pkg/share/sdcc' '--docdir=/usr/pkg/share/doc/sdcc' '--build=x86_64-unknown-freebsd11' '--host=x86_64-unknown-freebsd11' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-freebsd11' 'host_alias=x86_64-unknown-freebsd11' 'CC=clang' 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'LIBS=' 'CPPFLAGS=-fdollars-in-identifiers -I/usr/pkg/include -I/usr/include' 'docdir=/usr/pkg/share/doc/sdcc' --cache-file=/dev/null --srcdir=. checking for x86_64-unknown-freebsd11-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for GNU Readline library -lreadline.dll... no checking for GNU Readline library -lreadline... yes checking for x86_64-unknown-freebsd11-gcc... (cached) clang checking whether we are using the GNU C compiler... (cached) yes checking whether clang accepts -g... (cached) yes checking for clang option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... clang -E checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users checking for x86_64-unknown-freebsd11-ranlib... no checking for ranlib... ranlib checking for autoconf... autoconf checking for strip... strip checking for as... as checking for cp... /bin/cp checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for socket in -lsocket... no checking for xdr_short in -lnsl... no checking whether preprocessor accepts -MM or -M... -MM checking whether clang accepts -ggdb... (cached) no checking whether clang accepts -pipe... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in device/lib/pic (/var/pkgsrc/work/devel/sdcc/work/sdcc/device/lib/pic) configure: running /bin/sh ./configure '--prefix=/usr/pkg' '--datadir=/usr/pkg/share/sdcc' '--docdir=/usr/pkg/share/doc/sdcc' '--build=x86_64-unknown-freebsd11' '--host=x86_64-unknown-freebsd11' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-freebsd11' 'host_alias=x86_64-unknown-freebsd11' 'CC=clang' 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'LIBS=' 'CPPFLAGS=-fdollars-in-identifiers -I/usr/pkg/include -I/usr/include' 'docdir=/usr/pkg/share/doc/sdcc' --cache-file=/dev/null --srcdir=. checking for gpasm... gpasm checking for gplink... gplink checking for gplib... gplib checking for rm... /bin/rm checking for cp... /bin/cp checking for mv... /bin/mv checking for ls... /bin/ls checking for sed... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for mkdir... /bin/mkdir -p checking for rmdir... /bin/rmdir checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile.common config.status: creating libdev/Makefile config.status: creating libsdcc/Makefile config.status: creating libm/Makefile === configuring in device/lib/pic16 (/var/pkgsrc/work/devel/sdcc/work/sdcc/device/lib/pic16) configure: running /bin/sh ./configure '--prefix=/usr/pkg' '--datadir=/usr/pkg/share/sdcc' '--docdir=/usr/pkg/share/doc/sdcc' '--build=x86_64-unknown-freebsd11' '--host=x86_64-unknown-freebsd11' '--mandir=/usr/pkg/man' 'build_alias=x86_64-unknown-freebsd11' 'host_alias=x86_64-unknown-freebsd11' 'CC=clang' 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'LIBS=' 'CPPFLAGS=-fdollars-in-identifiers -I/usr/pkg/include -I/usr/include' 'docdir=/usr/pkg/share/doc/sdcc' --cache-file=/dev/null --srcdir=. checking for gpasm... gpasm checking for gplink... gplink checking for gplib... gplib checking for rm... /bin/rm checking for cp... /bin/cp checking for mv... /bin/mv checking for ls... /bin/ls checking for sed... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for mkdir... /bin/mkdir -p checking for rm... /bin/rmdir checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile.common config.status: creating debug/Makefile config.status: creating debug/gstack/Makefile config.status: creating libc/Makefile config.status: creating libc/ctype/Makefile config.status: creating libc/delay/Makefile config.status: creating libc/stdio/Makefile config.status: creating libc/stdlib/Makefile config.status: creating libc/string/Makefile config.status: creating libc/utils/Makefile config.status: creating libdev/Makefile config.status: creating libio/Makefile config.status: creating libio/adc/Makefile config.status: creating libio/i2c/Makefile config.status: creating libio/usart/Makefile config.status: creating libm/Makefile config.status: creating libsdcc/Makefile config.status: creating libsdcc/char/Makefile config.status: creating libsdcc/fixed16x16/Makefile config.status: creating libsdcc/float/Makefile config.status: creating libsdcc/gptr/Makefile config.status: creating libsdcc/int/Makefile config.status: creating libsdcc/long/Makefile config.status: creating libsdcc/lregs/Makefile config.status: creating libsdcc/stack/Makefile config.status: creating startup/Makefile sdcc 2.8.0 is now configured for Build: x86_64-unknown-freebsd11 Host: x86_64-unknown-freebsd11 Source directory: . C compiler: clang CFLAGS: -pipe -O2 -I/usr/pkg/include -I/usr/include ENABLED Ports: avr yes ds390 yes ds400 yes gbz80 yes hc08 yes mcs51 yes pic yes pic16 yes xa51 yes z80 yes Disable packihx: 0 Disable ucsim: 0 Disable device lib: 0 Disable sdcpp: 0 Disable sdcdb: 0 Enable documentation: 0 Enable libgc: 0 Install paths: binary files: ${prefix} include files: /usr/pkg/share/sdcc/sdcc/include library files: /usr/pkg/share/sdcc/sdcc/lib documentation: /usr/pkg/share/doc/sdcc prefix: /usr/pkg datadir: /usr/pkg/share/sdcc datarootdir: ${prefix}/share Search paths (incomplete, see manual for all search paths): binary files: $SDCC_HOME/bin include files: /share/sdcc/sdcc/include path(argv[0])/../share/sdcc/sdcc/include /usr/pkg/share/sdcc/sdcc/include library files: $SDCC_HOME/share/sdcc/sdcc/lib/ path(argv[0])/../share/sdcc/sdcc/lib/ /usr/pkg/share/sdcc/sdcc/lib/