Skip to content

Instantly share code, notes, and snippets.

@boegel
Created April 5, 2011 13:24
Show Gist options
  • Save boegel/903572 to your computer and use it in GitHub Desktop.
Save boegel/903572 to your computer and use it in GitHub Desktop.
Path64 build problem
cmake:
cmake -DCMAKE_INSTALL_PREFIX=/path/to/installdir -DPATH64_ENABLE_TARGETS=x86_64 -DCMAKE_BUILD_TYPE=Release -DPATH64_ENABLE_MATHLIBS=ON -DPATH64_ENABLE_FORTRAN=ON -DPSC_CRT_PATH_x86_64=/usr/lib64 -DPSC_DYNAMIC_LINKER_x86_64=/lib/ld-linux.so.2 -DPSC_LIBSUPCPP_PATH_x86_64=/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -DPSC_LIBSTDCPP_PATH_x86_64=/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -DPSC_LIBGCC_PATH_x86_64=/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -DPSC_LIBGCC_EH_PATH_x86_64=/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -DPSC_LIBGCC_S_PATH_x86_64=/usr/lib/gcc/x86_64-redhat-linux/4.1.2 /path/to/Path64-20110404
build error:
/path/to/Path64obj/bin/pathcc -c -o malloc_opt_c.o -m64 -DTARG_X8664 -I//path/to/Path64obj/src/include -I/path/to/Path64-20110404/src/include -I/path/to/Path64obj/src/../lib/include -fpic -DHAVE_ALLOCA_H=1 -DX86_WHIRL_OBJECTS -D_SGI_SOURCE -D__GNU_BUG_WORKAROUND -DKEY -DFE_GNU_4_2_0 -D_LONGLONG -D_MIPSEL -DTARG_LINUX -DHOST_IS_BIG_ENDIAN=0 -DHOST_IS_LITTLE_ENDIAN=1 -D_LANGUAGE_C /path/to/Path64-20110404/src/libpscrt/malloc_opt.c -O2 -DNDEBUG
### Assertion failure at line 812 of /path/to/Path64-20110404/src/be/../common/util/id_map.h:
### Compiler Error in file /path/to/Path64-20110404/src/libpscrt/malloc_opt.c during Global Optimization -- Create AUX Symbol table phase:
### ID_MAP::Insert: displaced item not found in hash table.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment