2.8.3 not compiling on IRIX... strtoull issue?
defreitas at gmail.com
defreitas at gmail.com
Fri May 4 07:40:57 PDT 2007
Vadim,
Thank you for your rapid response.
On May 3, 9:21 pm, v... at wxwindows.org (Vadim Zeitlin) wrote:
> Could you please try adding
> "set -x" to bk-deps script to see what is it doing and how does it end up
> running cc instead of CC?
I added "set -x" to the bk-deps scripts file and ran the script (I
assume that's what you wanted me to do). The output was:
+ DEPSMODE=unixcc
+ DEPSDIR=.deps
+ DEPSFLAG=-M
+ mkdir -p .deps
+ test unixcc = gcc
+ test unixcc = mwcc
+ test unixcc = unixcc
+ cmd=
+ test 0 -gt 0
+ sed s|.*:|:|
+ eval -M
+ -M
+ 1> .deps/.d
bk-deps[95]: -M: not found
+ exit 0
Let me know if you need more info.
--Marco
More information about the wx-users
mailing list