i just did a pull: it's not only links that fails, it's everything in
/sys/src/ape/cmd :)

from a first glance it looks like not all libraries are linked (a few
pragmas missing?). for example, by adding libc to the mix you get rid
of all warnings but one. the following example is from
/sys/src/ape/cmd/diff:

parr% 8l  -o 8.diff analyze.8 cmpbuf.8 dir.8 io.8 util.8 context.8
ed.8 ifdef.8 normal.8 side.8 fnmatch.8 getopt.8 getopt1.8 regex.8
version.8 prepend_args.8 diff.8 /386/lib/libc.a
discard_confusing_lines: undefined: memset in discard_confusing_lines
diff_2_files: undefined: memcmp in diff_2_files
dir_sort: undefined: strlen in dir_sort
dir_sort: undefined: memcpy in dir_sort
sip: undefined: memchr in sip
regerror: undefined: strcpy in regerror
option_list: undefined: strcat in option_list
_notehandler: undefined: _notetramp in _notehandler
realloc: undefined: memmove in realloc
qtoken: undefined: strchr in qtoken
_startbuf: undefined: lock in _startbuf
_startbuf: undefined: unlock in _startbuf
ocvt_fixed: undefined: _modvu in ocvt_fixed
ocvt_fixed: undefined: _vasop in ocvt_fixed
modf: entry not text: _main
modf: _main: not defined
modf: _divvu: not defined

# now with libc:
parr% 8l  -o 8.diff analyze.8 cmpbuf.8 dir.8 io.8 util.8 context.8
ed.8 ifdef.8 normal.8 side.8 fnmatch.8 getopt.8 getopt1.8 regex.8
version.8 prepend_args.8 diff.8 /386/lib/libc.a
_notehandler: undefined: _notetramp in _notehandler
parr%

unfortunately i'm typing this running out the door so there isn't much
more i can help. i don't have a venti here so i have no idea what
changed in ape. sourcesdump is too slow for me.

andrey

On 7/15/07, Gregory Pavelcak <[EMAIL PROTECTED]> wrote:
That's what I used, and I just tried again with the same
result. I guess that means I have something messed up
somewhere else?

Greg

Reply via email to