Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 00:15:40 -0700
From:      Clint Olsen <clint@0lsen.net>
To:        ports@freebsd.org
Subject:   Attempted to build stlport-icc with icc-7.1.030
Message-ID:  <20031019071540.GA74312@0lsen.net>

next in thread | raw e-mail | index | archive | help
Hi:

I tried again to build stlport-icc with the new icc, thinking that icc may
have been part of the problem, but I still get unresolved symbols:

icpc -D_THREAD_SAFE -D_REENTRANT -mt -w1 -g -O -I../../stlport -I.  -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC obj/TestClass.o obj/main.o obj/nc_alloc.o obj/random_number.o obj/test_algo.o obj/test_algobase.o obj/test_list.o obj/test_slist.o obj/test_bit_vector.o obj/test_vector.o obj/test_deque.o obj/test_set.o obj/test_map.o obj/test_hash_map.o obj/test_hash_set.o obj/test_rope.o obj/test_string.o obj/test_bitset.o obj/test_valarray.o  -L../../lib -lstlport_icc -lm -o ./eh_test
../../lib/libstlport_icc.so: undefined reference to `__sigsetjmp'
gmake: *** [eh_test] Error 1
*** Error code 2

Stop in /usr/ports/devel/stlport-icc.

Any ideas on how to fix this?

Thanks,

-Clint



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031019071540.GA74312>