> So: what would be helpful would be to have both your configure command > (with all arguments and options) along with the output. > Separately, it would be helpful to know what command was used to install > boost. I think that you have already provided this.
answers in reverse order: * i used "sudo port install boost" which is Mac Ports. * glad you asked to try th configure again, i realized the path i gave to boost was wrong. however, when i use the more correct path, it still doesn't quite work. ~/Documents/BitC/bitc/src go$ ./configure --with-boost=/opt/local/var/macports/software/boost/1.35.0_2/opt/local checking build system type... i386-apple-darwin8.11.1 checking host system type... i386-apple-darwin8.11.1 checking target system type... i386-apple-darwin8.11.1 checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 void *... yes checking size of void *... 4 checking For 64-bit native build... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for ccache... no checking for makeinfo... yes checking for texi2dvi... yes checking for dvips... no checking for inline... inline checking for astmaker... no checking for a sed that does not truncate output... /usr/bin/sed checking for bison... bison checking for bison version... checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking for /usr/share/osdoc... no configure: WARNING: Documentation cannot be built without OSDoc checking for /usr/share/osdoc... (cached) no checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking unicode/uchar.h usability... no checking unicode/uchar.h presence... no checking for unicode/uchar.h... no checking for boostlib >= 1.33.1... yes checking whether the Boost::System library is available... yes checking whether the Boost::Filesystem library is available... yes configure: error: Could not link against ! _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
