Re: [q-lang-users] Feature request (or maybe bug report) for qcc
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-12-27 16:49:22
|
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. > Anyhow, when I later use qcc, for example to build q-opengl, I get a bunch of > errors: Yes, the Makefile of q-opengl (and probably some other q-swig based projects) lacks support for at least CFLAGS and LDFLAGS. I put this on my TODO list. For the time being, you could set gcc's environment (LIBRARY_PATH, C_INCLUDE_PATH) to work around this. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |