This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

building Objective-C code with automake



Hi,

I would like to use automake with autoconf to build a project written
in Objective C. What is the easiest way of doing that?

All I have done so far is to create a standard configure.in (with a
test for libobjc) and a standard Makefile.am with "test_SOURCES =
test.m".

When I run automake, it complains in the following way:

  automake: src/Makefile.am: Objective C source seen but `OBJC' not defined in `configure.in'

How do I define OBJC in configure.in?

Thanks,

  Andras

===========================================================================
Major Andras
    e-mail: andras@users.sourceforge.net
    www:    http://andras.webhop.org/
===========================================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]