automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using libtool with Oracle Pro*C precompiler


From: Tom Tromey
Subject: Re: using libtool with Oracle Pro*C precompiler
Date: 11 May 2001 21:22:00 -0600

>>>>> "Rod" == Keenan, Rod <address@hidden> writes:

Rod> I'm still trying to get this to work.  I modified the SUFFIXES
Rod> line to eliminate the .o reference.
Rod>    was: SUFFIXES = .o .c .pc
Rod>    now: SUFFIXES = .c .pc

If this changes things then I think this is probably an automake bug.
Adding a redundant extension here should be ok.

Rod> Now I get the error message:
Rod> lib_GenericTCP/makefile.am:3: library used but `LIBTOOL' not defined in
Rod> `configure.in'

Rod> Am I getting anywhere?

Probably.  This means you need AC_PROG_LIBTOOL in configure.in.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]