Re: 7.1rc2 on AMD64 (Re: [q-lang-users] Re: 7.1 candidate)
Brought to you by:
agraef
From: Andrew B. <and...@ya...> - 2006-05-11 15:12:45
|
Hi, Tim. First the caveat: I'm operating purely from memory here, it was probably around a year ago that I looked into this last, but what I remember was... The real failure is before that spot. You have to look closely at the make output to see it, since the error does not get detected, and it continues on to that point. Where the real error is, it leaves an empty file which should include stuff to make those undef symbols go away. I worked backward and then followed it to the point that some scary pointer arithmetic was clearly broken, but not being able to figure out what it was trying to do (in the couple of hours I had on hand), I did not fix it. -andrew --- Tim Haynes <q...@st...> wrote: > Hi, > > My attempts to build are currently failing on this > command (I've inserted > `-d' myself in an attempt to find out a bit more): > > PATH=".:/bin:/usr/bin/:/usr/X11R6/bin:/usr/pkg/bin:/sbin:/usr/sbin::/usr/local/bin/:/usr/bin:/usr/bin:/usr/doc:/usr/games:/usr/include:/usr/lib:/usr/lib32:/usr/lib64:/usr/local:/usr/sbin:/usr/share:/usr/src:/usr/X11R6:/usr/local/sbin:/usr/local/gphoto/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin" > QPATH="../stdlib:../modules/clib:../modules/clib" > ./q -d ./qcwrap.q > def: error loading module > Warning: 268 unresolved external symbols > ! File def, line 297: Value mismatch in definition > -- def SIG_IGN = -1 > -- def SIG_DFL = 0 > -- def SIG_TRP = 1 > -- def SCHED_OTHER = 0 > -- def SCHED_RR = 1 > -- def SCHED_FIFO = 2 > -- def AF_UNIX = AF_LOCAL > -- def AF_FILE = AF_LOCAL > -- def S_ISUID = 2048 > -- def S_ISGID = 1024 > -- def S_ISVTX = 512 > -- def S_IRWXU = 448 > -- def S_IRUSR = 256 > -- def S_IWUSR = 128 > -- def S_IXUSR = 64 > -- def S_IRWXG = 56 > -- def S_IRGRP = 32 > -- def S_IWGRP = 16 > -- def S_IXGRP = 8 > -- def S_IRWXO = 7 > -- def S_IROTH = 4 > -- def S_IWOTH = 2 > -- def S_IXOTH = 1 > -- def clib::MAIN_THREAD = this_thread > zsh: exit 2 PATH= > QPATH="../stdlib:../modules/clib:../modules/clib" > ./q -d ./qcwrap.q > zsh, sauce 9:38AM src/ % > > Any ideas? :) > > ~Tim > -- > <http://spodzone.org.uk/> > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support > web services, security? > Get stuff done quickly with pre-integrated > technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > q-lang-users mailing list > q-l...@li... > https://lists.sourceforge.net/lists/listinfo/q-lang-users > |