Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] FEX on MacOSX?

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] FEX on MacOSX?


Chronological Thread 
  • From: Varada Kolhatkar <kvarada AT gmail.com>
  • To: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: [Illinois-ml-nlp-users] FEX on MacOSX?
  • Date: Tue, 25 Oct 2011 22:45:56 -0400
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hi, 

I was just wondering if anyone has tried to build FEX on MacOSX. It builds successfully when I add the following code in the Makefile, but I get segmentation fault when I try to run the built binary. 

ifneq (,$(findstring Darwin, $(OSTYPE)))
        YACC = bison -y -d
        DEFINED = -DGETOPT
        LINKFLAGS = -lc -liconv
endif

I am using g++ 4.2.1. I tried several combinations of compiler and link flags without any success. Any help will be greatly appreciated. 

Thank you,
Varada



Archive powered by MHonArc 2.6.16.

Top of Page