diff --git a/Main/GNUmakefile b/Main/GNUmakefile index 521a76294..382776728 100644 --- a/Main/GNUmakefile +++ b/Main/GNUmakefile @@ -6,6 +6,7 @@ include ../Version ADDITIONAL_INCLUDE_DIRS += ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/ +ADDITIONAL_LDFLAGS += -Wl,--no-as-needed SOGOD = sogod TOOL_NAME = $(SOGOD) diff --git a/SOPE/GDLContentStore/GCSFolderType.m b/SOPE/GDLContentStore/GCSFolderType.m index 438a99b9b..8f51794fb 100644 --- a/SOPE/GDLContentStore/GCSFolderType.m +++ b/SOPE/GDLContentStore/GCSFolderType.m @@ -190,7 +190,7 @@ clazz]; } else - [self logWithFormat:@"ERROR: did not find field extractor class!"]; + [self logWithFormat:@"ERROR: did not find field extractor class (%@)", extractorClassName]; } if ([extractor isNotNull]) quickExtractor = extractor;