Re: [q-lang-users] [qlist] Re: Feature request (or maybe bug report) for qcc
Brought to you by:
agraef
From: Andrew B. <and...@ya...> - 2006-12-28 06:24:45
|
On 27 Dec 2006, at 08:54, Albert Graef wrote: > Andrew Berg wrote: >> I don't know if this is hard, easy, or other. What I would like >> is for >> qcc to pick up the options passed to ./configure when q was built. > > It would be possible but not in general desirable. E.g, under Windows > qcc provides different backends to gcc and msvc so it's not a good > idea > to tie qcc to the set of options it was compiled with. I'm not really looking for them to pick up the -I and -L flags, but rather to notice that I gave './configure' a '--prefix=' directive, so that qcc knows _at_least_ where its own 'qint.h', 'libqint.*', &c. are located. I was rather hoping that in some sense qcc's job was congruent to that of apache's 'apxs'. Am I wrong to expect qcc to be able to find its own components? -andrew |