Re: TEA and extenal libs and header files
- From: Jeff Hobbs <jeffh@xxxxxxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 12:22:27 -0700
Djihed wrote:
I'm trying to write a custom tcl extension starting off TEA. My code
makes use of another external library and its header files. i.e add a
new -llib and a -Isome header. They are generally installed in the
standard lib/header location in a n*x system.
Is there an easy way to specify them instead of writing my own
macroses to detect the lib and header locations?
Probably, but I don't quite understand what you mean. There is TEA_ADD_LIBS and TEA_ADD_HEADERS for stuff that should be expected to exist. However, you fall back on the standard autoconf macros (AC_CHECK_HEADER(S) and such) if you aren't sure they will exist on the system.
Jeff
.
- References:
- TEA and extenal libs and header files
- From: Djihed
- TEA and extenal libs and header files
- Prev by Date: Re: How to search a Word Document for keywords using TCOM and TCL
- Next by Date: Re: wiki
- Previous by thread: TEA and extenal libs and header files
- Next by thread: Make screensaver go temporarily off
- Index(es):
Relevant Pages
|