Skip to content

Commit

Permalink
Fixed CORE-2033:Unresolved symbol _Unwind_GetIP in client library
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPeshkoff committed Aug 5, 2008
1 parent a66d293 commit 9d33fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/posix/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ FB_SUPER_SERVER = $(BIN)/fbserver$(EXEC_EXT)
FB_CLASSIC_SERVER = $(BIN)/fb_inet_server$(EXEC_EXT)
FB_DAEMON = $(BIN)/fb_smp_server$(EXEC_EXT)

STATIC_CXXSUPPORT_LIB = -lsupc++
STATIC_CXXSUPPORT_LIB = -lsupc++ -lgcc_eh

# From utilities
CREATE_DB = $(BIN)/create_db$(EXEC_EXT)
Expand Down

0 comments on commit 9d33fac

Please sign in to comment.