Re: TEA and extenal libs and header files



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
.



Relevant Pages

  • TEA and extenal libs and header files
    ... I'm trying to write a custom tcl extension starting off TEA. ... makes use of another external library and its header files. ... standard lib/header location in a n*x system. ...
    (comp.lang.tcl)
  • Re: Header Files and Interfaces Yet Again
    ... >> The point that I hope to get across is that header files need to provide ... a compiler has to know about them at compile time. ... But he actually uses what you call a fake header. ... differences between Java and C++: In Java all obects appear to be handles. ...
    (comp.lang.cpp)
  • Re: Header Files and Interfaces Yet Again
    ... >> headers to feed to the compiler. ... But he actually uses what you call a fake header. ... I'm not really srue why header files that present things that aren't ... >> something but it appears to me the Standard Library is not designed ...
    (comp.lang.cpp)
  • Re: PB 5.0: SDK missing ATL?
    ... extern GUID IID_ISupportErrorInfo; ... Most header files that declare GUIDs have some means ... That's why I suggested that you look at the declaration for IID_ISupportInfo ...
    (microsoft.public.windowsce.platbuilder)
  • License hacking :)
    ... Let suppose that I have header files that comes with COPYRIGHT notice. ... header file is in language _X_. ...
    (comp.programming)