Roberto
2015-03-26 19:55:12 UTC
hello! how is everybody?
I have succesfully compiled libevent nad ncurse. I have succesfully compiled libevent nad ncurses. I have do it in a custom location because I am not root, now I wanted to compile tmux as a regular user
The configure step seems ok, but I am in trouble with make. Essentially I get multiple definition errors
strtonum.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
collect2: ld returned 1 exit status
make: *** [tmux] Error 1
any idea?
Thanks for helping,
Roberto
gcc -D_GNU_SOURCE -std=gnu99 -O2 -L/home/rfrances/libevent-2.0.22-stable/bins/lib/ -L/home/rfrances/ncurses-5.9/bins/lib/ -o tmux arguments.o attributes.o cfg.o client.o clock.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o cmd-capture-pane.o cmd-choose-buffer.o cmd-choose-client.o cmd-choose-list.o cmd-choose-tree.o cmd-clear-history.o cmd-clock-mode.o cmd-command-prompt.o cmd-confirm-before.o cmd-copy-mode.o cmd-delete-buffer.o cmd-detach-client.o cmd-display-message.o cmd-display-panes.o cmd-find-window.o cmd-has-session.o cmd-if-shell.o cmd-join-pane.o cmd-kill-pane.o cmd-kill-server.o cmd-kill-session.o cmd-kill-window.o cmd-link-window.o cmd-list-buffers.o cmd-list-clients.o cmd-list-commands.o cmd-list-keys.o cmd-list-panes.o cmd-list-sessions.o cmd-list-windows.o cmd-list.o cmd-load-buffer.o cmd-lock-server.o cmd-move-window.o cmd-new-session.o cmd-new-window.o cmd-paste-buffer.o cmd-pipe-pane.o cmd-queue.o cmd-refresh-client.o cmd-rename-session.o cmd-rename-window.o cmd-resize-pane.o cmd-respawn-pane.o cmd-respawn-window.o cmd-rotate-window.o cmd-run-shell.o cmd-save-buffer.o cmd-select-layout.o cmd-select-pane.o cmd-select-window.o cmd-send-keys.o cmd-set-buffer.o cmd-set-environment.o cmd-set-option.o cmd-show-environment.o cmd-show-messages.o cmd-show-options.o cmd-source-file.o cmd-split-window.o cmd-string.o cmd-suspend-client.o cmd-swap-pane.o cmd-swap-window.o cmd-switch-client.o cmd-unbind-key.o cmd-unlink-window.o cmd-wait-for.o cmd.o colour.o control.o control-notify.o environ.o format.o grid-cell.o grid-view.o grid.o input-keys.o input.o job.o key-bindings.o key-string.o layout-custom.o layout-set.o layout.o log.o mode-key.o names.o notify.o options-table.o options.o paste.o resize.o screen-redraw.o screen-write.o screen.o server-client.o server-fn.o server-window.o server.o session.o signal.o status.o style.o tmux.o tty-acs.o tty-keys.o tty-term.o tty.o utf8.o window-choose.o window-clock.o window-copy.o window.o xmalloc.o xterm-keys.o osdep-linux.o compat/imsg.o compat/imsg-buffer.o compat/closefrom.o compat/strlcat.o compat/strlcpy.o compat/fgetln.o compat/getopt.o compat/vis.o compat/unvis.o compat/strtonum.o -lutil -lncurses -levent -lrt -lresolv
attributes.o: In function `gnu_dev_major':
attributes.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
attributes.o: In function `gnu_dev_minor':
attributes.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
attributes.o: In function `gnu_dev_makedev':
attributes.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
attributes.o: In function `__strcspn_c1':
attributes.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
attributes.o: In function `__strcspn_c2':
attributes.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
attributes.o: In function `__strcspn_c3':
attributes.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
attributes.o: In function `__strspn_c1':
attributes.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
attributes.o: In function `__strspn_c2':
attributes.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
attributes.o: In function `__strspn_c3':
attributes.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
attributes.o: In function `__strpbrk_c2':
attributes.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
attributes.o: In function `__strpbrk_c3':
attributes.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
attributes.o: In function `__strtok_r_1c':
attributes.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
attributes.o: In function `__strsep_1c':
attributes.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
attributes.o: In function `__strsep_2c':
attributes.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
attributes.o: In function `__strsep_3c':
attributes.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cfg.o: In function `gnu_dev_major':
cfg.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cfg.o: In function `gnu_dev_minor':
cfg.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cfg.o: In function `gnu_dev_makedev':
cfg.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cfg.o: In function `__strcspn_c1':
cfg.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cfg.o: In function `__strcspn_c2':
cfg.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cfg.o: In function `__strcspn_c3':
cfg.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cfg.o: In function `__strspn_c1':
cfg.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cfg.o: In function `__strspn_c2':
cfg.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cfg.o: In function `__strspn_c3':
cfg.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cfg.o: In function `__strpbrk_c2':
cfg.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cfg.o: In function `__strpbrk_c3':
cfg.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cfg.o: In function `__strtok_r_1c':
cfg.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cfg.o: In function `__strsep_1c':
cfg.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cfg.o: In function `__strsep_2c':
cfg.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cfg.o: In function `__strsep_3c':
cfg.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
client.o: In function `gnu_dev_major':
client.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
client.o: In function `gnu_dev_minor':
client.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
client.o: In function `gnu_dev_makedev':
client.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
client.o: In function `stat':
client.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
client.o: In function `lstat':
client.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
client.o: In function `fstat':
client.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
client.o: In function `fstatat':
client.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
client.o: In function `mknod':
client.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
client.o: In function `mknodat':
client.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
client.o: In function `stat64':
client.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
client.o: In function `lstat64':
client.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
client.o: In function `fstat64':
client.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
client.o: In function `fstatat64':
client.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
client.o: In function `__strcspn_c1':
client.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
client.o: In function `__strcspn_c2':
client.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
client.o: In function `__strcspn_c3':
client.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
client.o: In function `__strspn_c1':
client.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
client.o: In function `__strspn_c2':
client.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
client.o: In function `__strspn_c3':
client.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
client.o: In function `__strpbrk_c2':
client.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
client.o: In function `__strpbrk_c3':
client.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
client.o: In function `__strtok_r_1c':
client.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
client.o: In function `__strsep_1c':
client.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
client.o: In function `__strsep_2c':
client.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
client.o: In function `__strsep_3c':
client.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
clock.o: In function `gnu_dev_major':
clock.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
clock.o: In function `gnu_dev_minor':
clock.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
clock.o: In function `gnu_dev_makedev':
clock.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
clock.o: In function `__strcspn_c1':
clock.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
clock.o: In function `__strcspn_c2':
clock.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
clock.o: In function `__strcspn_c3':
clock.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
clock.o: In function `__strspn_c1':
clock.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
clock.o: In function `__strspn_c2':
clock.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
clock.o: In function `__strspn_c3':
clock.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
clock.o: In function `__strpbrk_c2':
clock.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
clock.o: In function `__strpbrk_c3':
clock.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
clock.o: In function `__strtok_r_1c':
clock.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
clock.o: In function `__strsep_1c':
clock.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
clock.o: In function `__strsep_2c':
clock.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
clock.o: In function `__strsep_3c':
clock.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-attach-session.o: In function `gnu_dev_major':
cmd-attach-session.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-attach-session.o: In function `gnu_dev_minor':
cmd-attach-session.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-attach-session.o: In function `gnu_dev_makedev':
cmd-attach-session.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-attach-session.o: In function `stat':
cmd-attach-session.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-attach-session.o: In function `lstat':
cmd-attach-session.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-attach-session.o: In function `fstat':
cmd-attach-session.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-attach-session.o: In function `fstatat':
cmd-attach-session.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-attach-session.o: In function `mknod':
cmd-attach-session.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-attach-session.o: In function `mknodat':
cmd-attach-session.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-attach-session.o: In function `stat64':
cmd-attach-session.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-attach-session.o: In function `lstat64':
cmd-attach-session.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-attach-session.o: In function `fstat64':
cmd-attach-session.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-attach-session.o: In function `fstatat64':
cmd-attach-session.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-attach-session.o: In function `__strcspn_c1':
cmd-attach-session.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-attach-session.o: In function `__strcspn_c2':
cmd-attach-session.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-attach-session.o: In function `__strcspn_c3':
cmd-attach-session.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-attach-session.o: In function `__strspn_c1':
cmd-attach-session.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-attach-session.o: In function `__strspn_c2':
cmd-attach-session.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-attach-session.o: In function `__strspn_c3':
cmd-attach-session.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-attach-session.o: In function `__strpbrk_c2':
cmd-attach-session.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-attach-session.o: In function `__strpbrk_c3':
cmd-attach-session.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-attach-session.o: In function `__strtok_r_1c':
cmd-attach-session.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-attach-session.o: In function `__strsep_1c':
cmd-attach-session.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-attach-session.o: In function `__strsep_2c':
cmd-attach-session.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-attach-session.o: In function `__strsep_3c':
cmd-attach-session.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-bind-key.o: In function `gnu_dev_major':
cmd-bind-key.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-bind-key.o: In function `gnu_dev_minor':
cmd-bind-key.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-bind-key.o: In function `gnu_dev_makedev':
cmd-bind-key.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-bind-key.o: In function `__strcspn_c1':
cmd-bind-key.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-bind-key.o: In function `__strcspn_c2':
cmd-bind-key.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-bind-key.o: In function `__strcspn_c3':
cmd-bind-key.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-bind-key.o: In function `__strspn_c1':
cmd-bind-key.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-bind-key.o: In function `__strspn_c2':
cmd-bind-key.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-bind-key.o: In function `__strspn_c3':
cmd-bind-key.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-bind-key.o: In function `__strpbrk_c2':
cmd-bind-key.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-bind-key.o: In function `__strpbrk_c3':
cmd-bind-key.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-bind-key.o: In function `__strtok_r_1c':
cmd-bind-key.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-bind-key.o: In function `__strsep_1c':
cmd-bind-key.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-bind-key.o: In function `__strsep_2c':
cmd-bind-key.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-bind-key.o: In function `__strsep_3c':
cmd-bind-key.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-break-pane.o: In function `gnu_dev_major':
cmd-break-pane.c:(.text+0x350): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-break-pane.o: In function `gnu_dev_minor':
cmd-break-pane.c:(.text+0x370): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-break-pane.o: In function `gnu_dev_makedev':
cmd-break-pane.c:(.text+0x390): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-capture-pane.o: In function `gnu_dev_major':
cmd-capture-pane.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-capture-pane.o: In function `gnu_dev_minor':
cmd-capture-pane.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-capture-pane.o: In function `gnu_dev_makedev':
cmd-capture-pane.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-capture-pane.o: In function `__strcspn_c1':
cmd-capture-pane.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-capture-pane.o: In function `__strcspn_c2':
cmd-capture-pane.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-capture-pane.o: In function `__strcspn_c3':
cmd-capture-pane.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-capture-pane.o: In function `__strspn_c1':
cmd-capture-pane.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-capture-pane.o: In function `__strspn_c2':
cmd-capture-pane.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-capture-pane.o: In function `__strspn_c3':
cmd-capture-pane.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-capture-pane.o: In function `__strpbrk_c2':
cmd-capture-pane.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-capture-pane.o: In function `__strpbrk_c3':
cmd-capture-pane.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-capture-pane.o: In function `__strtok_r_1c':
cmd-capture-pane.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-capture-pane.o: In function `__strsep_1c':
cmd-capture-pane.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-capture-pane.o: In function `__strsep_2c':
cmd-capture-pane.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-capture-pane.o: In function `__strsep_3c':
cmd-capture-pane.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-choose-buffer.o: In function `gnu_dev_major':
cmd-choose-buffer.c:(.text+0x1e0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-buffer.o: In function `gnu_dev_minor':
cmd-choose-buffer.c:(.text+0x200): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-buffer.o: In function `gnu_dev_makedev':
cmd-choose-buffer.c:(.text+0x220): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-client.o: In function `gnu_dev_major':
cmd-choose-client.c:(.text+0x280): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-client.o: In function `gnu_dev_minor':
cmd-choose-client.c:(.text+0x2a0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-client.o: In function `gnu_dev_makedev':
cmd-choose-client.c:(.text+0x2c0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-list.o: In function `gnu_dev_major':
cmd-choose-list.c:(.text+0x1a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-list.o: In function `gnu_dev_minor':
cmd-choose-list.c:(.text+0x1c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-list.o: In function `gnu_dev_makedev':
cmd-choose-list.c:(.text+0x1e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-list.o: In function `__strcspn_c1':
cmd-choose-list.c:(.text+0x210): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-choose-list.o: In function `__strcspn_c2':
cmd-choose-list.c:(.text+0x240): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-choose-list.o: In function `__strcspn_c3':
cmd-choose-list.c:(.text+0x270): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-choose-list.o: In function `__strspn_c1':
cmd-choose-list.c:(.text+0x2b0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-choose-list.o: In function `__strspn_c2':
cmd-choose-list.c:(.text+0x2d0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-choose-list.o: In function `__strspn_c3':
cmd-choose-list.c:(.text+0x2f0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-choose-list.o: In function `__strpbrk_c2':
cmd-choose-list.c:(.text+0x320): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-choose-list.o: In function `__strpbrk_c3':
cmd-choose-list.c:(.text+0x370): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-choose-list.o: In function `__strtok_r_1c':
cmd-choose-list.c:(.text+0x3d0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-choose-list.o: In function `__strsep_1c':
cmd-choose-list.c:(.text+0x430): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-choose-list.o: In function `__strsep_2c':
cmd-choose-list.c:(.text+0x480): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-choose-list.o: In function `__strsep_3c':
cmd-choose-list.c:(.text+0x4d0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-choose-tree.o: In function `gnu_dev_major':
cmd-choose-tree.c:(.text+0x5e0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-tree.o: In function `gnu_dev_minor':
cmd-choose-tree.c:(.text+0x600): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-tree.o: In function `gnu_dev_makedev':
cmd-choose-tree.c:(.text+0x620): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-tree.o: In function `__strcspn_c1':
cmd-choose-tree.c:(.text+0x650): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-choose-tree.o: In function `__strcspn_c2':
cmd-choose-tree.c:(.text+0x680): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-choose-tree.o: In function `__strcspn_c3':
cmd-choose-tree.c:(.text+0x6b0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-choose-tree.o: In function `__strspn_c1':
cmd-choose-tree.c:(.text+0x6f0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-choose-tree.o: In function `__strspn_c2':
cmd-choose-tree.c:(.text+0x710): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-choose-tree.o: In function `__strspn_c3':
cmd-choose-tree.c:(.text+0x730): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-choose-tree.o: In function `__strpbrk_c2':
cmd-choose-tree.c:(.text+0x760): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-choose-tree.o: In function `__strpbrk_c3':
cmd-choose-tree.c:(.text+0x7b0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-choose-tree.o: In function `__strtok_r_1c':
cmd-choose-tree.c:(.text+0x810): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-choose-tree.o: In function `__strsep_1c':
cmd-choose-tree.c:(.text+0x870): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-choose-tree.o: In function `__strsep_2c':
cmd-choose-tree.c:(.text+0x8c0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-choose-tree.o: In function `__strsep_3c':
cmd-choose-tree.c:(.text+0x910): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-clear-history.o: In function `gnu_dev_major':
cmd-clear-history.c:(.text+0x70): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-clear-history.o: In function `gnu_dev_minor':
cmd-clear-history.c:(.text+0x90): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-clear-history.o: In function `gnu_dev_makedev':
cmd-clear-history.c:(.text+0xb0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-clock-mode.o: In function `gnu_dev_major':
cmd-clock-mode.c:(.text+0x50): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-clock-mode.o: In function `gnu_dev_minor':
cmd-clock-mode.c:(.text+0x70): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-clock-mode.o: In function `gnu_dev_makedev':
cmd-clock-mode.c:(.text+0x90): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-command-prompt.o: In function `gnu_dev_major':
cmd-command-prompt.c:(.text+0x540): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-command-prompt.o: In function `gnu_dev_minor':
cmd-command-prompt.c:(.text+0x560): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-command-prompt.o: In function `gnu_dev_makedev':
cmd-command-prompt.c:(.text+0x580): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-command-prompt.o: In function `__strcspn_c1':
cmd-command-prompt.c:(.text+0x5b0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-command-prompt.o: In function `__strcspn_c2':
cmd-command-prompt.c:(.text+0x5e0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-command-prompt.o: In function `__strcspn_c3':
cmd-command-prompt.c:(.text+0x610): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-command-prompt.o: In function `__strspn_c1':
cmd-command-prompt.c:(.text+0x650): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-command-prompt.o: In function `__strspn_c2':
cmd-command-prompt.c:(.text+0x670): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-command-prompt.o: In function `__strspn_c3':
cmd-command-prompt.c:(.text+0x690): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-command-prompt.o: In function `__strpbrk_c2':
cmd-command-prompt.c:(.text+0x6c0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-command-prompt.o: In function `__strpbrk_c3':
cmd-command-prompt.c:(.text+0x710): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-command-prompt.o: In function `__strtok_r_1c':
cmd-command-prompt.c:(.text+0x770): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-command-prompt.o: In function `__strsep_1c':
cmd-command-prompt.c:(.text+0x7d0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-command-prompt.o: In function `__strsep_2c':
cmd-command-prompt.c:(.text+0x820): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-command-prompt.o: In function `__strsep_3c':
cmd-command-prompt.c:(.text+0x870): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-confirm-before.o: In function `gnu_dev_major':
cmd-confirm-before.c:(.text+0x2a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-confirm-before.o: In function `gnu_dev_minor':
cmd-confirm-before.c:(.text+0x2c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-confirm-before.o: In function `gnu_dev_makedev':
cmd-confirm-before.c:(.text+0x2e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-confirm-before.o: In function `__strcspn_c1':
cmd-confirm-before.c:(.text+0x310): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-confirm-before.o: In function `__strcspn_c2':
cmd-confirm-before.c:(.text+0x340): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-confirm-before.o: In function `__strcspn_c3':
cmd-confirm-before.c:(.text+0x370): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-confirm-before.o: In function `__strspn_c1':
cmd-confirm-before.c:(.text+0x3b0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-confirm-before.o: In function `__strspn_c2':
cmd-confirm-before.c:(.text+0x3d0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-confirm-before.o: In function `__strspn_c3':
cmd-confirm-before.c:(.text+0x3f0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-confirm-before.o: In function `__strpbrk_c2':
cmd-confirm-before.c:(.text+0x420): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-confirm-before.o: In function `__strpbrk_c3':
cmd-confirm-before.c:(.text+0x470): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-confirm-before.o: In function `__strtok_r_1c':
cmd-confirm-before.c:(.text+0x4d0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-confirm-before.o: In function `__strsep_1c':
cmd-confirm-before.c:(.text+0x530): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-confirm-before.o: In function `__strsep_2c':
cmd-confirm-before.c:(.text+0x580): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-confirm-before.o: In function `__strsep_3c':
cmd-confirm-before.c:(.text+0x5d0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-copy-mode.o: In function `gnu_dev_major':
cmd-copy-mode.c:(.text+0x110): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-copy-mode.o: In function `gnu_dev_minor':
cmd-copy-mode.c:(.text+0x130): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-copy-mode.o: In function `gnu_dev_makedev':
cmd-copy-mode.c:(.text+0x150): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-delete-buffer.o: In function `gnu_dev_major':
cmd-delete-buffer.c:(.text+0xc0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-delete-buffer.o: In function `gnu_dev_minor':
cmd-delete-buffer.c:(.text+0xe0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-delete-buffer.o: In function `gnu_dev_makedev':
cmd-delete-buffer.c:(.text+0x100): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-detach-client.o: In function `gnu_dev_major':
cmd-detach-client.c:(.text+0x1b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-detach-client.o: In function `gnu_dev_minor':
cmd-detach-client.c:(.text+0x1d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-detach-client.o: In function `gnu_dev_makedev':
cmd-detach-client.c:(.text+0x1f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-detach-client.o: In function `__strcspn_c1':
cmd-detach-client.c:(.text+0x220): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-detach-client.o: In function `__strcspn_c2':
cmd-detach-client.c:(.text+0x250): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-detach-client.o: In function `__strcspn_c3':
cmd-detach-client.c:(.text+0x280): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-detach-client.o: In function `__strspn_c1':
cmd-detach-client.c:(.text+0x2c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-detach-client.o: In function `__strspn_c2':
cmd-detach-client.c:(.text+0x2e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-detach-client.o: In function `__strspn_c3':
cmd-detach-client.c:(.text+0x300): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-detach-client.o: In function `__strpbrk_c2':
cmd-detach-client.c:(.text+0x330): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-detach-client.o: In function `__strpbrk_c3':
cmd-detach-client.c:(.text+0x380): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-detach-client.o: In function `__strtok_r_1c':
cmd-detach-client.c:(.text+0x3e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-detach-client.o: In function `__strsep_1c':
cmd-detach-client.c:(.text+0x440): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-detach-client.o: In function `__strsep_2c':
cmd-detach-client.c:(.text+0x490): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-detach-client.o: In function `__strsep_3c':
cmd-detach-client.c:(.text+0x4e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-display-message.o: In function `gnu_dev_major':
cmd-display-message.c:(.text+0x260): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-display-message.o: In function `gnu_dev_minor':
cmd-display-message.c:(.text+0x280): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-display-message.o: In function `gnu_dev_makedev':
cmd-display-message.c:(.text+0x2a0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-display-panes.o: In function `gnu_dev_major':
cmd-display-panes.c:(.text+0x40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-display-panes.o: In function `gnu_dev_minor':
cmd-display-panes.c:(.text+0x60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-display-panes.o: In function `gnu_dev_makedev':
cmd-display-panes.c:(.text+0x80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-find-window.o: In function `gnu_dev_major':
cmd-find-window.c:(.text+0xb0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-find-window.o: In function `gnu_dev_minor':
cmd-find-window.c:(.text+0xd0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-find-window.o: In function `gnu_dev_makedev':
cmd-find-window.c:(.text+0xf0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-find-window.o: In function `__strcspn_c1':
cmd-find-window.c:(.text+0x120): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-find-window.o: In function `__strcspn_c2':
cmd-find-window.c:(.text+0x150): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-find-window.o: In function `__strcspn_c3':
cmd-find-window.c:(.text+0x180): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-find-window.o: In function `__strspn_c1':
cmd-find-window.c:(.text+0x1c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-find-window.o: In function `__strspn_c2':
cmd-find-window.c:(.text+0x1e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-find-window.o: In function `__strspn_c3':
cmd-find-window.c:(.text+0x200): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-find-window.o: In function `__strpbrk_c2':
cmd-find-window.c:(.text+0x230): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-find-window.o: In function `__strpbrk_c3':
cmd-find-window.c:(.text+0x280): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-find-window.o: In function `__strtok_r_1c':
cmd-find-window.c:(.text+0x2e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-find-window.o: In function `__strsep_1c':
cmd-find-window.c:(.text+0x340): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-find-window.o: In function `__strsep_2c':
cmd-find-window.c:(.text+0x390): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-find-window.o: In function `__strsep_3c':
cmd-find-window.c:(.text+0x3e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-has-session.o: In function `gnu_dev_major':
cmd-has-session.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-has-session.o: In function `gnu_dev_minor':
cmd-has-session.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-has-session.o: In function `gnu_dev_makedev':
cmd-has-session.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-if-shell.o: In function `gnu_dev_major':
cmd-if-shell.c:(.text+0x390): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-if-shell.o: In function `gnu_dev_minor':
cmd-if-shell.c:(.text+0x3b0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-if-shell.o: In function `gnu_dev_makedev':
cmd-if-shell.c:(.text+0x3d0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-if-shell.o: In function `__strcspn_c1':
cmd-if-shell.c:(.text+0x400): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-if-shell.o: In function `__strcspn_c2':
cmd-if-shell.c:(.text+0x430): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-if-shell.o: In function `__strcspn_c3':
cmd-if-shell.c:(.text+0x460): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-if-shell.o: In function `__strspn_c1':
cmd-if-shell.c:(.text+0x4a0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-if-shell.o: In function `__strspn_c2':
cmd-if-shell.c:(.text+0x4c0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-if-shell.o: In function `__strspn_c3':
cmd-if-shell.c:(.text+0x4e0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-if-shell.o: In function `__strpbrk_c2':
cmd-if-shell.c:(.text+0x510): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-if-shell.o: In function `__strpbrk_c3':
cmd-if-shell.c:(.text+0x560): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-if-shell.o: In function `__strtok_r_1c':
cmd-if-shell.c:(.text+0x5c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-if-shell.o: In function `__strsep_1c':
cmd-if-shell.c:(.text+0x620): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-if-shell.o: In function `__strsep_2c':
cmd-if-shell.c:(.text+0x670): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-if-shell.o: In function `__strsep_3c':
cmd-if-shell.c:(.text+0x6c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-join-pane.o: In function `gnu_dev_major':
cmd-join-pane.c:(.text+0x40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-join-pane.o: In function `gnu_dev_minor':
cmd-join-pane.c:(.text+0x60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-join-pane.o: In function `gnu_dev_makedev':
cmd-join-pane.c:(.text+0x80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-pane.o: In function `gnu_dev_major':
cmd-kill-pane.c:(.text+0x100): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-pane.o: In function `gnu_dev_minor':
cmd-kill-pane.c:(.text+0x120): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-pane.o: In function `gnu_dev_makedev':
cmd-kill-pane.c:(.text+0x140): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-server.o: In function `gnu_dev_major':
cmd-kill-server.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-server.o: In function `gnu_dev_minor':
cmd-kill-server.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-server.o: In function `gnu_dev_makedev':
cmd-kill-server.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-session.o: In function `gnu_dev_major':
cmd-kill-session.c:(.text+0xb0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-session.o: In function `gnu_dev_minor':
cmd-kill-session.c:(.text+0xd0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-session.o: In function `gnu_dev_makedev':
cmd-kill-session.c:(.text+0xf0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-window.o: In function `gnu_dev_major':
cmd-kill-window.c:(.text+0xb0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-window.o: In function `gnu_dev_minor':
cmd-kill-window.c:(.text+0xd0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-window.o: In function `gnu_dev_makedev':
cmd-kill-window.c:(.text+0xf0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-link-window.o: In function `gnu_dev_major':
cmd-link-window.c:(.text+0x130): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-link-window.o: In function `gnu_dev_minor':
cmd-link-window.c:(.text+0x150): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-link-window.o: In function `gnu_dev_makedev':
cmd-link-window.c:(.text+0x170): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-buffers.o: In function `gnu_dev_major':
cmd-list-buffers.c:(.text+0xc0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-buffers.o: In function `gnu_dev_minor':
cmd-list-buffers.c:(.text+0xe0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-buffers.o: In function `gnu_dev_makedev':
cmd-list-buffers.c:(.text+0x100): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-buffers.o: In function `__strcspn_c1':
cmd-list-buffers.c:(.text+0x130): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-buffers.o: In function `__strcspn_c2':
cmd-list-buffers.c:(.text+0x160): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-buffers.o: In function `__strcspn_c3':
cmd-list-buffers.c:(.text+0x190): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-buffers.o: In function `__strspn_c1':
cmd-list-buffers.c:(.text+0x1d0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-buffers.o: In function `__strspn_c2':
cmd-list-buffers.c:(.text+0x1f0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-buffers.o: In function `__strspn_c3':
cmd-list-buffers.c:(.text+0x210): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-buffers.o: In function `__strpbrk_c2':
cmd-list-buffers.c:(.text+0x240): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-buffers.o: In function `__strpbrk_c3':
cmd-list-buffers.c:(.text+0x290): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-buffers.o: In function `__strtok_r_1c':
cmd-list-buffers.c:(.text+0x2f0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-buffers.o: In function `__strsep_1c':
cmd-list-buffers.c:(.text+0x350): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-buffers.o: In function `__strsep_2c':
cmd-list-buffers.c:(.text+0x3a0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-buffers.o: In function `__strsep_3c':
cmd-list-buffers.c:(.text+0x3f0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-clients.o: In function `gnu_dev_major':
cmd-list-clients.c:(.text+0x150): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-clients.o: In function `gnu_dev_minor':
cmd-list-clients.c:(.text+0x170): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-clients.o: In function `gnu_dev_makedev':
cmd-list-clients.c:(.text+0x190): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-clients.o: In function `__strcspn_c1':
cmd-list-clients.c:(.text+0x1c0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-clients.o: In function `__strcspn_c2':
cmd-list-clients.c:(.text+0x1f0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-clients.o: In function `__strcspn_c3':
cmd-list-clients.c:(.text+0x220): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-clients.o: In function `__strspn_c1':
cmd-list-clients.c:(.text+0x260): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-clients.o: In function `__strspn_c2':
cmd-list-clients.c:(.text+0x280): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-clients.o: In function `__strspn_c3':
cmd-list-clients.c:(.text+0x2a0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-clients.o: In function `__strpbrk_c2':
cmd-list-clients.c:(.text+0x2d0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-clients.o: In function `__strpbrk_c3':
cmd-list-clients.c:(.text+0x320): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-clients.o: In function `__strtok_r_1c':
cmd-list-clients.c:(.text+0x380): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-clients.o: In function `__strsep_1c':
cmd-list-clients.c:(.text+0x3e0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-clients.o: In function `__strsep_2c':
cmd-list-clients.c:(.text+0x430): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-clients.o: In function `__strsep_3c':
cmd-list-clients.c:(.text+0x480): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-commands.o: In function `gnu_dev_major':
cmd-list-commands.c:(.text+0x80): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-commands.o: In function `gnu_dev_minor':
cmd-list-commands.c:(.text+0xa0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-commands.o: In function `gnu_dev_makedev':
cmd-list-commands.c:(.text+0xc0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-keys.o: In function `gnu_dev_major':
cmd-list-keys.c:(.text+0x200): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-keys.o: In function `gnu_dev_minor':
cmd-list-keys.c:(.text+0x220): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-keys.o: In function `gnu_dev_makedev':
cmd-list-keys.c:(.text+0x240): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-keys.o: In function `__strcspn_c1':
cmd-list-keys.c:(.text+0x270): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-keys.o: In function `__strcspn_c2':
cmd-list-keys.c:(.text+0x2a0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-keys.o: In function `__strcspn_c3':
cmd-list-keys.c:(.text+0x2d0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-keys.o: In function `__strspn_c1':
cmd-list-keys.c:(.text+0x310): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-keys.o: In function `__strspn_c2':
cmd-list-keys.c:(.text+0x330): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-keys.o: In function `__strspn_c3':
cmd-list-keys.c:(.text+0x350): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-keys.o: In function `__strpbrk_c2':
cmd-list-keys.c:(.text+0x380): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-keys.o: In function `__strpbrk_c3':
cmd-list-keys.c:(.text+0x3d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-keys.o: In function `__strtok_r_1c':
cmd-list-keys.c:(.text+0x430): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-keys.o: In function `__strsep_1c':
cmd-list-keys.c:(.text+0x490): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-keys.o: In function `__strsep_2c':
cmd-list-keys.c:(.text+0x4e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-keys.o: In function `__strsep_3c':
cmd-list-keys.c:(.text+0x530): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-panes.o: In function `gnu_dev_major':
cmd-list-panes.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-panes.o: In function `gnu_dev_minor':
cmd-list-panes.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-panes.o: In function `gnu_dev_makedev':
cmd-list-panes.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-sessions.o: In function `gnu_dev_major':
cmd-list-sessions.c:(.text+0xd0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-sessions.o: In function `gnu_dev_minor':
cmd-list-sessions.c:(.text+0xf0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-sessions.o: In function `gnu_dev_makedev':
cmd-list-sessions.c:(.text+0x110): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-sessions.o: In function `__strcspn_c1':
cmd-list-sessions.c:(.text+0x140): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-sessions.o: In function `__strcspn_c2':
cmd-list-sessions.c:(.text+0x170): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-sessions.o: In function `__strcspn_c3':
cmd-list-sessions.c:(.text+0x1a0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-sessions.o: In function `__strspn_c1':
cmd-list-sessions.c:(.text+0x1e0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-sessions.o: In function `__strspn_c2':
cmd-list-sessions.c:(.text+0x200): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-sessions.o: In function `__strspn_c3':
cmd-list-sessions.c:(.text+0x220): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-sessions.o: In function `__strpbrk_c2':
cmd-list-sessions.c:(.text+0x250): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-sessions.o: In function `__strpbrk_c3':
cmd-list-sessions.c:(.text+0x2a0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-sessions.o: In function `__strtok_r_1c':
cmd-list-sessions.c:(.text+0x300): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-sessions.o: In function `__strsep_1c':
cmd-list-sessions.c:(.text+0x360): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-sessions.o: In function `__strsep_2c':
cmd-list-sessions.c:(.text+0x3b0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-sessions.o: In function `__strsep_3c':
cmd-list-sessions.c:(.text+0x400): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-windows.o: In function `gnu_dev_major':
cmd-list-windows.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-windows.o: In function `gnu_dev_minor':
cmd-list-windows.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-windows.o: In function `gnu_dev_makedev':
cmd-list-windows.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list.o: In function `gnu_dev_major':
cmd-list.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list.o: In function `gnu_dev_minor':
cmd-list.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list.o: In function `gnu_dev_makedev':
cmd-list.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list.o: In function `__strcspn_c1':
cmd-list.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list.o: In function `__strcspn_c2':
cmd-list.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list.o: In function `__strcspn_c3':
cmd-list.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list.o: In function `__strspn_c1':
cmd-list.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list.o: In function `__strspn_c2':
cmd-list.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list.o: In function `__strspn_c3':
cmd-list.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list.o: In function `__strpbrk_c2':
cmd-list.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list.o: In function `__strpbrk_c3':
cmd-list.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list.o: In function `__strtok_r_1c':
cmd-list.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list.o: In function `__strsep_1c':
cmd-list.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list.o: In function `__strsep_2c':
cmd-list.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list.o: In function `__strsep_3c':
cmd-list.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-load-buffer.o: In function `gnu_dev_major':
cmd-load-buffer.c:(.text+0x470): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-load-buffer.o: In function `gnu_dev_minor':
cmd-load-buffer.c:(.text+0x490): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-load-buffer.o: In function `gnu_dev_makedev':
cmd-load-buffer.c:(.text+0x4b0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-load-buffer.o: In function `stat':
cmd-load-buffer.c:(.text+0x4e0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-load-buffer.o: In function `lstat':
cmd-load-buffer.c:(.text+0x4f0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-load-buffer.o: In function `fstat':
cmd-load-buffer.c:(.text+0x500): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-load-buffer.o: In function `fstatat':
cmd-load-buffer.c:(.text+0x510): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-load-buffer.o: In function `mknod':
cmd-load-buffer.c:(.text+0x530): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-load-buffer.o: In function `mknodat':
cmd-load-buffer.c:(.text+0x550): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-load-buffer.o: In function `stat64':
cmd-load-buffer.c:(.text+0x580): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-load-buffer.o: In function `lstat64':
cmd-load-buffer.c:(.text+0x590): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-load-buffer.o: In function `fstat64':
cmd-load-buffer.c:(.text+0x5a0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-load-buffer.o: In function `fstatat64':
cmd-load-buffer.c:(.text+0x5b0): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-load-buffer.o: In function `__strcspn_c1':
cmd-load-buffer.c:(.text+0x5d0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-load-buffer.o: In function `__strcspn_c2':
cmd-load-buffer.c:(.text+0x600): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-load-buffer.o: In function `__strcspn_c3':
cmd-load-buffer.c:(.text+0x630): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-load-buffer.o: In function `__strspn_c1':
cmd-load-buffer.c:(.text+0x670): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-load-buffer.o: In function `__strspn_c2':
cmd-load-buffer.c:(.text+0x690): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-load-buffer.o: In function `__strspn_c3':
cmd-load-buffer.c:(.text+0x6b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-load-buffer.o: In function `__strpbrk_c2':
cmd-load-buffer.c:(.text+0x6e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-load-buffer.o: In function `__strpbrk_c3':
cmd-load-buffer.c:(.text+0x730): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-load-buffer.o: In function `__strtok_r_1c':
cmd-load-buffer.c:(.text+0x790): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-load-buffer.o: In function `__strsep_1c':
cmd-load-buffer.c:(.text+0x7f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-load-buffer.o: In function `__strsep_2c':
cmd-load-buffer.c:(.text+0x840): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-load-buffer.o: In function `__strsep_3c':
cmd-load-buffer.c:(.text+0x890): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-lock-server.o: In function `gnu_dev_major':
cmd-lock-server.c:(.text+0x90): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-lock-server.o: In function `gnu_dev_minor':
cmd-lock-server.c:(.text+0xb0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-lock-server.o: In function `gnu_dev_makedev':
cmd-lock-server.c:(.text+0xd0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-lock-server.o: In function `__strcspn_c1':
cmd-lock-server.c:(.text+0x100): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-lock-server.o: In function `__strcspn_c2':
cmd-lock-server.c:(.text+0x130): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-lock-server.o: In function `__strcspn_c3':
cmd-lock-server.c:(.text+0x160): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-lock-server.o: In function `__strspn_c1':
cmd-lock-server.c:(.text+0x1a0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-lock-server.o: In function `__strspn_c2':
cmd-lock-server.c:(.text+0x1c0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-lock-server.o: In function `__strspn_c3':
cmd-lock-server.c:(.text+0x1e0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-lock-server.o: In function `__strpbrk_c2':
cmd-lock-server.c:(.text+0x210): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-lock-server.o: In function `__strpbrk_c3':
cmd-lock-server.c:(.text+0x260): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-lock-server.o: In function `__strtok_r_1c':
cmd-lock-server.c:(.text+0x2c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-lock-server.o: In function `__strsep_1c':
cmd-lock-server.c:(.text+0x320): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-lock-server.o: In function `__strsep_2c':
cmd-lock-server.c:(.text+0x370): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-lock-server.o: In function `__strsep_3c':
cmd-lock-server.c:(.text+0x3c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-move-window.o: In function `gnu_dev_major':
cmd-move-window.c:(.text+0x180): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-move-window.o: In function `gnu_dev_minor':
cmd-move-window.c:(.text+0x1a0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-move-window.o: In function `gnu_dev_makedev':
cmd-move-window.c:(.text+0x1c0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-new-session.o: In function `gnu_dev_major':
cmd-new-session.c:(.text+0x840): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-new-session.o: In function `gnu_dev_minor':
cmd-new-session.c:(.text+0x860): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-new-session.o: In function `gnu_dev_makedev':
cmd-new-session.c:(.text+0x880): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-new-session.o: In function `stat':
cmd-new-session.c:(.text+0x8b0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-new-session.o: In function `lstat':
cmd-new-session.c:(.text+0x8c0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-new-session.o: In function `fstat':
cmd-new-session.c:(.text+0x8d0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-new-session.o: In function `fstatat':
cmd-new-session.c:(.text+0x8e0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-new-session.o: In function `mknod':
cmd-new-session.c:(.text+0x900): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-new-session.o: In function `mknodat':
cmd-new-session.c:(.text+0x920): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-new-session.o: In function `stat64':
cmd-new-session.c:(.text+0x950): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-new-session.o: In function `lstat64':
cmd-new-session.c:(.text+0x960): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-new-session.o: In function `fstat64':
cmd-new-session.c:(.text+0x970): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-new-session.o: In function `fstatat64':
cmd-new-session.c:(.text+0x980): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-new-session.o: In function `__strcspn_c1':
cmd-new-session.c:(.text+0x9a0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-new-session.o: In function `__strcspn_c2':
cmd-new-session.c:(.text+0x9d0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-new-session.o: In function `__strcspn_c3':
cmd-new-session.c:(.text+0xa00): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-new-session.o: In function `__strspn_c1':
cmd-new-session.c:(.text+0xa40): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-new-session.o: In function `__strspn_c2':
cmd-new-session.c:(.text+0xa60): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-new-session.o: In function `__strspn_c3':
cmd-new-session.c:(.text+0xa80): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-new-session.o: In function `__strpbrk_c2':
cmd-new-session.c:(.text+0xab0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-new-session.o: In function `__strpbrk_c3':
cmd-new-session.c:(.text+0xb00): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-new-session.o: In function `__strtok_r_1c':
cmd-new-session.c:(.text+0xb60): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-new-session.o: In function `__strsep_1c':
cmd-new-session.c:(.text+0xbc0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-new-session.o: In function `__strsep_2c':
cmd-new-session.c:(.text+0xc10): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-new-session.o: In function `__strsep_3c':
cmd-new-session.c:(.text+0xc60): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-new-window.o: In function `gnu_dev_major':
cmd-new-window.c:(.text+0x530): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-new-window.o: In function `gnu_dev_minor':
cmd-new-window.c:(.text+0x550): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-new-window.o: In function `gnu_dev_makedev':
cmd-new-window.c:(.text+0x570): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-new-window.o: In function `stat':
cmd-new-window.c:(.text+0x5a0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-new-window.o: In function `lstat':
cmd-new-window.c:(.text+0x5b0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-new-window.o: In function `fstat':
cmd-new-window.c:(.text+0x5c0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-new-window.o: In function `fstatat':
cmd-new-window.c:(.text+0x5d0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-new-window.o: In function `mknod':
cmd-new-window.c:(.text+0x5f0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-new-window.o: In function `mknodat':
cmd-new-window.c:(.text+0x610): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-new-window.o: In function `stat64':
cmd-new-window.c:(.text+0x640): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-new-window.o: In function `lstat64':
cmd-new-window.c:(.text+0x650): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-new-window.o: In function `fstat64':
cmd-new-window.c:(.text+0x660): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-new-window.o: In function `fstatat64':
cmd-new-window.c:(.text+0x670): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-new-window.o: In function `__strcspn_c1':
cmd-new-window.c:(.text+0x690): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-new-window.o: In function `__strcspn_c2':
cmd-new-window.c:(.text+0x6c0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-new-window.o: In function `__strcspn_c3':
cmd-new-window.c:(.text+0x6f0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-new-window.o: In function `__strspn_c1':
cmd-new-window.c:(.text+0x730): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-new-window.o: In function `__strspn_c2':
cmd-new-window.c:(.text+0x750): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-new-window.o: In function `__strspn_c3':
cmd-new-window.c:(.text+0x770): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-new-window.o: In function `__strpbrk_c2':
cmd-new-window.c:(.text+0x7a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-new-window.o: In function `__strpbrk_c3':
cmd-new-window.c:(.text+0x7f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-new-window.o: In function `__strtok_r_1c':
cmd-new-window.c:(.text+0x850): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-new-window.o: In function `__strsep_1c':
cmd-new-window.c:(.text+0x8b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-new-window.o: In function `__strsep_2c':
cmd-new-window.c:(.text+0x900): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-new-window.o: In function `__strsep_3c':
cmd-new-window.c:(.text+0x950): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-paste-buffer.o: In function `gnu_dev_major':
cmd-paste-buffer.c:(.text+0x210): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-paste-buffer.o: In function `gnu_dev_minor':
cmd-paste-buffer.c:(.text+0x230): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-paste-buffer.o: In function `gnu_dev_makedev':
cmd-paste-buffer.c:(.text+0x250): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-paste-buffer.o: In function `__strcspn_c1':
cmd-paste-buffer.c:(.text+0x280): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-paste-buffer.o: In function `__strcspn_c2':
cmd-paste-buffer.c:(.text+0x2b0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-paste-buffer.o: In function `__strcspn_c3':
cmd-paste-buffer.c:(.text+0x2e0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-paste-buffer.o: In function `__strspn_c1':
cmd-paste-buffer.c:(.text+0x320): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-paste-buffer.o: In function `__strspn_c2':
cmd-paste-buffer.c:(.text+0x340): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-paste-buffer.o: In function `__strspn_c3':
cmd-paste-buffer.c:(.text+0x360): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-paste-buffer.o: In function `__strpbrk_c2':
cmd-paste-buffer.c:(.text+0x390): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-paste-buffer.o: In function `__strpbrk_c3':
cmd-paste-buffer.c:(.text+0x3e0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-paste-buffer.o: In function `__strtok_r_1c':
cmd-paste-buffer.c:(.text+0x440): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-paste-buffer.o: In function `__strsep_1c':
cmd-paste-buffer.c:(.text+0x4a0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-paste-buffer.o: In function `__strsep_2c':
cmd-paste-buffer.c:(.text+0x4f0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-paste-buffer.o: In function `__strsep_3c':
cmd-paste-buffer.c:(.text+0x540): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-pipe-pane.o: In function `gnu_dev_major':
cmd-pipe-pane.c:(.text+0x350): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-pipe-pane.o: In function `gnu_dev_minor':
cmd-pipe-pane.c:(.text+0x370): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-pipe-pane.o: In function `gnu_dev_makedev':
cmd-pipe-pane.c:(.text+0x390): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-pipe-pane.o: In function `stat':
cmd-pipe-pane.c:(.text+0x3c0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-pipe-pane.o: In function `lstat':
cmd-pipe-pane.c:(.text+0x3d0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-pipe-pane.o: In function `fstat':
cmd-pipe-pane.c:(.text+0x3e0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-pipe-pane.o: In function `fstatat':
cmd-pipe-pane.c:(.text+0x3f0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-pipe-pane.o: In function `mknod':
cmd-pipe-pane.c:(.text+0x410): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-pipe-pane.o: In function `mknodat':
cmd-pipe-pane.c:(.text+0x430): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-pipe-pane.o: In function `stat64':
cmd-pipe-pane.c:(.text+0x460): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-pipe-pane.o: In function `lstat64':
cmd-pipe-pane.c:(.text+0x470): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-pipe-pane.o: In function `fstat64':
cmd-pipe-pane.c:(.text+0x480): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-pipe-pane.o: In function `fstatat64':
cmd-pipe-pane.c:(.text+0x490): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-pipe-pane.o: In function `__strcspn_c1':
cmd-pipe-pane.c:(.text+0x4b0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-pipe-pane.o: In function `__strcspn_c2':
cmd-pipe-pane.c:(.text+0x4e0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-pipe-pane.o: In function `__strcspn_c3':
cmd-pipe-pane.c:(.text+0x510): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-pipe-pane.o: In function `__strspn_c1':
cmd-pipe-pane.c:(.text+0x550): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-pipe-pane.o: In function `__strspn_c2':
cmd-pipe-pane.c:(.text+0x570): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-pipe-pane.o: In function `__strspn_c3':
cmd-pipe-pane.c:(.text+0x590): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-pipe-pane.o: In function `__strpbrk_c2':
cmd-pipe-pane.c:(.text+0x5c0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-pipe-pane.o: In function `__strpbrk_c3':
cmd-pipe-pane.c:(.text+0x610): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-pipe-pane.o: In function `__strtok_r_1c':
cmd-pipe-pane.c:(.text+0x670): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-pipe-pane.o: In function `__strsep_1c':
cmd-pipe-pane.c:(.text+0x6d0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-pipe-pane.o: In function `__strsep_2c':
cmd-pipe-pane.c:(.text+0x720): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-pipe-pane.o: In function `__strsep_3c':
cmd-pipe-pane.c:(.text+0x770): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-queue.o: In function `gnu_dev_major':
cmd-queue.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-queue.o: In function `gnu_dev_minor':
cmd-queue.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-queue.o: In function `gnu_dev_makedev':
cmd-queue.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-refresh-client.o: In function `gnu_dev_major':
cmd-refresh-client.c:(.text+0x1b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-refresh-client.o: In function `gnu_dev_minor':
cmd-refresh-client.c:(.text+0x1d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-refresh-client.o: In function `gnu_dev_makedev':
cmd-refresh-client.c:(.text+0x1f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-rename-session.o: In function `gnu_dev_major':
cmd-rename-session.c:(.text+0xf0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-rename-session.o: In function `gnu_dev_minor':
cmd-rename-session.c:(.text+0x110): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-rename-session.o: In function `gnu_dev_makedev':
cmd-rename-session.c:(.text+0x130): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-rename-window.o: In function `gnu_dev_major':
cmd-rename-window.c:(.text+0x80): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-rename-window.o: In function `gnu_dev_minor':
cmd-rename-window.c:(.text+0xa0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-rename-window.o: In function `gnu_dev_makedev':
cmd-rename-window.c:(.text+0xc0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-resize-pane.o: In function `gnu_dev_major':
cmd-resize-pane.c:(.text+0x450): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-resize-pane.o: In function `gnu_dev_minor':
cmd-resize-pane.c:(.text+0x470): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-resize-pane.o: In function `gnu_dev_makedev':
cmd-resize-pane.c:(.text+0x490): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-respawn-pane.o: In function `gnu_dev_major':
cmd-respawn-pane.c:(.text+0x200): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-respawn-pane.o: In function `gnu_dev_minor':
cmd-respawn-pane.c:(.text+0x220): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-respawn-pane.o: In function `gnu_dev_makedev':
cmd-respawn-pane.c:(.text+0x240): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-respawn-window.o: In function `gnu_dev_major':
cmd-respawn-window.c:(.text+0x290): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-respawn-window.o: In function `gnu_dev_minor':
cmd-respawn-window.c:(.text+0x2b0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-respawn-window.o: In function `gnu_dev_makedev':
cmd-respawn-window.c:(.text+0x2d0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-rotate-window.o: In function `gnu_dev_major':
cmd-rotate-window.c:(.text+0x3a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-rotate-window.o: In function `gnu_dev_minor':
cmd-rotate-window.c:(.text+0x3c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-rotate-window.o: In function `gnu_dev_makedev':
cmd-rotate-window.c:(.text+0x3e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-run-shell.o: In function `gnu_dev_major':
cmd-run-shell.c:(.text+0x1f0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-run-shell.o: In function `gnu_dev_minor':
cmd-run-shell.c:(.text+0x210): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-run-shell.o: In function `gnu_dev_makedev':
cmd-run-shell.c:(.text+0x230): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-run-shell.o: In function `__strcspn_c1':
cmd-run-shell.c:(.text+0x260): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-run-shell.o: In function `__strcspn_c2':
cmd-run-shell.c:(.text+0x290): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-run-shell.o: In function `__strcspn_c3':
cmd-run-shell.c:(.text+0x2c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-run-shell.o: In function `__strspn_c1':
cmd-run-shell.c:(.text+0x300): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-run-shell.o: In function `__strspn_c2':
cmd-run-shell.c:(.text+0x320): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-run-shell.o: In function `__strspn_c3':
cmd-run-shell.c:(.text+0x340): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-run-shell.o: In function `__strpbrk_c2':
cmd-run-shell.c:(.text+0x370): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-run-shell.o: In function `__strpbrk_c3':
cmd-run-shell.c:(.text+0x3c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-run-shell.o: In function `__strtok_r_1c':
cmd-run-shell.c:(.text+0x420): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-run-shell.o: In function `__strsep_1c':
cmd-run-shell.c:(.text+0x480): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-run-shell.o: In function `__strsep_2c':
cmd-run-shell.c:(.text+0x4d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-run-shell.o: In function `__strsep_3c':
cmd-run-shell.c:(.text+0x520): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-save-buffer.o: In function `gnu_dev_major':
cmd-save-buffer.c:(.text+0x3c0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-save-buffer.o: In function `gnu_dev_minor':
cmd-save-buffer.c:(.text+0x3e0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-save-buffer.o: In function `gnu_dev_makedev':
cmd-save-buffer.c:(.text+0x400): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-save-buffer.o: In function `stat':
cmd-save-buffer.c:(.text+0x430): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-save-buffer.o: In function `lstat':
cmd-save-buffer.c:(.text+0x440): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-save-buffer.o: In function `fstat':
cmd-save-buffer.c:(.text+0x450): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-save-buffer.o: In function `fstatat':
cmd-save-buffer.c:(.text+0x460): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-save-buffer.o: In function `mknod':
cmd-save-buffer.c:(.text+0x480): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-save-buffer.o: In function `mknodat':
cmd-save-buffer.c:(.text+0x4a0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-save-buffer.o: In function `stat64':
cmd-save-buffer.c:(.text+0x4d0): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-save-buffer.o: In function `lstat64':
cmd-save-buffer.c:(.text+0x4e0): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-save-buffer.o: In function `fstat64':
cmd-save-buffer.c:(.text+0x4f0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-save-buffer.o: In function `fstatat64':
cmd-save-buffer.c:(.text+0x500): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-save-buffer.o: In function `__strcspn_c1':
cmd-save-buffer.c:(.text+0x520): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-save-buffer.o: In function `__strcspn_c2':
cmd-save-buffer.c:(.text+0x550): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-save-buffer.o: In function `__strcspn_c3':
cmd-save-buffer.c:(.text+0x580): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-save-buffer.o: In function `__strspn_c1':
cmd-save-buffer.c:(.text+0x5c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-save-buffer.o: In function `__strspn_c2':
cmd-save-buffer.c:(.text+0x5e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-save-buffer.o: In function `__strspn_c3':
cmd-save-buffer.c:(.text+0x600): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-save-buffer.o: In function `__strpbrk_c2':
cmd-save-buffer.c:(.text+0x630): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-save-buffer.o: In function `__strpbrk_c3':
cmd-save-buffer.c:(.text+0x680): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-save-buffer.o: In function `__strtok_r_1c':
cmd-save-buffer.c:(.text+0x6e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-save-buffer.o: In function `__strsep_1c':
cmd-save-buffer.c:(.text+0x740): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-save-buffer.o: In function `__strsep_2c':
cmd-save-buffer.c:(.text+0x790): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-save-buffer.o: In function `__strsep_3c':
cmd-save-buffer.c:(.text+0x7e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-select-layout.o: In function `gnu_dev_major':
cmd-select-layout.c:(.text+0x2d0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-select-layout.o: In function `gnu_dev_minor':
cmd-select-layout.c:(.text+0x2f0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-select-layout.o: In function `gnu_dev_makedev':
cmd-select-layout.c:(.text+0x310): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-select-pane.o: In function `gnu_dev_major':
cmd-select-pane.c:(.text+0x2b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-select-pane.o: In function `gnu_dev_minor':
cmd-select-pane.c:(.text+0x2d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-select-pane.o: In function `gnu_dev_makedev':
cmd-select-pane.c:(.text+0x2f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-select-window.o: In function `gnu_dev_major':
cmd-select-window.c:(.text+0x2d0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-select-window.o: In function `gnu_dev_minor':
cmd-select-window.c:(.text+0x2f0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-select-window.o: In function `gnu_dev_makedev':
cmd-select-window.c:(.text+0x310): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-send-keys.o: In function `gnu_dev_major':
cmd-send-keys.c:(.text+0x1f0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-send-keys.o: In function `gnu_dev_minor':
cmd-send-keys.c:(.text+0x210): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-send-keys.o: In function `gnu_dev_makedev':
cmd-send-keys.c:(.text+0x230): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-send-keys.o: In function `__strcspn_c1':
cmd-send-keys.c:(.text+0x260): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-send-keys.o: In function `__strcspn_c2':
cmd-send-keys.c:(.text+0x290): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-send-keys.o: In function `__strcspn_c3':
cmd-send-keys.c:(.text+0x2c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-send-keys.o: In function `__strspn_c1':
cmd-send-keys.c:(.text+0x300): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-send-keys.o: In function `__strspn_c2':
cmd-send-keys.c:(.text+0x320): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-send-keys.o: In function `__strspn_c3':
cmd-send-keys.c:(.text+0x340): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-send-keys.o: In function `__strpbrk_c2':
cmd-send-keys.c:(.text+0x370): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-send-keys.o: In function `__strpbrk_c3':
cmd-send-keys.c:(.text+0x3c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-send-keys.o: In function `__strtok_r_1c':
cmd-send-keys.c:(.text+0x420): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-send-keys.o: In function `__strsep_1c':
cmd-send-keys.c:(.text+0x480): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-send-keys.o: In function `__strsep_2c':
cmd-send-keys.c:(.text+0x4d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-send-keys.o: In function `__strsep_3c':
cmd-send-keys.c:(.text+0x520): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-set-buffer.o: In function `gnu_dev_major':
cmd-set-buffer.c:(.text+0x130): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-set-buffer.o: In function `gnu_dev_minor':
cmd-set-buffer.c:(.text+0x150): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-set-buffer.o: In function `gnu_dev_makedev':
cmd-set-buffer.c:(.text+0x170): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-set-buffer.o: In function `__strcspn_c1':
cmd-set-buffer.c:(.text+0x1a0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-set-buffer.o: In function `__strcspn_c2':
cmd-set-buffer.c:(.text+0x1d0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-set-buffer.o: In function `__strcspn_c3':
cmd-set-buffer.c:(.text+0x200): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-set-buffer.o: In function `__strspn_c1':
cmd-set-buffer.c:(.text+0x240): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-set-buffer.o: In function `__strspn_c2':
cmd-set-buffer.c:(.text+0x260): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-set-buffer.o: In function `__strspn_c3':
cmd-set-buffer.c:(.text+0x280): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-set-buffer.o: In function `__strpbrk_c2':
cmd-set-buffer.c:(.text+0x2b0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-set-buffer.o: In function `__strpbrk_c3':
cmd-set-buffer.c:(.text+0x300): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-set-buffer.o: In function `__strtok_r_1c':
cmd-set-buffer.c:(.text+0x360): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-set-buffer.o: In function `__strsep_1c':
cmd-set-buffer.c:(.text+0x3c0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-set-buffer.o: In function `__strsep_2c':
cmd-set-buffer.c:(.text+0x410): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-set-buffer.o: In function `__strsep_3c':
cmd-set-buffer.c:(.text+0x460): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-set-environment.o: In function `gnu_dev_major':
cmd-set-environment.c:(.text+0x1e0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-set-environment.o: In function `gnu_dev_minor':
cmd-set-environment.c:(.text+0x200): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-set-environment.o: In function `gnu_dev_makedev':
cmd-set-environment.c:(.text+0x220): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-set-environment.o: In function `__strcspn_c1':
cmd-set-environment.c:(.text+0x250): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-set-environment.o: In function `__strcspn_c2':
cmd-set-environment.c:(.text+0x280): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-set-environment.o: In function `__strcspn_c3':
cmd-set-environment.c:(.text+0x2b0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-set-environment.o: In function `__strspn_c1':
cmd-set-environment.c:(.text+0x2f0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-set-environment.o: In function `__strspn_c2':
cmd-set-environment.c:(.text+0x310): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-set-environment.o: In function `__strspn_c3':
cmd-set-environment.c:(.text+0x330): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-set-environment.o: In function `__strpbrk_c2':
cmd-set-environment.c:(.text+0x360): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-set-environment.o: In function `__strpbrk_c3':
cmd-set-environment.c:(.text+0x3b0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-set-environment.o: In function `__strtok_r_1c':
cmd-set-environment.c:(.text+0x410): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-set-environment.o: In function `__strsep_1c':
cmd-set-environment.c:(.text+0x470): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-set-environment.o: In function `__strsep_2c':
cmd-set-environment.c:(.text+0x4c0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-set-environment.o: In function `__strsep_3c':
cmd-set-environment.c:(.text+0x510): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-set-option.o: In function `gnu_dev_major':
cmd-set-option.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-set-option.o: In function `gnu_dev_minor':
cmd-set-option.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-set-option.o: In function `gnu_dev_makedev':
cmd-set-option.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-set-option.o: In function `__strcspn_c1':
cmd-set-option.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-set-option.o: In function `__strcspn_c2':
cmd-set-option.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-set-option.o: In function `__strcspn_c3':
cmd-set-option.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-set-option.o: In function `__strspn_c1':
cmd-set-option.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-set-option.o: In function `__strspn_c2':
cmd-set-option.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-set-option.o: In function `__strspn_c3':
cmd-set-option.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-set-option.o: In function `__strpbrk_c2':
cmd-set-option.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-set-option.o: In function `__strpbrk_c3':
cmd-set-option.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-set-option.o: In function `__strtok_r_1c':
cmd-set-option.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-set-option.o: In function `__strsep_1c':
cmd-set-option.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-set-option.o: In function `__strsep_2c':
cmd-set-option.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-set-option.o: In function `__strsep_3c':
cmd-set-option.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-show-environment.o: In function `gnu_dev_major':
cmd-show-environment.c:(.text+0x160): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-show-environment.o: In function `gnu_dev_minor':
cmd-show-environment.c:(.text+0x180): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-show-environment.o: In function `gnu_dev_makedev':
cmd-show-environment.c:(.text+0x1a0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-show-environment.o: In function `__strcspn_c1':
cmd-show-environment.c:(.text+0x1d0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-show-environment.o: In function `__strcspn_c2':
cmd-show-environment.c:(.text+0x200): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-show-environment.o: In function `__strcspn_c3':
cmd-show-environment.c:(.text+0x230): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-show-environment.o: In function `__strspn_c1':
cmd-show-environment.c:(.text+0x270): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-show-environment.o: In function `__strspn_c2':
cmd-show-environment.c:(.text+0x290): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-show-environment.o: In function `__strspn_c3':
cmd-show-environment.c:(.text+0x2b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-show-environment.o: In function `__strpbrk_c2':
cmd-show-environment.c:(.text+0x2e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-show-environment.o: In function `__strpbrk_c3':
cmd-show-environment.c:(.text+0x330): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-show-environment.o: In function `__strtok_r_1c':
cmd-show-environment.c:(.text+0x390): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-show-environment.o: In function `__strsep_1c':
cmd-show-environment.c:(.text+0x3f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-show-environment.o: In function `__strsep_2c':
cmd-show-environment.c:(.text+0x440): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-show-environment.o: In function `__strsep_3c':
cmd-show-environment.c:(.text+0x490): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-show-messages.o: In function `gnu_dev_major':
cmd-show-messages.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-show-messages.o: In function `gnu_dev_minor':
cmd-show-messages.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-show-messages.o: In function `gnu_dev_makedev':
cmd-show-messages.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-show-messages.o: In function `__strcspn_c1':
cmd-show-messages.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-show-messages.o: In function `__strcspn_c2':
cmd-show-messages.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-show-messages.o: In function `__strcspn_c3':
cmd-show-messages.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-show-messages.o: In function `__strspn_c1':
cmd-show-messages.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-show-messages.o: In function `__strspn_c2':
cmd-show-messages.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-show-messages.o: In function `__strspn_c3':
cmd-show-messages.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-show-messages.o: In function `__strpbrk_c2':
cmd-show-messages.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-show-messages.o: In function `__strpbrk_c3':
cmd-show-messages.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-show-messages.o: In function `__strtok_r_1c':
cmd-show-messages.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-show-messages.o: In function `__strsep_1c':
cmd-show-messages.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-show-messages.o: In function `__strsep_2c':
cmd-show-messages.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-show-messages.o: In function `__strsep_3c':
cmd-show-messages.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-show-options.o: In function `gnu_dev_major':
cmd-show-options.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-show-options.o: In function `gnu_dev_minor':
cmd-show-options.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-show-options.o: In function `gnu_dev_makedev':
cmd-show-options.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-show-options.o: In function `__strcspn_c1':
cmd-show-options.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-show-options.o: In function `__strcspn_c2':
cmd-show-options.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-show-options.o: In function `__strcspn_c3':
cmd-show-options.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-show-options.o: In function `__strspn_c1':
cmd-show-options.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-show-options.o: In function `__strspn_c2':
cmd-show-options.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-show-options.o: In function `__strspn_c3':
cmd-show-options.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-show-options.o: In function `__strpbrk_c2':
cmd-show-options.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-show-options.o: In function `__strpbrk_c3':
cmd-show-options.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-show-options.o: In function `__strtok_r_1c':
cmd-show-options.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-show-options.o: In function `__strsep_1c':
cmd-show-options.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-show-options.o: In function `__strsep_2c':
cmd-show-options.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-show-options.o: In function `__strsep_3c':
cmd-show-options.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-source-file.o: In function `gnu_dev_major':
cmd-source-file.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-source-file.o: In function `gnu_dev_minor':
cmd-source-file.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-source-file.o: In function `gnu_dev_makedev':
cmd-source-file.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-split-window.o: In function `gnu_dev_major':
cmd-split-window.c:(.text+0x690): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-split-window.o: In function `gnu_dev_minor':
cmd-split-window.c:(.text+0x6b0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-split-window.o: In function `gnu_dev_makedev':
cmd-split-window.c:(.text+0x6d0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-split-window.o: In function `stat':
cmd-split-window.c:(.text+0x700): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-split-window.o: In function `lstat':
cmd-split-window.c:(.text+0x710): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-split-window.o: In function `fstat':
cmd-split-window.c:(.text+0x720): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-split-window.o: In function `fstatat':
cmd-split-window.c:(.text+0x730): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-split-window.o: In function `mknod':
cmd-split-window.c:(.text+0x750): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-split-window.o: In function `mknodat':
cmd-split-window.c:(.text+0x770): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-split-window.o: In function `stat64':
cmd-split-window.c:(.text+0x7a0): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-split-window.o: In function `lstat64':
cmd-split-window.c:(.text+0x7b0): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-split-window.o: In function `fstat64':
cmd-split-window.c:(.text+0x7c0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-split-window.o: In function `fstatat64':
cmd-split-window.c:(.text+0x7d0): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-split-window.o: In function `__strcspn_c1':
cmd-split-window.c:(.text+0x7f0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-split-window.o: In function `__strcspn_c2':
cmd-split-window.c:(.text+0x820): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-split-window.o: In function `__strcspn_c3':
cmd-split-window.c:(.text+0x850): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-split-window.o: In function `__strspn_c1':
cmd-split-window.c:(.text+0x890): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-split-window.o: In function `__strspn_c2':
cmd-split-window.c:(.text+0x8b0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-split-window.o: In function `__strspn_c3':
cmd-split-window.c:(.text+0x8d0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-split-window.o: In function `__strpbrk_c2':
cmd-split-window.c:(.text+0x900): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-split-window.o: In function `__strpbrk_c3':
cmd-split-window.c:(.text+0x950): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-split-window.o: In function `__strtok_r_1c':
cmd-split-window.c:(.text+0x9b0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-split-window.o: In function `__strsep_1c':
cmd-split-window.c:(.text+0xa10): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-split-window.o: In function `__strsep_2c':
cmd-split-window.c:(.text+0xa60): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-split-window.o: In function `__strsep_3c':
cmd-split-window.c:(.text+0xab0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-string.o: In function `gnu_dev_major':
cmd-string.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-string.o: In function `gnu_dev_minor':
cmd-string.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-string.o: In function `gnu_dev_makedev':
cmd-string.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-string.o: In function `__strcspn_c1':
cmd-string.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-string.o: In function `__strcspn_c2':
cmd-string.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-string.o: In function `__strcspn_c3':
cmd-string.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-string.o: In function `__strspn_c1':
cmd-string.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-string.o: In function `__strspn_c2':
cmd-string.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-string.o: In function `__strspn_c3':
cmd-string.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-string.o: In function `__strpbrk_c2':
cmd-string.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-string.o: In function `__strpbrk_c3':
cmd-string.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-string.o: In function `__strtok_r_1c':
cmd-string.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-string.o: In function `__strsep_1c':
cmd-string.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-string.o: In function `__strsep_2c':
cmd-string.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-string.o: In function `__strsep_3c':
cmd-string.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-suspend-client.o: In function `gnu_dev_major':
cmd-suspend-client.c:(.text+0x60): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-suspend-client.o: In function `gnu_dev_minor':
cmd-suspend-client.c:(.text+0x80): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-suspend-client.o: In function `gnu_dev_makedev':
cmd-suspend-client.c:(.text+0xa0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-suspend-client.o: In function `__strcspn_c1':
cmd-suspend-client.c:(.text+0xd0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-suspend-client.o: In function `__strcspn_c2':
cmd-suspend-client.c:(.text+0x100): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-suspend-client.o: In function `__strcspn_c3':
cmd-suspend-client.c:(.text+0x130): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-suspend-client.o: In function `__strspn_c1':
cmd-suspend-client.c:(.text+0x170): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-suspend-client.o: In function `__strspn_c2':
cmd-suspend-client.c:(.text+0x190): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-suspend-client.o: In function `__strspn_c3':
cmd-suspend-client.c:(.text+0x1b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-suspend-client.o: In function `__strpbrk_c2':
cmd-suspend-client.c:(.text+0x1e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-suspend-client.o: In function `__strpbrk_c3':
cmd-suspend-client.c:(.text+0x230): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-suspend-client.o: In function `__strtok_r_1c':
cmd-suspend-client.c:(.text+0x290): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-suspend-client.o: In function `__strsep_1c':
cmd-suspend-client.c:(.text+0x2f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-suspend-client.o: In function `__strsep_2c':
cmd-suspend-client.c:(.text+0x340): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-suspend-client.o: In function `__strsep_3c':
cmd-suspend-client.c:(.text+0x390): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-swap-pane.o: In function `gnu_dev_major':
cmd-swap-pane.c:(.text+0x500): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-swap-pane.o: In function `gnu_dev_minor':
cmd-swap-pane.c:(.text+0x520): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-swap-pane.o: In function `gnu_dev_makedev':
cmd-swap-pane.c:(.text+0x540): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-swap-window.o: In function `gnu_dev_major':
cmd-swap-window.c:(.text+0x1a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-swap-window.o: In function `gnu_dev_minor':
cmd-swap-window.c:(.text+0x1c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-swap-window.o: In function `gnu_dev_makedev':
cmd-swap-window.c:(.text+0x1e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-switch-client.o: In function `gnu_dev_major':
cmd-switch-client.c:(.text+0x3b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-switch-client.o: In function `gnu_dev_minor':
cmd-switch-client.c:(.text+0x3d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-switch-client.o: In function `gnu_dev_makedev':
cmd-switch-client.c:(.text+0x3f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-switch-client.o: In function `__strcspn_c1':
cmd-switch-client.c:(.text+0x420): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-switch-client.o: In function `__strcspn_c2':
cmd-switch-client.c:(.text+0x450): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-switch-client.o: In function `__strcspn_c3':
cmd-switch-client.c:(.text+0x480): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-switch-client.o: In function `__strspn_c1':
cmd-switch-client.c:(.text+0x4c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-switch-client.o: In function `__strspn_c2':
cmd-switch-client.c:(.text+0x4e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-switch-client.o: In function `__strspn_c3':
cmd-switch-client.c:(.text+0x500): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-switch-client.o: In function `__strpbrk_c2':
cmd-switch-client.c:(.text+0x530): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-switch-client.o: In function `__strpbrk_c3':
cmd-switch-client.c:(.text+0x580): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-switch-client.o: In function `__strtok_r_1c':
cmd-switch-client.c:(.text+0x5e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-switch-client.o: In function `__strsep_1c':
cmd-switch-client.c:(.text+0x640): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-switch-client.o: In function `__strsep_2c':
cmd-switch-client.c:(.text+0x690): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-switch-client.o: In function `__strsep_3c':
cmd-switch-client.c:(.text+0x6e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-unbind-key.o: In function `gnu_dev_major':
cmd-unbind-key.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-unbind-key.o: In function `gnu_dev_minor':
cmd-unbind-key.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-unbind-key.o: In function `gnu_dev_makedev':
cmd-unbind-key.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-unlink-window.o: In function `gnu_dev_major':
cmd-unlink-window.c:(.text+0xf0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-unlink-window.o: In function `gnu_dev_minor':
cmd-unlink-window.c:(.text+0x110): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-unlink-window.o: In function `gnu_dev_makedev':
cmd-unlink-window.c:(.text+0x130): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-wait-for.o: In function `gnu_dev_major':
cmd-wait-for.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-wait-for.o: In function `gnu_dev_minor':
cmd-wait-for.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-wait-for.o: In function `gnu_dev_makedev':
cmd-wait-for.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-wait-for.o: In function `__strcspn_c1':
cmd-wait-for.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-wait-for.o: In function `__strcspn_c2':
cmd-wait-for.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-wait-for.o: In function `__strcspn_c3':
cmd-wait-for.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-wait-for.o: In function `__strspn_c1':
cmd-wait-for.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-wait-for.o: In function `__strspn_c2':
cmd-wait-for.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-wait-for.o: In function `__strspn_c3':
cmd-wait-for.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-wait-for.o: In function `__strpbrk_c2':
cmd-wait-for.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-wait-for.o: In function `__strpbrk_c3':
cmd-wait-for.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-wait-for.o: In function `__strtok_r_1c':
cmd-wait-for.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-wait-for.o: In function `__strsep_1c':
cmd-wait-for.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-wait-for.o: In function `__strsep_2c':
cmd-wait-for.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-wait-for.o: In function `__strsep_3c':
cmd-wait-for.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd.o: In function `gnu_dev_major':
cmd.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd.o: In function `gnu_dev_minor':
cmd.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd.o: In function `gnu_dev_makedev':
cmd.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd.o: In function `__strcspn_c1':
cmd.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd.o: In function `__strcspn_c2':
cmd.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd.o: In function `__strcspn_c3':
cmd.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd.o: In function `__strspn_c1':
cmd.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd.o: In function `__strspn_c2':
cmd.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd.o: In function `__strspn_c3':
cmd.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd.o: In function `__strpbrk_c2':
cmd.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd.o: In function `__strpbrk_c3':
cmd.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd.o: In function `__strtok_r_1c':
cmd.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd.o: In function `__strsep_1c':
cmd.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd.o: In function `__strsep_2c':
cmd.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd.o: In function `__strsep_3c':
cmd.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
colour.o: In function `gnu_dev_major':
colour.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
colour.o: In function `gnu_dev_minor':
colour.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
colour.o: In function `gnu_dev_makedev':
colour.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
colour.o: In function `__strcspn_c1':
colour.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
colour.o: In function `__strcspn_c2':
colour.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
colour.o: In function `__strcspn_c3':
colour.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
colour.o: In function `__strspn_c1':
colour.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
colour.o: In function `__strspn_c2':
colour.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
colour.o: In function `__strspn_c3':
colour.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
colour.o: In function `__strpbrk_c2':
colour.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
colour.o: In function `__strpbrk_c3':
colour.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
colour.o: In function `__strtok_r_1c':
colour.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
colour.o: In function `__strsep_1c':
colour.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
colour.o: In function `__strsep_2c':
colour.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
colour.o: In function `__strsep_3c':
colour.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
control.o: In function `gnu_dev_major':
control.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
control.o: In function `gnu_dev_minor':
control.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
control.o: In function `gnu_dev_makedev':
control.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
control.o: In function `__strcspn_c1':
control.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
control.o: In function `__strcspn_c2':
control.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
control.o: In function `__strcspn_c3':
control.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
control.o: In function `__strspn_c1':
control.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
control.o: In function `__strspn_c2':
control.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
control.o: In function `__strspn_c3':
control.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
control.o: In function `__strpbrk_c2':
control.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
control.o: In function `__strpbrk_c3':
control.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
control.o: In function `__strtok_r_1c':
control.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
control.o: In function `__strsep_1c':
control.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
control.o: In function `__strsep_2c':
control.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
control.o: In function `__strsep_3c':
control.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
control-notify.o: In function `gnu_dev_major':
control-notify.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
control-notify.o: In function `gnu_dev_minor':
control-notify.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
control-notify.o: In function `gnu_dev_makedev':
control-notify.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
environ.o: In function `gnu_dev_major':
environ.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
environ.o: In function `gnu_dev_minor':
environ.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
environ.o: In function `gnu_dev_makedev':
environ.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
environ.o: In function `__strcspn_c1':
environ.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
environ.o: In function `__strcspn_c2':
environ.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
environ.o: In function `__strcspn_c3':
environ.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
environ.o: In function `__strspn_c1':
environ.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
environ.o: In function `__strspn_c2':
environ.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
environ.o: In function `__strspn_c3':
environ.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
environ.o: In function `__strpbrk_c2':
environ.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
environ.o: In function `__strpbrk_c3':
environ.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
environ.o: In function `__strtok_r_1c':
environ.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
environ.o: In function `__strsep_1c':
environ.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
environ.o: In function `__strsep_2c':
environ.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
environ.o: In function `__strsep_3c':
environ.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
format.o: In function `gnu_dev_major':
format.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
format.o: In function `gnu_dev_minor':
format.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
format.o: In function `gnu_dev_makedev':
format.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
format.o: In function `__strcspn_c1':
format.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
format.o: In function `__strcspn_c2':
format.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
format.o: In function `__strcspn_c3':
format.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
format.o: In function `__strspn_c1':
format.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
format.o: In function `__strspn_c2':
format.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
format.o: In function `__strspn_c3':
format.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
format.o: In function `__strpbrk_c2':
format.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
format.o: In function `__strpbrk_c3':
format.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
format.o: In function `__strtok_r_1c':
format.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
format.o: In function `__strsep_1c':
format.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
format.o: In function `__strsep_2c':
format.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
format.o: In function `__strsep_3c':
format.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
grid-cell.o: In function `gnu_dev_major':
grid-cell.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
grid-cell.o: In function `gnu_dev_minor':
grid-cell.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
grid-cell.o: In function `gnu_dev_makedev':
grid-cell.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
grid-cell.o: In function `__strcspn_c1':
grid-cell.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
grid-cell.o: In function `__strcspn_c2':
grid-cell.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
grid-cell.o: In function `__strcspn_c3':
grid-cell.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
grid-cell.o: In function `__strspn_c1':
grid-cell.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
grid-cell.o: In function `__strspn_c2':
grid-cell.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
grid-cell.o: In function `__strspn_c3':
grid-cell.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
grid-cell.o: In function `__strpbrk_c2':
grid-cell.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
grid-cell.o: In function `__strpbrk_c3':
grid-cell.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
grid-cell.o: In function `__strtok_r_1c':
grid-cell.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
grid-cell.o: In function `__strsep_1c':
grid-cell.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
grid-cell.o: In function `__strsep_2c':
grid-cell.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
grid-cell.o: In function `__strsep_3c':
grid-cell.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
grid-view.o: In function `gnu_dev_major':
grid-view.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
grid-view.o: In function `gnu_dev_minor':
grid-view.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
grid-view.o: In function `gnu_dev_makedev':
grid-view.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
grid-view.o: In function `__strcspn_c1':
grid-view.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
grid-view.o: In function `__strcspn_c2':
grid-view.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
grid-view.o: In function `__strcspn_c3':
grid-view.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
grid-view.o: In function `__strspn_c1':
grid-view.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
grid-view.o: In function `__strspn_c2':
grid-view.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
grid-view.o: In function `__strspn_c3':
grid-view.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
grid-view.o: In function `__strpbrk_c2':
grid-view.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
grid-view.o: In function `__strpbrk_c3':
grid-view.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
grid-view.o: In function `__strtok_r_1c':
grid-view.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
grid-view.o: In function `__strsep_1c':
grid-view.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
grid-view.o: In function `__strsep_2c':
grid-view.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
grid-view.o: In function `__strsep_3c':
grid-view.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
grid.o: In function `gnu_dev_major':
grid.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
grid.o: In function `gnu_dev_minor':
grid.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
grid.o: In function `gnu_dev_makedev':
grid.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
grid.o: In function `__strcspn_c1':
grid.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
grid.o: In function `__strcspn_c2':
grid.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
grid.o: In function `__strcspn_c3':
grid.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
grid.o: In function `__strspn_c1':
grid.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
grid.o: In function `__strspn_c2':
grid.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
grid.o: In function `__strspn_c3':
grid.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
grid.o: In function `__strpbrk_c2':
grid.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
grid.o: In function `__strpbrk_c3':
grid.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
grid.o: In function `__strtok_r_1c':
grid.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
grid.o: In function `__strsep_1c':
grid.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
grid.o: In function `__strsep_2c':
grid.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
grid.o: In function `__strsep_3c':
grid.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
input-keys.o: In function `gnu_dev_major':
input-keys.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
input-keys.o: In function `gnu_dev_minor':
input-keys.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
input-keys.o: In function `gnu_dev_makedev':
input-keys.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
input-keys.o: In function `__strcspn_c1':
input-keys.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
input-keys.o: In function `__strcspn_c2':
input-keys.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
input-keys.o: In function `__strcspn_c3':
input-keys.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
input-keys.o: In function `__strspn_c1':
input-keys.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
input-keys.o: In function `__strspn_c2':
input-keys.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
input-keys.o: In function `__strspn_c3':
input-keys.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
input-keys.o: In function `__strpbrk_c2':
input-keys.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
input-keys.o: In function `__strpbrk_c3':
input-keys.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
input-keys.o: In function `__strtok_r_1c':
input-keys.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
input-keys.o: In function `__strsep_1c':
input-keys.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
input-keys.o: In function `__strsep_2c':
input-keys.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
input-keys.o: In function `__strsep_3c':
input-keys.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
input.o: In function `gnu_dev_major':
input.c:(.text+0xa10): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
input.o: In function `gnu_dev_minor':
input.c:(.text+0xa30): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
input.o: In function `gnu_dev_makedev':
input.c:(.text+0xa50): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
input.o: In function `__strcspn_c1':
input.c:(.text+0xa80): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
input.o: In function `__strcspn_c2':
input.c:(.text+0xab0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
input.o: In function `__strcspn_c3':
input.c:(.text+0xae0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
input.o: In function `__strspn_c1':
input.c:(.text+0xb20): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
input.o: In function `__strspn_c2':
input.c:(.text+0xb40): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
input.o: In function `__strspn_c3':
input.c:(.text+0xb60): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
input.o: In function `__strpbrk_c2':
input.c:(.text+0xb90): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
input.o: In function `__strpbrk_c3':
input.c:(.text+0xbe0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
input.o: In function `__strtok_r_1c':
input.c:(.text+0xc40): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
input.o: In function `__strsep_1c':
input.c:(.text+0xca0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
input.o: In function `__strsep_2c':
input.c:(.text+0xcf0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
input.o: In function `__strsep_3c':
input.c:(.text+0xd40): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
job.o: In function `gnu_dev_major':
job.c:(.text+0x70): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
job.o: In function `gnu_dev_minor':
job.c:(.text+0x90): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
job.o: In function `gnu_dev_makedev':
job.c:(.text+0xb0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
job.o: In function `stat':
job.c:(.text+0xe0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
job.o: In function `lstat':
job.c:(.text+0xf0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
job.o: In function `fstat':
job.c:(.text+0x100): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
job.o: In function `fstatat':
job.c:(.text+0x110): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
job.o: In function `mknod':
job.c:(.text+0x130): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
job.o: In function `mknodat':
job.c:(.text+0x150): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
job.o: In function `stat64':
job.c:(.text+0x180): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
job.o: In function `lstat64':
job.c:(.text+0x190): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
job.o: In function `fstat64':
job.c:(.text+0x1a0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
job.o: In function `fstatat64':
job.c:(.text+0x1b0): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
job.o: In function `__strcspn_c1':
job.c:(.text+0x1d0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
job.o: In function `__strcspn_c2':
job.c:(.text+0x200): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
job.o: In function `__strcspn_c3':
job.c:(.text+0x230): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
job.o: In function `__strspn_c1':
job.c:(.text+0x270): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
job.o: In function `__strspn_c2':
job.c:(.text+0x290): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
job.o: In function `__strspn_c3':
job.c:(.text+0x2b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
job.o: In function `__strpbrk_c2':
job.c:(.text+0x2e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
job.o: In function `__strpbrk_c3':
job.c:(.text+0x330): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
job.o: In function `__strtok_r_1c':
job.c:(.text+0x390): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
job.o: In function `__strsep_1c':
job.c:(.text+0x3f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
job.o: In function `__strsep_2c':
job.c:(.text+0x440): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
job.o: In function `__strsep_3c':
job.c:(.text+0x490): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
key-bindings.o: In function `gnu_dev_major':
key-bindings.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
key-bindings.o: In function `gnu_dev_minor':
key-bindings.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
key-bindings.o: In function `gnu_dev_makedev':
key-bindings.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
key-bindings.o: In function `__strcspn_c1':
key-bindings.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
key-bindings.o: In function `__strcspn_c2':
key-bindings.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
key-bindings.o: In function `__strcspn_c3':
key-bindings.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
key-bindings.o: In function `__strspn_c1':
key-bindings.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
key-bindings.o: In function `__strspn_c2':
key-bindings.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
key-bindings.o: In function `__strspn_c3':
key-bindings.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
key-bindings.o: In function `__strpbrk_c2':
key-bindings.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
key-bindings.o: In function `__strpbrk_c3':
key-bindings.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
key-bindings.o: In function `__strtok_r_1c':
key-bindings.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
key-bindings.o: In function `__strsep_1c':
key-bindings.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
key-bindings.o: In function `__strsep_2c':
key-bindings.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
key-bindings.o: In function `__strsep_3c':
key-bindings.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
key-string.o: In function `gnu_dev_major':
key-string.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
key-string.o: In function `gnu_dev_minor':
key-string.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
key-string.o: In function `gnu_dev_makedev':
key-string.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
key-string.o: In function `__strcspn_c1':
key-string.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
key-string.o: In function `__strcspn_c2':
key-string.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
key-string.o: In function `__strcspn_c3':
key-string.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
key-string.o: In function `__strspn_c1':
key-string.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
key-string.o: In function `__strspn_c2':
key-string.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
key-string.o: In function `__strspn_c3':
key-string.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
key-string.o: In function `__strpbrk_c2':
key-string.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
key-string.o: In function `__strpbrk_c3':
key-string.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
key-string.o: In function `__strtok_r_1c':
key-string.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
key-string.o: In function `__strsep_1c':
key-string.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
key-string.o: In function `__strsep_2c':
key-string.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
key-string.o: In function `__strsep_3c':
key-string.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
layout-custom.o: In function `gnu_dev_major':
layout-custom.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
layout-custom.o: In function `gnu_dev_minor':
layout-custom.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
layout-custom.o: In function `gnu_dev_makedev':
layout-custom.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
layout-custom.o: In function `__strcspn_c1':
layout-custom.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
layout-custom.o: In function `__strcspn_c2':
layout-custom.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
layout-custom.o: In function `__strcspn_c3':
layout-custom.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
layout-custom.o: In function `__strspn_c1':
layout-custom.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
layout-custom.o: In function `__strspn_c2':
layout-custom.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
layout-custom.o: In function `__strspn_c3':
layout-custom.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
layout-custom.o: In function `__strpbrk_c2':
layout-custom.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
layout-custom.o: In function `__strpbrk_c3':
layout-custom.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
layout-custom.o: In function `__strtok_r_1c':
layout-custom.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
layout-custom.o: In function `__strsep_1c':
layout-custom.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
layout-custom.o: In function `__strsep_2c':
layout-custom.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
layout-custom.o: In function `__strsep_3c':
layout-custom.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
layout-set.o: In function `gnu_dev_major':
layout-set.c:(.text+0xf40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
layout-set.o: In function `gnu_dev_minor':
layout-set.c:(.text+0xf60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
layout-set.o: In function `gnu_dev_makedev':
layout-set.c:(.text+0xf80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
layout-set.o: In function `__strcspn_c1':
layout-set.c:(.text+0xfb0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
layout-set.o: In function `__strcspn_c2':
layout-set.c:(.text+0xfe0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
layout-set.o: In function `__strcspn_c3':
layout-set.c:(.text+0x1010): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
layout-set.o: In function `__strspn_c1':
layout-set.c:(.text+0x1050): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
layout-set.o: In function `__strspn_c2':
layout-set.c:(.text+0x1070): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
layout-set.o: In function `__strspn_c3':
layout-set.c:(.text+0x1090): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
layout-set.o: In function `__strpbrk_c2':
layout-set.c:(.text+0x10c0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
layout-set.o: In function `__strpbrk_c3':
layout-set.c:(.text+0x1110): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
layout-set.o: In function `__strtok_r_1c':
layout-set.c:(.text+0x1170): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
layout-set.o: In function `__strsep_1c':
layout-set.c:(.text+0x11d0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
layout-set.o: In function `__strsep_2c':
layout-set.c:(.text+0x1220): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
layout-set.o: In function `__strsep_3c':
layout-set.c:(.text+0x1270): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
layout.o: In function `gnu_dev_major':
layout.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
layout.o: In function `gnu_dev_minor':
layout.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
layout.o: In function `gnu_dev_makedev':
layout.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
log.o: In function `gnu_dev_major':
log.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
log.o: In function `gnu_dev_minor':
log.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
log.o: In function `gnu_dev_makedev':
log.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
log.o: In function `__strcspn_c1':
log.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
log.o: In function `__strcspn_c2':
log.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
log.o: In function `__strcspn_c3':
log.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
log.o: In function `__strspn_c1':
log.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
log.o: In function `__strspn_c2':
log.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
log.o: In function `__strspn_c3':
log.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
log.o: In function `__strpbrk_c2':
log.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
log.o: In function `__strpbrk_c3':
log.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
log.o: In function `__strtok_r_1c':
log.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
log.o: In function `__strsep_1c':
log.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
log.o: In function `__strsep_2c':
log.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
log.o: In function `__strsep_3c':
log.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
mode-key.o: In function `gnu_dev_major':
mode-key.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
mode-key.o: In function `gnu_dev_minor':
mode-key.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
mode-key.o: In function `gnu_dev_makedev':
mode-key.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
mode-key.o: In function `__strcspn_c1':
mode-key.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
mode-key.o: In function `__strcspn_c2':
mode-key.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
mode-key.o: In function `__strcspn_c3':
mode-key.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
mode-key.o: In function `__strspn_c1':
mode-key.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
mode-key.o: In function `__strspn_c2':
mode-key.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
mode-key.o: In function `__strspn_c3':
mode-key.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
mode-key.o: In function `__strpbrk_c2':
mode-key.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
mode-key.o: In function `__strpbrk_c3':
mode-key.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
mode-key.o: In function `__strtok_r_1c':
mode-key.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
mode-key.o: In function `__strsep_1c':
mode-key.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
mode-key.o: In function `__strsep_2c':
mode-key.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
mode-key.o: In function `__strsep_3c':
mode-key.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
names.o: In function `gnu_dev_major':
names.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
names.o: In function `gnu_dev_minor':
names.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
names.o: In function `gnu_dev_makedev':
names.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
names.o: In function `__strcspn_c1':
names.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
names.o: In function `__strcspn_c2':
names.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
names.o: In function `__strcspn_c3':
names.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
names.o: In function `__strspn_c1':
names.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
names.o: In function `__strspn_c2':
names.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
names.o: In function `__strspn_c3':
names.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
names.o: In function `__strpbrk_c2':
names.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
names.o: In function `__strpbrk_c3':
names.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
names.o: In function `__strtok_r_1c':
names.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
names.o: In function `__strsep_1c':
names.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
names.o: In function `__strsep_2c':
names.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
names.o: In function `__strsep_3c':
names.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
notify.o: In function `gnu_dev_major':
notify.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
notify.o: In function `gnu_dev_minor':
notify.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
notify.o: In function `gnu_dev_makedev':
notify.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
options-table.o: In function `gnu_dev_major':
options-table.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
options-table.o: In function `gnu_dev_minor':
options-table.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
options-table.o: In function `gnu_dev_makedev':
options-table.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
options-table.o: In function `__strcspn_c1':
options-table.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
options-table.o: In function `__strcspn_c2':
options-table.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
options-table.o: In function `__strcspn_c3':
options-table.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
options-table.o: In function `__strspn_c1':
options-table.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
options-table.o: In function `__strspn_c2':
options-table.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
options-table.o: In function `__strspn_c3':
options-table.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
options-table.o: In function `__strpbrk_c2':
options-table.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
options-table.o: In function `__strpbrk_c3':
options-table.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
options-table.o: In function `__strtok_r_1c':
options-table.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
options-table.o: In function `__strsep_1c':
options-table.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
options-table.o: In function `__strsep_2c':
options-table.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
options-table.o: In function `__strsep_3c':
options-table.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
options.o: In function `gnu_dev_major':
options.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
options.o: In function `gnu_dev_minor':
options.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
options.o: In function `gnu_dev_makedev':
options.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
options.o: In function `__strcspn_c1':
options.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
options.o: In function `__strcspn_c2':
options.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
options.o: In function `__strcspn_c3':
options.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
options.o: In function `__strspn_c1':
options.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
options.o: In function `__strspn_c2':
options.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
options.o: In function `__strspn_c3':
options.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
options.o: In function `__strpbrk_c2':
options.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
options.o: In function `__strpbrk_c3':
options.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
options.o: In function `__strtok_r_1c':
options.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
options.o: In function `__strsep_1c':
options.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
options.o: In function `__strsep_2c':
options.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
options.o: In function `__strsep_3c':
options.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
paste.o: In function `gnu_dev_major':
paste.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
paste.o: In function `gnu_dev_minor':
paste.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
paste.o: In function `gnu_dev_makedev':
paste.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
paste.o: In function `__strcspn_c1':
paste.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
paste.o: In function `__strcspn_c2':
paste.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
paste.o: In function `__strcspn_c3':
paste.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
paste.o: In function `__strspn_c1':
paste.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
paste.o: In function `__strspn_c2':
paste.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
paste.o: In function `__strspn_c3':
paste.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
paste.o: In function `__strpbrk_c2':
paste.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
paste.o: In function `__strpbrk_c3':
paste.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
paste.o: In function `__strtok_r_1c':
paste.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
paste.o: In function `__strsep_1c':
paste.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
paste.o: In function `__strsep_2c':
paste.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
paste.o: In function `__strsep_3c':
paste.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
resize.o: In function `gnu_dev_major':
resize.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
resize.o: In function `gnu_dev_minor':
resize.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
resize.o: In function `gnu_dev_makedev':
resize.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
resize.o: In function `__strcspn_c1':
resize.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
resize.o: In function `__strcspn_c2':
resize.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
resize.o: In function `__strcspn_c3':
resize.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
resize.o: In function `__strspn_c1':
resize.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
resize.o: In function `__strspn_c2':
resize.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
resize.o: In function `__strspn_c3':
resize.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
resize.o: In function `__strpbrk_c2':
resize.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
resize.o: In function `__strpbrk_c3':
resize.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
resize.o: In function `__strtok_r_1c':
resize.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
resize.o: In function `__strsep_1c':
resize.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
resize.o: In function `__strsep_2c':
resize.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
resize.o: In function `__strsep_3c':
resize.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
screen-redraw.o: In function `gnu_dev_major':
screen-redraw.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
screen-redraw.o: In function `gnu_dev_minor':
screen-redraw.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
screen-redraw.o: In function `gnu_dev_makedev':
screen-redraw.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
screen-redraw.o: In function `__strcspn_c1':
screen-redraw.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
screen-redraw.o: In function `__strcspn_c2':
screen-redraw.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
screen-redraw.o: In function `__strcspn_c3':
screen-redraw.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
screen-redraw.o: In function `__strspn_c1':
screen-redraw.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
screen-redraw.o: In function `__strspn_c2':
screen-redraw.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
screen-redraw.o: In function `__strspn_c3':
screen-redraw.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
screen-redraw.o: In function `__strpbrk_c2':
screen-redraw.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
screen-redraw.o: In function `__strpbrk_c3':
screen-redraw.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
screen-redraw.o: In function `__strtok_r_1c':
screen-redraw.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
screen-redraw.o: In function `__strsep_1c':
screen-redraw.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
screen-redraw.o: In function `__strsep_2c':
screen-redraw.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
screen-redraw.o: In function `__strsep_3c':
screen-redraw.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
screen-write.o: In function `gnu_dev_major':
screen-write.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
screen-write.o: In function `gnu_dev_minor':
screen-write.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
screen-write.o: In function `gnu_dev_makedev':
screen-write.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
screen-write.o: In function `__strcspn_c1':
screen-write.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
screen-write.o: In function `__strcspn_c2':
screen-write.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
screen-write.o: In function `__strcspn_c3':
screen-write.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
screen-write.o: In function `__strspn_c1':
screen-write.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
screen-write.o: In function `__strspn_c2':
screen-write.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
screen-write.o: In function `__strspn_c3':
screen-write.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
screen-write.o: In function `__strpbrk_c2':
screen-write.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
screen-write.o: In function `__strpbrk_c3':
screen-write.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
screen-write.o: In function `__strtok_r_1c':
screen-write.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
screen-write.o: In function `__strsep_1c':
screen-write.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
screen-write.o: In function `__strsep_2c':
screen-write.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
screen-write.o: In function `__strsep_3c':
screen-write.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
screen.o: In function `gnu_dev_major':
screen.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
screen.o: In function `gnu_dev_minor':
screen.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
screen.o: In function `gnu_dev_makedev':
screen.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
screen.o: In function `__strcspn_c1':
screen.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
screen.o: In function `__strcspn_c2':
screen.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
screen.o: In function `__strcspn_c3':
screen.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
screen.o: In function `__strspn_c1':
screen.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
screen.o: In function `__strspn_c2':
screen.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
screen.o: In function `__strspn_c3':
screen.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
screen.o: In function `__strpbrk_c2':
screen.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
screen.o: In function `__strpbrk_c3':
screen.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
screen.o: In function `__strtok_r_1c':
screen.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
screen.o: In function `__strsep_1c':
screen.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
screen.o: In function `__strsep_2c':
screen.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
screen.o: In function `__strsep_3c':
screen.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
server-client.o: In function `gnu_dev_major':
server-client.c:(.text+0x40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server-client.o: In function `gnu_dev_minor':
server-client.c:(.text+0x60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server-client.o: In function `gnu_dev_makedev':
server-client.c:(.text+0x80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server-client.o: In function `stat':
server-client.c:(.text+0xb0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
server-client.o: In function `lstat':
server-client.c:(.text+0xc0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
server-client.o: In function `fstat':
server-client.c:(.text+0xd0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
server-client.o: In function `fstatat':
server-client.c:(.text+0xe0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
server-client.o: In function `mknod':
server-client.c:(.text+0x100): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
server-client.o: In function `mknodat':
server-client.c:(.text+0x120): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
server-client.o: In function `stat64':
server-client.c:(.text+0x150): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
server-client.o: In function `lstat64':
server-client.c:(.text+0x160): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
server-client.o: In function `fstat64':
server-client.c:(.text+0x170): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
server-client.o: In function `fstatat64':
server-client.c:(.text+0x180): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
server-client.o: In function `__strcspn_c1':
server-client.c:(.text+0x1a0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
server-client.o: In function `__strcspn_c2':
server-client.c:(.text+0x1d0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
server-client.o: In function `__strcspn_c3':
server-client.c:(.text+0x200): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
server-client.o: In function `__strspn_c1':
server-client.c:(.text+0x240): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
server-client.o: In function `__strspn_c2':
server-client.c:(.text+0x260): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
server-client.o: In function `__strspn_c3':
server-client.c:(.text+0x280): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
server-client.o: In function `__strpbrk_c2':
server-client.c:(.text+0x2b0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
server-client.o: In function `__strpbrk_c3':
server-client.c:(.text+0x300): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
server-client.o: In function `__strtok_r_1c':
server-client.c:(.text+0x360): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
server-client.o: In function `__strsep_1c':
server-client.c:(.text+0x3c0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
server-client.o: In function `__strsep_2c':
server-client.c:(.text+0x410): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
server-client.o: In function `__strsep_3c':
server-client.c:(.text+0x460): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
server-fn.o: In function `gnu_dev_major':
server-fn.c:(.text+0x20): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server-fn.o: In function `gnu_dev_minor':
server-fn.c:(.text+0x40): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server-fn.o: In function `gnu_dev_makedev':
server-fn.c:(.text+0x60): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server-fn.o: In function `__strcspn_c1':
server-fn.c:(.text+0x90): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
server-fn.o: In function `__strcspn_c2':
server-fn.c:(.text+0xc0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
server-fn.o: In function `__strcspn_c3':
server-fn.c:(.text+0xf0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
server-fn.o: In function `__strspn_c1':
server-fn.c:(.text+0x130): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
server-fn.o: In function `__strspn_c2':
server-fn.c:(.text+0x150): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
server-fn.o: In function `__strspn_c3':
server-fn.c:(.text+0x170): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
server-fn.o: In function `__strpbrk_c2':
server-fn.c:(.text+0x1a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
server-fn.o: In function `__strpbrk_c3':
server-fn.c:(.text+0x1f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
server-fn.o: In function `__strtok_r_1c':
server-fn.c:(.text+0x250): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
server-fn.o: In function `__strsep_1c':
server-fn.c:(.text+0x2b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
server-fn.o: In function `__strsep_2c':
server-fn.c:(.text+0x300): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
server-fn.o: In function `__strsep_3c':
server-fn.c:(.text+0x350): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
server-window.o: In function `gnu_dev_major':
server-window.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server-window.o: In function `gnu_dev_minor':
server-window.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server-window.o: In function `gnu_dev_makedev':
server-window.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server.o: In function `gnu_dev_major':
server.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server.o: In function `gnu_dev_minor':
server.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server.o: In function `gnu_dev_makedev':
server.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server.o: In function `stat':
server.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
server.o: In function `lstat':
server.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
server.o: In function `fstat':
server.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
server.o: In function `fstatat':
server.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
server.o: In function `mknod':
server.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
server.o: In function `mknodat':
server.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
server.o: In function `stat64':
server.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
server.o: In function `lstat64':
server.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
server.o: In function `fstat64':
server.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
server.o: In function `fstatat64':
server.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
server.o: In function `__strcspn_c1':
server.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
server.o: In function `__strcspn_c2':
server.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
server.o: In function `__strcspn_c3':
server.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
server.o: In function `__strspn_c1':
server.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
server.o: In function `__strspn_c2':
server.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
server.o: In function `__strspn_c3':
server.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
server.o: In function `__strpbrk_c2':
server.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
server.o: In function `__strpbrk_c3':
server.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
server.o: In function `__strtok_r_1c':
server.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
server.o: In function `__strsep_1c':
server.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
server.o: In function `__strsep_2c':
server.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
server.o: In function `__strsep_3c':
server.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
session.o: In function `gnu_dev_major':
session.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
session.o: In function `gnu_dev_minor':
session.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
session.o: In function `gnu_dev_makedev':
session.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
session.o: In function `__strcspn_c1':
session.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
session.o: In function `__strcspn_c2':
session.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
session.o: In function `__strcspn_c3':
session.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
session.o: In function `__strspn_c1':
session.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
session.o: In function `__strspn_c2':
session.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
session.o: In function `__strspn_c3':
session.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
session.o: In function `__strpbrk_c2':
session.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
session.o: In function `__strpbrk_c3':
session.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
session.o: In function `__strtok_r_1c':
session.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
session.o: In function `__strsep_1c':
session.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
session.o: In function `__strsep_2c':
session.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
session.o: In function `__strsep_3c':
session.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
signal.o: In function `__strcspn_c1':
signal.c:(.text+0x0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
signal.o: In function `__strcspn_c2':
signal.c:(.text+0x30): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
signal.o: In function `__strcspn_c3':
signal.c:(.text+0x60): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
signal.o: In function `__strspn_c1':
signal.c:(.text+0xa0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
signal.o: In function `__strspn_c2':
signal.c:(.text+0xc0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
signal.o: In function `__strspn_c3':
signal.c:(.text+0xe0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
signal.o: In function `__strpbrk_c2':
signal.c:(.text+0x110): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
signal.o: In function `__strpbrk_c3':
signal.c:(.text+0x160): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
signal.o: In function `__strtok_r_1c':
signal.c:(.text+0x1c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
signal.o: In function `__strsep_1c':
signal.c:(.text+0x220): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
signal.o: In function `__strsep_2c':
signal.c:(.text+0x270): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
signal.o: In function `__strsep_3c':
signal.c:(.text+0x2c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
signal.o: In function `gnu_dev_major':
signal.c:(.text+0x320): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
signal.o: In function `gnu_dev_minor':
signal.c:(.text+0x340): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
signal.o: In function `gnu_dev_makedev':
signal.c:(.text+0x360): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
status.o: In function `gnu_dev_major':
status.c:(.text+0x10): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
status.o: In function `gnu_dev_minor':
status.c:(.text+0x30): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
status.o: In function `gnu_dev_makedev':
status.c:(.text+0x50): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
status.o: In function `__strcspn_c1':
status.c:(.text+0x80): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
status.o: In function `__strcspn_c2':
status.c:(.text+0xb0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
status.o: In function `__strcspn_c3':
status.c:(.text+0xe0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
status.o: In function `__strspn_c1':
status.c:(.text+0x120): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
status.o: In function `__strspn_c2':
status.c:(.text+0x140): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
status.o: In function `__strspn_c3':
status.c:(.text+0x160): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
status.o: In function `__strpbrk_c2':
status.c:(.text+0x190): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
status.o: In function `__strpbrk_c3':
status.c:(.text+0x1e0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
status.o: In function `__strtok_r_1c':
status.c:(.text+0x240): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
status.o: In function `__strsep_1c':
status.c:(.text+0x2a0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
status.o: In function `__strsep_2c':
status.c:(.text+0x2f0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
status.o: In function `__strsep_3c':
status.c:(.text+0x340): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
style.o: In function `__strcspn_c1':
style.c:(.text+0x0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
style.o: In function `__strcspn_c2':
style.c:(.text+0x30): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
style.o: In function `__strcspn_c3':
style.c:(.text+0x60): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
style.o: In function `__strspn_c1':
style.c:(.text+0xa0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
style.o: In function `__strspn_c2':
style.c:(.text+0xc0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
style.o: In function `__strspn_c3':
style.c:(.text+0xe0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
style.o: In function `__strpbrk_c2':
style.c:(.text+0x110): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
style.o: In function `__strpbrk_c3':
style.c:(.text+0x160): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
style.o: In function `__strtok_r_1c':
style.c:(.text+0x1c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
style.o: In function `__strsep_1c':
style.c:(.text+0x220): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
style.o: In function `__strsep_2c':
style.c:(.text+0x270): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
style.o: In function `__strsep_3c':
style.c:(.text+0x2c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
style.o: In function `gnu_dev_major':
style.c:(.text+0x320): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
style.o: In function `gnu_dev_minor':
style.c:(.text+0x340): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
style.o: In function `gnu_dev_makedev':
style.c:(.text+0x360): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tmux.o: In function `gnu_dev_major':
tmux.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tmux.o: In function `gnu_dev_minor':
tmux.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tmux.o: In function `gnu_dev_makedev':
tmux.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tmux.o: In function `stat':
tmux.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
tmux.o: In function `lstat':
tmux.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
tmux.o: In function `fstat':
tmux.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
tmux.o: In function `fstatat':
tmux.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
tmux.o: In function `mknod':
tmux.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
tmux.o: In function `mknodat':
tmux.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
tmux.o: In function `stat64':
tmux.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
tmux.o: In function `lstat64':
tmux.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
tmux.o: In function `fstat64':
tmux.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
tmux.o: In function `fstatat64':
tmux.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
tmux.o: In function `__strcspn_c1':
tmux.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tmux.o: In function `__strcspn_c2':
tmux.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tmux.o: In function `__strcspn_c3':
tmux.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tmux.o: In function `__strspn_c1':
tmux.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tmux.o: In function `__strspn_c2':
tmux.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tmux.o: In function `__strspn_c3':
tmux.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tmux.o: In function `__strpbrk_c2':
tmux.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tmux.o: In function `__strpbrk_c3':
tmux.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tmux.o: In function `__strtok_r_1c':
tmux.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tmux.o: In function `__strsep_1c':
tmux.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tmux.o: In function `__strsep_2c':
tmux.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tmux.o: In function `__strsep_3c':
tmux.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
tty-acs.o: In function `gnu_dev_major':
tty-acs.c:(.text+0x10): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty-acs.o: In function `gnu_dev_minor':
tty-acs.c:(.text+0x30): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty-acs.o: In function `gnu_dev_makedev':
tty-acs.c:(.text+0x50): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty-keys.o: In function `gnu_dev_major':
tty-keys.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty-keys.o: In function `gnu_dev_minor':
tty-keys.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty-keys.o: In function `gnu_dev_makedev':
tty-keys.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty-keys.o: In function `__strcspn_c1':
tty-keys.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tty-keys.o: In function `__strcspn_c2':
tty-keys.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tty-keys.o: In function `__strcspn_c3':
tty-keys.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tty-keys.o: In function `__strspn_c1':
tty-keys.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tty-keys.o: In function `__strspn_c2':
tty-keys.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tty-keys.o: In function `__strspn_c3':
tty-keys.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tty-keys.o: In function `__strpbrk_c2':
tty-keys.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tty-keys.o: In function `__strpbrk_c3':
tty-keys.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tty-keys.o: In function `__strtok_r_1c':
tty-keys.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tty-keys.o: In function `__strsep_1c':
tty-keys.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tty-keys.o: In function `__strsep_2c':
tty-keys.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tty-keys.o: In function `__strsep_3c':
tty-keys.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
tty-term.o: In function `gnu_dev_major':
tty-term.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty-term.o: In function `gnu_dev_minor':
tty-term.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty-term.o: In function `gnu_dev_makedev':
tty-term.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty-term.o: In function `__strcspn_c1':
tty-term.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tty-term.o: In function `__strcspn_c2':
tty-term.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tty-term.o: In function `__strcspn_c3':
tty-term.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tty-term.o: In function `__strspn_c1':
tty-term.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tty-term.o: In function `__strspn_c2':
tty-term.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tty-term.o: In function `__strspn_c3':
tty-term.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tty-term.o: In function `__strpbrk_c2':
tty-term.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tty-term.o: In function `__strpbrk_c3':
tty-term.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tty-term.o: In function `__strtok_r_1c':
tty-term.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tty-term.o: In function `__strsep_1c':
tty-term.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tty-term.o: In function `__strsep_2c':
tty-term.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tty-term.o: In function `__strsep_3c':
tty-term.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
tty.o: In function `gnu_dev_major':
tty.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty.o: In function `gnu_dev_minor':
tty.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty.o: In function `gnu_dev_makedev':
tty.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty.o: In function `stat':
tty.c:(.text+0xa0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
tty.o: In function `lstat':
tty.c:(.text+0xb0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
tty.o: In function `fstat':
tty.c:(.text+0xc0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
tty.o: In function `fstatat':
tty.c:(.text+0xd0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
tty.o: In function `mknod':
tty.c:(.text+0xf0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
tty.o: In function `mknodat':
tty.c:(.text+0x110): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
tty.o: In function `stat64':
tty.c:(.text+0x140): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
tty.o: In function `lstat64':
tty.c:(.text+0x150): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
tty.o: In function `fstat64':
tty.c:(.text+0x160): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
tty.o: In function `fstatat64':
tty.c:(.text+0x170): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
tty.o: In function `__strcspn_c1':
tty.c:(.text+0x190): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tty.o: In function `__strcspn_c2':
tty.c:(.text+0x1c0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tty.o: In function `__strcspn_c3':
tty.c:(.text+0x1f0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tty.o: In function `__strspn_c1':
tty.c:(.text+0x230): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tty.o: In function `__strspn_c2':
tty.c:(.text+0x250): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tty.o: In function `__strspn_c3':
tty.c:(.text+0x270): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tty.o: In function `__strpbrk_c2':
tty.c:(.text+0x2a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tty.o: In function `__strpbrk_c3':
tty.c:(.text+0x2f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tty.o: In function `__strtok_r_1c':
tty.c:(.text+0x350): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tty.o: In function `__strsep_1c':
tty.c:(.text+0x3b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tty.o: In function `__strsep_2c':
tty.c:(.text+0x400): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tty.o: In function `__strsep_3c':
tty.c:(.text+0x450): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
utf8.o: In function `gnu_dev_major':
utf8.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
utf8.o: In function `gnu_dev_minor':
utf8.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
utf8.o: In function `gnu_dev_makedev':
utf8.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
utf8.o: In function `__strcspn_c1':
utf8.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
utf8.o: In function `__strcspn_c2':
utf8.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
utf8.o: In function `__strcspn_c3':
utf8.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
utf8.o: In function `__strspn_c1':
utf8.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
utf8.o: In function `__strspn_c2':
utf8.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
utf8.o: In function `__strspn_c3':
utf8.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
utf8.o: In function `__strpbrk_c2':
utf8.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
utf8.o: In function `__strpbrk_c3':
utf8.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
utf8.o: In function `__strtok_r_1c':
utf8.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
utf8.o: In function `__strsep_1c':
utf8.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
utf8.o: In function `__strsep_2c':
utf8.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
utf8.o: In function `__strsep_3c':
utf8.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window-choose.o: In function `gnu_dev_major':
window-choose.c:(.text+0x120): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window-choose.o: In function `gnu_dev_minor':
window-choose.c:(.text+0x140): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window-choose.o: In function `gnu_dev_makedev':
window-choose.c:(.text+0x160): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window-choose.o: In function `__strcspn_c1':
window-choose.c:(.text+0x190): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window-choose.o: In function `__strcspn_c2':
window-choose.c:(.text+0x1c0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window-choose.o: In function `__strcspn_c3':
window-choose.c:(.text+0x1f0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window-choose.o: In function `__strspn_c1':
window-choose.c:(.text+0x230): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window-choose.o: In function `__strspn_c2':
window-choose.c:(.text+0x250): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window-choose.o: In function `__strspn_c3':
window-choose.c:(.text+0x270): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window-choose.o: In function `__strpbrk_c2':
window-choose.c:(.text+0x2a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window-choose.o: In function `__strpbrk_c3':
window-choose.c:(.text+0x2f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window-choose.o: In function `__strtok_r_1c':
window-choose.c:(.text+0x350): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window-choose.o: In function `__strsep_1c':
window-choose.c:(.text+0x3b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window-choose.o: In function `__strsep_2c':
window-choose.c:(.text+0x400): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window-choose.o: In function `__strsep_3c':
window-choose.c:(.text+0x450): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window-clock.o: In function `gnu_dev_major':
window-clock.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window-clock.o: In function `gnu_dev_minor':
window-clock.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window-clock.o: In function `gnu_dev_makedev':
window-clock.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window-clock.o: In function `__strcspn_c1':
window-clock.c:(.text+0xa0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window-clock.o: In function `__strcspn_c2':
window-clock.c:(.text+0xd0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window-clock.o: In function `__strcspn_c3':
window-clock.c:(.text+0x100): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window-clock.o: In function `__strspn_c1':
window-clock.c:(.text+0x140): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window-clock.o: In function `__strspn_c2':
window-clock.c:(.text+0x160): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window-clock.o: In function `__strspn_c3':
window-clock.c:(.text+0x180): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window-clock.o: In function `__strpbrk_c2':
window-clock.c:(.text+0x1b0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window-clock.o: In function `__strpbrk_c3':
window-clock.c:(.text+0x200): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window-clock.o: In function `__strtok_r_1c':
window-clock.c:(.text+0x260): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window-clock.o: In function `__strsep_1c':
window-clock.c:(.text+0x2c0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window-clock.o: In function `__strsep_2c':
window-clock.c:(.text+0x310): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window-clock.o: In function `__strsep_3c':
window-clock.c:(.text+0x360): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window-copy.o: In function `gnu_dev_major':
window-copy.c:(.text+0x1d0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window-copy.o: In function `gnu_dev_minor':
window-copy.c:(.text+0x1f0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window-copy.o: In function `gnu_dev_makedev':
window-copy.c:(.text+0x210): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window-copy.o: In function `__strcspn_c1':
window-copy.c:(.text+0x240): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window-copy.o: In function `__strcspn_c2':
window-copy.c:(.text+0x270): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window-copy.o: In function `__strcspn_c3':
window-copy.c:(.text+0x2a0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window-copy.o: In function `__strspn_c1':
window-copy.c:(.text+0x2e0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window-copy.o: In function `__strspn_c2':
window-copy.c:(.text+0x300): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window-copy.o: In function `__strspn_c3':
window-copy.c:(.text+0x320): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window-copy.o: In function `__strpbrk_c2':
window-copy.c:(.text+0x350): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window-copy.o: In function `__strpbrk_c3':
window-copy.c:(.text+0x3a0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window-copy.o: In function `__strtok_r_1c':
window-copy.c:(.text+0x400): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window-copy.o: In function `__strsep_1c':
window-copy.c:(.text+0x460): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window-copy.o: In function `__strsep_2c':
window-copy.c:(.text+0x4b0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window-copy.o: In function `__strsep_3c':
window-copy.c:(.text+0x500): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window.o: In function `gnu_dev_major':
window.c:(.text+0xd0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window.o: In function `gnu_dev_minor':
window.c:(.text+0xf0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window.o: In function `gnu_dev_makedev':
window.c:(.text+0x110): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window.o: In function `stat':
window.c:(.text+0x140): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
window.o: In function `lstat':
window.c:(.text+0x150): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
window.o: In function `fstat':
window.c:(.text+0x160): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
window.o: In function `fstatat':
window.c:(.text+0x170): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
window.o: In function `mknod':
window.c:(.text+0x190): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
window.o: In function `mknodat':
window.c:(.text+0x1b0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
window.o: In function `stat64':
window.c:(.text+0x1e0): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
window.o: In function `lstat64':
window.c:(.text+0x1f0): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
window.o: In function `fstat64':
window.c:(.text+0x200): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
window.o: In function `fstatat64':
window.c:(.text+0x210): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
window.o: In function `__strcspn_c1':
window.c:(.text+0x230): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window.o: In function `__strcspn_c2':
window.c:(.text+0x260): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window.o: In function `__strcspn_c3':
window.c:(.text+0x290): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window.o: In function `__strspn_c1':
window.c:(.text+0x2d0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window.o: In function `__strspn_c2':
window.c:(.text+0x2f0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window.o: In function `__strspn_c3':
window.c:(.text+0x310): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window.o: In function `__strpbrk_c2':
window.c:(.text+0x340): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window.o: In function `__strpbrk_c3':
window.c:(.text+0x390): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window.o: In function `__strtok_r_1c':
window.c:(.text+0x3f0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window.o: In function `__strsep_1c':
window.c:(.text+0x450): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window.o: In function `__strsep_2c':
window.c:(.text+0x4a0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window.o: In function `__strsep_3c':
window.c:(.text+0x4f0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
xmalloc.o: In function `gnu_dev_major':
xmalloc.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
xmalloc.o: In function `gnu_dev_minor':
xmalloc.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
xmalloc.o: In function `gnu_dev_makedev':
xmalloc.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
xmalloc.o: In function `__strcspn_c1':
xmalloc.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
xmalloc.o: In function `__strcspn_c2':
xmalloc.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
xmalloc.o: In function `__strcspn_c3':
xmalloc.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
xmalloc.o: In function `__strspn_c1':
xmalloc.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
xmalloc.o: In function `__strspn_c2':
xmalloc.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
xmalloc.o: In function `__strspn_c3':
xmalloc.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
xmalloc.o: In function `__strpbrk_c2':
xmalloc.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
xmalloc.o: In function `__strpbrk_c3':
xmalloc.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
xmalloc.o: In function `__strtok_r_1c':
xmalloc.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
xmalloc.o: In function `__strsep_1c':
xmalloc.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
xmalloc.o: In function `__strsep_2c':
xmalloc.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
xmalloc.o: In function `__strsep_3c':
xmalloc.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
xterm-keys.o: In function `gnu_dev_major':
xterm-keys.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
xterm-keys.o: In function `gnu_dev_minor':
xterm-keys.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
xterm-keys.o: In function `gnu_dev_makedev':
xterm-keys.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
xterm-keys.o: In function `__strcspn_c1':
xterm-keys.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
xterm-keys.o: In function `__strcspn_c2':
xterm-keys.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
xterm-keys.o: In function `__strcspn_c3':
xterm-keys.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
xterm-keys.o: In function `__strspn_c1':
xterm-keys.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
xterm-keys.o: In function `__strspn_c2':
xterm-keys.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
xterm-keys.o: In function `__strspn_c3':
xterm-keys.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
xterm-keys.o: In function `__strpbrk_c2':
xterm-keys.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
xterm-keys.o: In function `__strpbrk_c3':
xterm-keys.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
xterm-keys.o: In function `__strtok_r_1c':
xterm-keys.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
xterm-keys.o: In function `__strsep_1c':
xterm-keys.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
xterm-keys.o: In function `__strsep_2c':
xterm-keys.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
xterm-keys.o: In function `__strsep_3c':
xterm-keys.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
osdep-linux.o: In function `gnu_dev_major':
osdep-linux.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
osdep-linux.o: In function `gnu_dev_minor':
osdep-linux.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
osdep-linux.o: In function `gnu_dev_makedev':
osdep-linux.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
osdep-linux.o: In function `stat':
osdep-linux.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
osdep-linux.o: In function `lstat':
osdep-linux.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
osdep-linux.o: In function `fstat':
osdep-linux.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
osdep-linux.o: In function `fstatat':
osdep-linux.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
osdep-linux.o: In function `mknod':
osdep-linux.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
osdep-linux.o: In function `mknodat':
osdep-linux.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
osdep-linux.o: In function `stat64':
osdep-linux.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
osdep-linux.o: In function `lstat64':
osdep-linux.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
osdep-linux.o: In function `fstat64':
osdep-linux.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
osdep-linux.o: In function `fstatat64':
osdep-linux.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
compat/imsg.o: In function `gnu_dev_major':
imsg.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/imsg.o: In function `gnu_dev_minor':
imsg.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/imsg.o: In function `gnu_dev_makedev':
imsg.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/imsg.o: In function `__strcspn_c1':
imsg.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/imsg.o: In function `__strcspn_c2':
imsg.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/imsg.o: In function `__strcspn_c3':
imsg.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/imsg.o: In function `__strspn_c1':
imsg.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/imsg.o: In function `__strspn_c2':
imsg.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/imsg.o: In function `__strspn_c3':
imsg.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/imsg.o: In function `__strpbrk_c2':
imsg.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/imsg.o: In function `__strpbrk_c3':
imsg.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/imsg.o: In function `__strtok_r_1c':
imsg.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/imsg.o: In function `__strsep_1c':
imsg.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/imsg.o: In function `__strsep_2c':
imsg.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/imsg.o: In function `__strsep_3c':
imsg.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/imsg-buffer.o: In function `gnu_dev_major':
imsg-buffer.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/imsg-buffer.o: In function `gnu_dev_minor':
imsg-buffer.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/imsg-buffer.o: In function `gnu_dev_makedev':
imsg-buffer.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/imsg-buffer.o: In function `__strcspn_c1':
imsg-buffer.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/imsg-buffer.o: In function `__strcspn_c2':
imsg-buffer.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/imsg-buffer.o: In function `__strcspn_c3':
imsg-buffer.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/imsg-buffer.o: In function `__strspn_c1':
imsg-buffer.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/imsg-buffer.o: In function `__strspn_c2':
imsg-buffer.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/imsg-buffer.o: In function `__strspn_c3':
imsg-buffer.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/imsg-buffer.o: In function `__strpbrk_c2':
imsg-buffer.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/imsg-buffer.o: In function `__strpbrk_c3':
imsg-buffer.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/imsg-buffer.o: In function `__strtok_r_1c':
imsg-buffer.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/imsg-buffer.o: In function `__strsep_1c':
imsg-buffer.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/imsg-buffer.o: In function `__strsep_2c':
imsg-buffer.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/imsg-buffer.o: In function `__strsep_3c':
imsg-buffer.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/closefrom.o: In function `gnu_dev_major':
closefrom.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/closefrom.o: In function `gnu_dev_minor':
closefrom.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/closefrom.o: In function `gnu_dev_makedev':
closefrom.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/closefrom.o: In function `stat':
closefrom.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
compat/closefrom.o: In function `lstat':
closefrom.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
compat/closefrom.o: In function `fstat':
closefrom.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
compat/closefrom.o: In function `fstatat':
closefrom.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
compat/closefrom.o: In function `mknod':
closefrom.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
compat/closefrom.o: In function `mknodat':
closefrom.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
compat/closefrom.o: In function `stat64':
closefrom.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
compat/closefrom.o: In function `lstat64':
closefrom.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
compat/closefrom.o: In function `fstat64':
closefrom.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
compat/closefrom.o: In function `fstatat64':
closefrom.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
compat/closefrom.o: In function `__strcspn_c1':
closefrom.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/closefrom.o: In function `__strcspn_c2':
closefrom.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/closefrom.o: In function `__strcspn_c3':
closefrom.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/closefrom.o: In function `__strspn_c1':
closefrom.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/closefrom.o: In function `__strspn_c2':
closefrom.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/closefrom.o: In function `__strspn_c3':
closefrom.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/closefrom.o: In function `__strpbrk_c2':
closefrom.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/closefrom.o: In function `__strpbrk_c3':
closefrom.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/closefrom.o: In function `__strtok_r_1c':
closefrom.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/closefrom.o: In function `__strsep_1c':
closefrom.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/closefrom.o: In function `__strsep_2c':
closefrom.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/closefrom.o: In function `__strsep_3c':
closefrom.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/strlcat.o: In function `gnu_dev_major':
strlcat.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/strlcat.o: In function `gnu_dev_minor':
strlcat.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/strlcat.o: In function `gnu_dev_makedev':
strlcat.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/strlcat.o: In function `__strcspn_c1':
strlcat.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/strlcat.o: In function `__strcspn_c2':
strlcat.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/strlcat.o: In function `__strcspn_c3':
strlcat.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/strlcat.o: In function `__strspn_c1':
strlcat.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/strlcat.o: In function `__strspn_c2':
strlcat.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/strlcat.o: In function `__strspn_c3':
strlcat.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/strlcat.o: In function `__strpbrk_c2':
strlcat.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/strlcat.o: In function `__strpbrk_c3':
strlcat.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/strlcat.o: In function `__strtok_r_1c':
strlcat.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/strlcat.o: In function `__strsep_1c':
strlcat.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/strlcat.o: In function `__strsep_2c':
strlcat.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/strlcat.o: In function `__strsep_3c':
strlcat.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/strlcpy.o: In function `gnu_dev_major':
strlcpy.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/strlcpy.o: In function `gnu_dev_minor':
strlcpy.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/strlcpy.o: In function `gnu_dev_makedev':
strlcpy.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/strlcpy.o: In function `__strcspn_c1':
strlcpy.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/strlcpy.o: In function `__strcspn_c2':
strlcpy.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/strlcpy.o: In function `__strcspn_c3':
strlcpy.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/strlcpy.o: In function `__strspn_c1':
strlcpy.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/strlcpy.o: In function `__strspn_c2':
strlcpy.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/strlcpy.o: In function `__strspn_c3':
strlcpy.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/strlcpy.o: In function `__strpbrk_c2':
strlcpy.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/strlcpy.o: In function `__strpbrk_c3':
strlcpy.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/strlcpy.o: In function `__strtok_r_1c':
strlcpy.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/strlcpy.o: In function `__strsep_1c':
strlcpy.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/strlcpy.o: In function `__strsep_2c':
strlcpy.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/strlcpy.o: In function `__strsep_3c':
strlcpy.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/fgetln.o: In function `gnu_dev_major':
fgetln.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/fgetln.o: In function `gnu_dev_minor':
fgetln.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/fgetln.o: In function `gnu_dev_makedev':
fgetln.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/fgetln.o: In function `__strcspn_c1':
fgetln.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/fgetln.o: In function `__strcspn_c2':
fgetln.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/fgetln.o: In function `__strcspn_c3':
fgetln.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/fgetln.o: In function `__strspn_c1':
fgetln.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/fgetln.o: In function `__strspn_c2':
fgetln.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/fgetln.o: In function `__strspn_c3':
fgetln.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/fgetln.o: In function `__strpbrk_c2':
fgetln.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/fgetln.o: In function `__strpbrk_c3':
fgetln.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/fgetln.o: In function `__strtok_r_1c':
fgetln.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/fgetln.o: In function `__strsep_1c':
fgetln.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/fgetln.o: In function `__strsep_2c':
fgetln.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/fgetln.o: In function `__strsep_3c':
fgetln.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/getopt.o: In function `gnu_dev_major':
getopt.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/getopt.o: In function `gnu_dev_minor':
getopt.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/getopt.o: In function `gnu_dev_makedev':
getopt.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/getopt.o: In function `__strcspn_c1':
getopt.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/getopt.o: In function `__strcspn_c2':
getopt.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/getopt.o: In function `__strcspn_c3':
getopt.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/getopt.o: In function `__strspn_c1':
getopt.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/getopt.o: In function `__strspn_c2':
getopt.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/getopt.o: In function `__strspn_c3':
getopt.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/getopt.o: In function `__strpbrk_c2':
getopt.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/getopt.o: In function `__strpbrk_c3':
getopt.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/getopt.o: In function `__strtok_r_1c':
getopt.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/getopt.o: In function `__strsep_1c':
getopt.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/getopt.o: In function `__strsep_2c':
getopt.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/getopt.o: In function `__strsep_3c':
getopt.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/vis.o: In function `gnu_dev_major':
vis.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/vis.o: In function `gnu_dev_minor':
vis.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/vis.o: In function `gnu_dev_makedev':
vis.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/vis.o: In function `__strcspn_c1':
vis.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/vis.o: In function `__strcspn_c2':
vis.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/vis.o: In function `__strcspn_c3':
vis.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/vis.o: In function `__strspn_c1':
vis.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/vis.o: In function `__strspn_c2':
vis.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/vis.o: In function `__strspn_c3':
vis.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/vis.o: In function `__strpbrk_c2':
vis.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/vis.o: In function `__strpbrk_c3':
vis.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/vis.o: In function `__strtok_r_1c':
vis.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/vis.o: In function `__strsep_1c':
vis.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/vis.o: In function `__strsep_2c':
vis.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/vis.o: In function `__strsep_3c':
vis.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/unvis.o: In function `gnu_dev_major':
unvis.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/unvis.o: In function `gnu_dev_minor':
unvis.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/unvis.o: In function `gnu_dev_makedev':
unvis.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/strtonum.o: In function `gnu_dev_major':
strtonum.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/strtonum.o: In function `gnu_dev_minor':
strtonum.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/strtonum.o: In function `gnu_dev_makedev':
strtonum.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
collect2: ld returned 1 exit status
make: *** [tmux] Error 1
I have succesfully compiled libevent nad ncurse. I have succesfully compiled libevent nad ncurses. I have do it in a custom location because I am not root, now I wanted to compile tmux as a regular user
The configure step seems ok, but I am in trouble with make. Essentially I get multiple definition errors
strtonum.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
collect2: ld returned 1 exit status
make: *** [tmux] Error 1
any idea?
Thanks for helping,
Roberto
gcc -D_GNU_SOURCE -std=gnu99 -O2 -L/home/rfrances/libevent-2.0.22-stable/bins/lib/ -L/home/rfrances/ncurses-5.9/bins/lib/ -o tmux arguments.o attributes.o cfg.o client.o clock.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o cmd-capture-pane.o cmd-choose-buffer.o cmd-choose-client.o cmd-choose-list.o cmd-choose-tree.o cmd-clear-history.o cmd-clock-mode.o cmd-command-prompt.o cmd-confirm-before.o cmd-copy-mode.o cmd-delete-buffer.o cmd-detach-client.o cmd-display-message.o cmd-display-panes.o cmd-find-window.o cmd-has-session.o cmd-if-shell.o cmd-join-pane.o cmd-kill-pane.o cmd-kill-server.o cmd-kill-session.o cmd-kill-window.o cmd-link-window.o cmd-list-buffers.o cmd-list-clients.o cmd-list-commands.o cmd-list-keys.o cmd-list-panes.o cmd-list-sessions.o cmd-list-windows.o cmd-list.o cmd-load-buffer.o cmd-lock-server.o cmd-move-window.o cmd-new-session.o cmd-new-window.o cmd-paste-buffer.o cmd-pipe-pane.o cmd-queue.o cmd-refresh-client.o cmd-rename-session.o cmd-rename-window.o cmd-resize-pane.o cmd-respawn-pane.o cmd-respawn-window.o cmd-rotate-window.o cmd-run-shell.o cmd-save-buffer.o cmd-select-layout.o cmd-select-pane.o cmd-select-window.o cmd-send-keys.o cmd-set-buffer.o cmd-set-environment.o cmd-set-option.o cmd-show-environment.o cmd-show-messages.o cmd-show-options.o cmd-source-file.o cmd-split-window.o cmd-string.o cmd-suspend-client.o cmd-swap-pane.o cmd-swap-window.o cmd-switch-client.o cmd-unbind-key.o cmd-unlink-window.o cmd-wait-for.o cmd.o colour.o control.o control-notify.o environ.o format.o grid-cell.o grid-view.o grid.o input-keys.o input.o job.o key-bindings.o key-string.o layout-custom.o layout-set.o layout.o log.o mode-key.o names.o notify.o options-table.o options.o paste.o resize.o screen-redraw.o screen-write.o screen.o server-client.o server-fn.o server-window.o server.o session.o signal.o status.o style.o tmux.o tty-acs.o tty-keys.o tty-term.o tty.o utf8.o window-choose.o window-clock.o window-copy.o window.o xmalloc.o xterm-keys.o osdep-linux.o compat/imsg.o compat/imsg-buffer.o compat/closefrom.o compat/strlcat.o compat/strlcpy.o compat/fgetln.o compat/getopt.o compat/vis.o compat/unvis.o compat/strtonum.o -lutil -lncurses -levent -lrt -lresolv
attributes.o: In function `gnu_dev_major':
attributes.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
attributes.o: In function `gnu_dev_minor':
attributes.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
attributes.o: In function `gnu_dev_makedev':
attributes.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
attributes.o: In function `__strcspn_c1':
attributes.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
attributes.o: In function `__strcspn_c2':
attributes.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
attributes.o: In function `__strcspn_c3':
attributes.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
attributes.o: In function `__strspn_c1':
attributes.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
attributes.o: In function `__strspn_c2':
attributes.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
attributes.o: In function `__strspn_c3':
attributes.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
attributes.o: In function `__strpbrk_c2':
attributes.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
attributes.o: In function `__strpbrk_c3':
attributes.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
attributes.o: In function `__strtok_r_1c':
attributes.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
attributes.o: In function `__strsep_1c':
attributes.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
attributes.o: In function `__strsep_2c':
attributes.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
attributes.o: In function `__strsep_3c':
attributes.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cfg.o: In function `gnu_dev_major':
cfg.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cfg.o: In function `gnu_dev_minor':
cfg.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cfg.o: In function `gnu_dev_makedev':
cfg.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cfg.o: In function `__strcspn_c1':
cfg.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cfg.o: In function `__strcspn_c2':
cfg.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cfg.o: In function `__strcspn_c3':
cfg.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cfg.o: In function `__strspn_c1':
cfg.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cfg.o: In function `__strspn_c2':
cfg.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cfg.o: In function `__strspn_c3':
cfg.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cfg.o: In function `__strpbrk_c2':
cfg.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cfg.o: In function `__strpbrk_c3':
cfg.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cfg.o: In function `__strtok_r_1c':
cfg.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cfg.o: In function `__strsep_1c':
cfg.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cfg.o: In function `__strsep_2c':
cfg.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cfg.o: In function `__strsep_3c':
cfg.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
client.o: In function `gnu_dev_major':
client.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
client.o: In function `gnu_dev_minor':
client.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
client.o: In function `gnu_dev_makedev':
client.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
client.o: In function `stat':
client.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
client.o: In function `lstat':
client.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
client.o: In function `fstat':
client.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
client.o: In function `fstatat':
client.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
client.o: In function `mknod':
client.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
client.o: In function `mknodat':
client.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
client.o: In function `stat64':
client.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
client.o: In function `lstat64':
client.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
client.o: In function `fstat64':
client.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
client.o: In function `fstatat64':
client.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
client.o: In function `__strcspn_c1':
client.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
client.o: In function `__strcspn_c2':
client.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
client.o: In function `__strcspn_c3':
client.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
client.o: In function `__strspn_c1':
client.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
client.o: In function `__strspn_c2':
client.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
client.o: In function `__strspn_c3':
client.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
client.o: In function `__strpbrk_c2':
client.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
client.o: In function `__strpbrk_c3':
client.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
client.o: In function `__strtok_r_1c':
client.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
client.o: In function `__strsep_1c':
client.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
client.o: In function `__strsep_2c':
client.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
client.o: In function `__strsep_3c':
client.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
clock.o: In function `gnu_dev_major':
clock.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
clock.o: In function `gnu_dev_minor':
clock.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
clock.o: In function `gnu_dev_makedev':
clock.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
clock.o: In function `__strcspn_c1':
clock.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
clock.o: In function `__strcspn_c2':
clock.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
clock.o: In function `__strcspn_c3':
clock.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
clock.o: In function `__strspn_c1':
clock.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
clock.o: In function `__strspn_c2':
clock.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
clock.o: In function `__strspn_c3':
clock.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
clock.o: In function `__strpbrk_c2':
clock.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
clock.o: In function `__strpbrk_c3':
clock.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
clock.o: In function `__strtok_r_1c':
clock.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
clock.o: In function `__strsep_1c':
clock.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
clock.o: In function `__strsep_2c':
clock.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
clock.o: In function `__strsep_3c':
clock.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-attach-session.o: In function `gnu_dev_major':
cmd-attach-session.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-attach-session.o: In function `gnu_dev_minor':
cmd-attach-session.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-attach-session.o: In function `gnu_dev_makedev':
cmd-attach-session.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-attach-session.o: In function `stat':
cmd-attach-session.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-attach-session.o: In function `lstat':
cmd-attach-session.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-attach-session.o: In function `fstat':
cmd-attach-session.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-attach-session.o: In function `fstatat':
cmd-attach-session.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-attach-session.o: In function `mknod':
cmd-attach-session.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-attach-session.o: In function `mknodat':
cmd-attach-session.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-attach-session.o: In function `stat64':
cmd-attach-session.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-attach-session.o: In function `lstat64':
cmd-attach-session.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-attach-session.o: In function `fstat64':
cmd-attach-session.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-attach-session.o: In function `fstatat64':
cmd-attach-session.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-attach-session.o: In function `__strcspn_c1':
cmd-attach-session.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-attach-session.o: In function `__strcspn_c2':
cmd-attach-session.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-attach-session.o: In function `__strcspn_c3':
cmd-attach-session.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-attach-session.o: In function `__strspn_c1':
cmd-attach-session.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-attach-session.o: In function `__strspn_c2':
cmd-attach-session.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-attach-session.o: In function `__strspn_c3':
cmd-attach-session.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-attach-session.o: In function `__strpbrk_c2':
cmd-attach-session.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-attach-session.o: In function `__strpbrk_c3':
cmd-attach-session.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-attach-session.o: In function `__strtok_r_1c':
cmd-attach-session.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-attach-session.o: In function `__strsep_1c':
cmd-attach-session.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-attach-session.o: In function `__strsep_2c':
cmd-attach-session.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-attach-session.o: In function `__strsep_3c':
cmd-attach-session.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-bind-key.o: In function `gnu_dev_major':
cmd-bind-key.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-bind-key.o: In function `gnu_dev_minor':
cmd-bind-key.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-bind-key.o: In function `gnu_dev_makedev':
cmd-bind-key.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-bind-key.o: In function `__strcspn_c1':
cmd-bind-key.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-bind-key.o: In function `__strcspn_c2':
cmd-bind-key.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-bind-key.o: In function `__strcspn_c3':
cmd-bind-key.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-bind-key.o: In function `__strspn_c1':
cmd-bind-key.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-bind-key.o: In function `__strspn_c2':
cmd-bind-key.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-bind-key.o: In function `__strspn_c3':
cmd-bind-key.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-bind-key.o: In function `__strpbrk_c2':
cmd-bind-key.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-bind-key.o: In function `__strpbrk_c3':
cmd-bind-key.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-bind-key.o: In function `__strtok_r_1c':
cmd-bind-key.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-bind-key.o: In function `__strsep_1c':
cmd-bind-key.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-bind-key.o: In function `__strsep_2c':
cmd-bind-key.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-bind-key.o: In function `__strsep_3c':
cmd-bind-key.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-break-pane.o: In function `gnu_dev_major':
cmd-break-pane.c:(.text+0x350): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-break-pane.o: In function `gnu_dev_minor':
cmd-break-pane.c:(.text+0x370): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-break-pane.o: In function `gnu_dev_makedev':
cmd-break-pane.c:(.text+0x390): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-capture-pane.o: In function `gnu_dev_major':
cmd-capture-pane.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-capture-pane.o: In function `gnu_dev_minor':
cmd-capture-pane.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-capture-pane.o: In function `gnu_dev_makedev':
cmd-capture-pane.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-capture-pane.o: In function `__strcspn_c1':
cmd-capture-pane.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-capture-pane.o: In function `__strcspn_c2':
cmd-capture-pane.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-capture-pane.o: In function `__strcspn_c3':
cmd-capture-pane.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-capture-pane.o: In function `__strspn_c1':
cmd-capture-pane.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-capture-pane.o: In function `__strspn_c2':
cmd-capture-pane.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-capture-pane.o: In function `__strspn_c3':
cmd-capture-pane.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-capture-pane.o: In function `__strpbrk_c2':
cmd-capture-pane.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-capture-pane.o: In function `__strpbrk_c3':
cmd-capture-pane.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-capture-pane.o: In function `__strtok_r_1c':
cmd-capture-pane.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-capture-pane.o: In function `__strsep_1c':
cmd-capture-pane.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-capture-pane.o: In function `__strsep_2c':
cmd-capture-pane.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-capture-pane.o: In function `__strsep_3c':
cmd-capture-pane.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-choose-buffer.o: In function `gnu_dev_major':
cmd-choose-buffer.c:(.text+0x1e0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-buffer.o: In function `gnu_dev_minor':
cmd-choose-buffer.c:(.text+0x200): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-buffer.o: In function `gnu_dev_makedev':
cmd-choose-buffer.c:(.text+0x220): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-client.o: In function `gnu_dev_major':
cmd-choose-client.c:(.text+0x280): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-client.o: In function `gnu_dev_minor':
cmd-choose-client.c:(.text+0x2a0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-client.o: In function `gnu_dev_makedev':
cmd-choose-client.c:(.text+0x2c0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-list.o: In function `gnu_dev_major':
cmd-choose-list.c:(.text+0x1a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-list.o: In function `gnu_dev_minor':
cmd-choose-list.c:(.text+0x1c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-list.o: In function `gnu_dev_makedev':
cmd-choose-list.c:(.text+0x1e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-list.o: In function `__strcspn_c1':
cmd-choose-list.c:(.text+0x210): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-choose-list.o: In function `__strcspn_c2':
cmd-choose-list.c:(.text+0x240): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-choose-list.o: In function `__strcspn_c3':
cmd-choose-list.c:(.text+0x270): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-choose-list.o: In function `__strspn_c1':
cmd-choose-list.c:(.text+0x2b0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-choose-list.o: In function `__strspn_c2':
cmd-choose-list.c:(.text+0x2d0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-choose-list.o: In function `__strspn_c3':
cmd-choose-list.c:(.text+0x2f0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-choose-list.o: In function `__strpbrk_c2':
cmd-choose-list.c:(.text+0x320): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-choose-list.o: In function `__strpbrk_c3':
cmd-choose-list.c:(.text+0x370): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-choose-list.o: In function `__strtok_r_1c':
cmd-choose-list.c:(.text+0x3d0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-choose-list.o: In function `__strsep_1c':
cmd-choose-list.c:(.text+0x430): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-choose-list.o: In function `__strsep_2c':
cmd-choose-list.c:(.text+0x480): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-choose-list.o: In function `__strsep_3c':
cmd-choose-list.c:(.text+0x4d0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-choose-tree.o: In function `gnu_dev_major':
cmd-choose-tree.c:(.text+0x5e0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-choose-tree.o: In function `gnu_dev_minor':
cmd-choose-tree.c:(.text+0x600): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-choose-tree.o: In function `gnu_dev_makedev':
cmd-choose-tree.c:(.text+0x620): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-choose-tree.o: In function `__strcspn_c1':
cmd-choose-tree.c:(.text+0x650): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-choose-tree.o: In function `__strcspn_c2':
cmd-choose-tree.c:(.text+0x680): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-choose-tree.o: In function `__strcspn_c3':
cmd-choose-tree.c:(.text+0x6b0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-choose-tree.o: In function `__strspn_c1':
cmd-choose-tree.c:(.text+0x6f0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-choose-tree.o: In function `__strspn_c2':
cmd-choose-tree.c:(.text+0x710): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-choose-tree.o: In function `__strspn_c3':
cmd-choose-tree.c:(.text+0x730): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-choose-tree.o: In function `__strpbrk_c2':
cmd-choose-tree.c:(.text+0x760): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-choose-tree.o: In function `__strpbrk_c3':
cmd-choose-tree.c:(.text+0x7b0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-choose-tree.o: In function `__strtok_r_1c':
cmd-choose-tree.c:(.text+0x810): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-choose-tree.o: In function `__strsep_1c':
cmd-choose-tree.c:(.text+0x870): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-choose-tree.o: In function `__strsep_2c':
cmd-choose-tree.c:(.text+0x8c0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-choose-tree.o: In function `__strsep_3c':
cmd-choose-tree.c:(.text+0x910): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-clear-history.o: In function `gnu_dev_major':
cmd-clear-history.c:(.text+0x70): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-clear-history.o: In function `gnu_dev_minor':
cmd-clear-history.c:(.text+0x90): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-clear-history.o: In function `gnu_dev_makedev':
cmd-clear-history.c:(.text+0xb0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-clock-mode.o: In function `gnu_dev_major':
cmd-clock-mode.c:(.text+0x50): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-clock-mode.o: In function `gnu_dev_minor':
cmd-clock-mode.c:(.text+0x70): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-clock-mode.o: In function `gnu_dev_makedev':
cmd-clock-mode.c:(.text+0x90): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-command-prompt.o: In function `gnu_dev_major':
cmd-command-prompt.c:(.text+0x540): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-command-prompt.o: In function `gnu_dev_minor':
cmd-command-prompt.c:(.text+0x560): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-command-prompt.o: In function `gnu_dev_makedev':
cmd-command-prompt.c:(.text+0x580): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-command-prompt.o: In function `__strcspn_c1':
cmd-command-prompt.c:(.text+0x5b0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-command-prompt.o: In function `__strcspn_c2':
cmd-command-prompt.c:(.text+0x5e0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-command-prompt.o: In function `__strcspn_c3':
cmd-command-prompt.c:(.text+0x610): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-command-prompt.o: In function `__strspn_c1':
cmd-command-prompt.c:(.text+0x650): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-command-prompt.o: In function `__strspn_c2':
cmd-command-prompt.c:(.text+0x670): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-command-prompt.o: In function `__strspn_c3':
cmd-command-prompt.c:(.text+0x690): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-command-prompt.o: In function `__strpbrk_c2':
cmd-command-prompt.c:(.text+0x6c0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-command-prompt.o: In function `__strpbrk_c3':
cmd-command-prompt.c:(.text+0x710): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-command-prompt.o: In function `__strtok_r_1c':
cmd-command-prompt.c:(.text+0x770): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-command-prompt.o: In function `__strsep_1c':
cmd-command-prompt.c:(.text+0x7d0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-command-prompt.o: In function `__strsep_2c':
cmd-command-prompt.c:(.text+0x820): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-command-prompt.o: In function `__strsep_3c':
cmd-command-prompt.c:(.text+0x870): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-confirm-before.o: In function `gnu_dev_major':
cmd-confirm-before.c:(.text+0x2a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-confirm-before.o: In function `gnu_dev_minor':
cmd-confirm-before.c:(.text+0x2c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-confirm-before.o: In function `gnu_dev_makedev':
cmd-confirm-before.c:(.text+0x2e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-confirm-before.o: In function `__strcspn_c1':
cmd-confirm-before.c:(.text+0x310): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-confirm-before.o: In function `__strcspn_c2':
cmd-confirm-before.c:(.text+0x340): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-confirm-before.o: In function `__strcspn_c3':
cmd-confirm-before.c:(.text+0x370): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-confirm-before.o: In function `__strspn_c1':
cmd-confirm-before.c:(.text+0x3b0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-confirm-before.o: In function `__strspn_c2':
cmd-confirm-before.c:(.text+0x3d0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-confirm-before.o: In function `__strspn_c3':
cmd-confirm-before.c:(.text+0x3f0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-confirm-before.o: In function `__strpbrk_c2':
cmd-confirm-before.c:(.text+0x420): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-confirm-before.o: In function `__strpbrk_c3':
cmd-confirm-before.c:(.text+0x470): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-confirm-before.o: In function `__strtok_r_1c':
cmd-confirm-before.c:(.text+0x4d0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-confirm-before.o: In function `__strsep_1c':
cmd-confirm-before.c:(.text+0x530): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-confirm-before.o: In function `__strsep_2c':
cmd-confirm-before.c:(.text+0x580): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-confirm-before.o: In function `__strsep_3c':
cmd-confirm-before.c:(.text+0x5d0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-copy-mode.o: In function `gnu_dev_major':
cmd-copy-mode.c:(.text+0x110): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-copy-mode.o: In function `gnu_dev_minor':
cmd-copy-mode.c:(.text+0x130): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-copy-mode.o: In function `gnu_dev_makedev':
cmd-copy-mode.c:(.text+0x150): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-delete-buffer.o: In function `gnu_dev_major':
cmd-delete-buffer.c:(.text+0xc0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-delete-buffer.o: In function `gnu_dev_minor':
cmd-delete-buffer.c:(.text+0xe0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-delete-buffer.o: In function `gnu_dev_makedev':
cmd-delete-buffer.c:(.text+0x100): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-detach-client.o: In function `gnu_dev_major':
cmd-detach-client.c:(.text+0x1b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-detach-client.o: In function `gnu_dev_minor':
cmd-detach-client.c:(.text+0x1d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-detach-client.o: In function `gnu_dev_makedev':
cmd-detach-client.c:(.text+0x1f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-detach-client.o: In function `__strcspn_c1':
cmd-detach-client.c:(.text+0x220): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-detach-client.o: In function `__strcspn_c2':
cmd-detach-client.c:(.text+0x250): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-detach-client.o: In function `__strcspn_c3':
cmd-detach-client.c:(.text+0x280): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-detach-client.o: In function `__strspn_c1':
cmd-detach-client.c:(.text+0x2c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-detach-client.o: In function `__strspn_c2':
cmd-detach-client.c:(.text+0x2e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-detach-client.o: In function `__strspn_c3':
cmd-detach-client.c:(.text+0x300): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-detach-client.o: In function `__strpbrk_c2':
cmd-detach-client.c:(.text+0x330): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-detach-client.o: In function `__strpbrk_c3':
cmd-detach-client.c:(.text+0x380): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-detach-client.o: In function `__strtok_r_1c':
cmd-detach-client.c:(.text+0x3e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-detach-client.o: In function `__strsep_1c':
cmd-detach-client.c:(.text+0x440): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-detach-client.o: In function `__strsep_2c':
cmd-detach-client.c:(.text+0x490): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-detach-client.o: In function `__strsep_3c':
cmd-detach-client.c:(.text+0x4e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-display-message.o: In function `gnu_dev_major':
cmd-display-message.c:(.text+0x260): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-display-message.o: In function `gnu_dev_minor':
cmd-display-message.c:(.text+0x280): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-display-message.o: In function `gnu_dev_makedev':
cmd-display-message.c:(.text+0x2a0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-display-panes.o: In function `gnu_dev_major':
cmd-display-panes.c:(.text+0x40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-display-panes.o: In function `gnu_dev_minor':
cmd-display-panes.c:(.text+0x60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-display-panes.o: In function `gnu_dev_makedev':
cmd-display-panes.c:(.text+0x80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-find-window.o: In function `gnu_dev_major':
cmd-find-window.c:(.text+0xb0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-find-window.o: In function `gnu_dev_minor':
cmd-find-window.c:(.text+0xd0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-find-window.o: In function `gnu_dev_makedev':
cmd-find-window.c:(.text+0xf0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-find-window.o: In function `__strcspn_c1':
cmd-find-window.c:(.text+0x120): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-find-window.o: In function `__strcspn_c2':
cmd-find-window.c:(.text+0x150): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-find-window.o: In function `__strcspn_c3':
cmd-find-window.c:(.text+0x180): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-find-window.o: In function `__strspn_c1':
cmd-find-window.c:(.text+0x1c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-find-window.o: In function `__strspn_c2':
cmd-find-window.c:(.text+0x1e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-find-window.o: In function `__strspn_c3':
cmd-find-window.c:(.text+0x200): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-find-window.o: In function `__strpbrk_c2':
cmd-find-window.c:(.text+0x230): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-find-window.o: In function `__strpbrk_c3':
cmd-find-window.c:(.text+0x280): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-find-window.o: In function `__strtok_r_1c':
cmd-find-window.c:(.text+0x2e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-find-window.o: In function `__strsep_1c':
cmd-find-window.c:(.text+0x340): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-find-window.o: In function `__strsep_2c':
cmd-find-window.c:(.text+0x390): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-find-window.o: In function `__strsep_3c':
cmd-find-window.c:(.text+0x3e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-has-session.o: In function `gnu_dev_major':
cmd-has-session.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-has-session.o: In function `gnu_dev_minor':
cmd-has-session.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-has-session.o: In function `gnu_dev_makedev':
cmd-has-session.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-if-shell.o: In function `gnu_dev_major':
cmd-if-shell.c:(.text+0x390): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-if-shell.o: In function `gnu_dev_minor':
cmd-if-shell.c:(.text+0x3b0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-if-shell.o: In function `gnu_dev_makedev':
cmd-if-shell.c:(.text+0x3d0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-if-shell.o: In function `__strcspn_c1':
cmd-if-shell.c:(.text+0x400): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-if-shell.o: In function `__strcspn_c2':
cmd-if-shell.c:(.text+0x430): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-if-shell.o: In function `__strcspn_c3':
cmd-if-shell.c:(.text+0x460): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-if-shell.o: In function `__strspn_c1':
cmd-if-shell.c:(.text+0x4a0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-if-shell.o: In function `__strspn_c2':
cmd-if-shell.c:(.text+0x4c0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-if-shell.o: In function `__strspn_c3':
cmd-if-shell.c:(.text+0x4e0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-if-shell.o: In function `__strpbrk_c2':
cmd-if-shell.c:(.text+0x510): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-if-shell.o: In function `__strpbrk_c3':
cmd-if-shell.c:(.text+0x560): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-if-shell.o: In function `__strtok_r_1c':
cmd-if-shell.c:(.text+0x5c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-if-shell.o: In function `__strsep_1c':
cmd-if-shell.c:(.text+0x620): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-if-shell.o: In function `__strsep_2c':
cmd-if-shell.c:(.text+0x670): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-if-shell.o: In function `__strsep_3c':
cmd-if-shell.c:(.text+0x6c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-join-pane.o: In function `gnu_dev_major':
cmd-join-pane.c:(.text+0x40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-join-pane.o: In function `gnu_dev_minor':
cmd-join-pane.c:(.text+0x60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-join-pane.o: In function `gnu_dev_makedev':
cmd-join-pane.c:(.text+0x80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-pane.o: In function `gnu_dev_major':
cmd-kill-pane.c:(.text+0x100): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-pane.o: In function `gnu_dev_minor':
cmd-kill-pane.c:(.text+0x120): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-pane.o: In function `gnu_dev_makedev':
cmd-kill-pane.c:(.text+0x140): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-server.o: In function `gnu_dev_major':
cmd-kill-server.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-server.o: In function `gnu_dev_minor':
cmd-kill-server.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-server.o: In function `gnu_dev_makedev':
cmd-kill-server.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-session.o: In function `gnu_dev_major':
cmd-kill-session.c:(.text+0xb0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-session.o: In function `gnu_dev_minor':
cmd-kill-session.c:(.text+0xd0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-session.o: In function `gnu_dev_makedev':
cmd-kill-session.c:(.text+0xf0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-kill-window.o: In function `gnu_dev_major':
cmd-kill-window.c:(.text+0xb0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-kill-window.o: In function `gnu_dev_minor':
cmd-kill-window.c:(.text+0xd0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-kill-window.o: In function `gnu_dev_makedev':
cmd-kill-window.c:(.text+0xf0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-link-window.o: In function `gnu_dev_major':
cmd-link-window.c:(.text+0x130): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-link-window.o: In function `gnu_dev_minor':
cmd-link-window.c:(.text+0x150): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-link-window.o: In function `gnu_dev_makedev':
cmd-link-window.c:(.text+0x170): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-buffers.o: In function `gnu_dev_major':
cmd-list-buffers.c:(.text+0xc0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-buffers.o: In function `gnu_dev_minor':
cmd-list-buffers.c:(.text+0xe0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-buffers.o: In function `gnu_dev_makedev':
cmd-list-buffers.c:(.text+0x100): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-buffers.o: In function `__strcspn_c1':
cmd-list-buffers.c:(.text+0x130): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-buffers.o: In function `__strcspn_c2':
cmd-list-buffers.c:(.text+0x160): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-buffers.o: In function `__strcspn_c3':
cmd-list-buffers.c:(.text+0x190): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-buffers.o: In function `__strspn_c1':
cmd-list-buffers.c:(.text+0x1d0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-buffers.o: In function `__strspn_c2':
cmd-list-buffers.c:(.text+0x1f0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-buffers.o: In function `__strspn_c3':
cmd-list-buffers.c:(.text+0x210): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-buffers.o: In function `__strpbrk_c2':
cmd-list-buffers.c:(.text+0x240): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-buffers.o: In function `__strpbrk_c3':
cmd-list-buffers.c:(.text+0x290): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-buffers.o: In function `__strtok_r_1c':
cmd-list-buffers.c:(.text+0x2f0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-buffers.o: In function `__strsep_1c':
cmd-list-buffers.c:(.text+0x350): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-buffers.o: In function `__strsep_2c':
cmd-list-buffers.c:(.text+0x3a0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-buffers.o: In function `__strsep_3c':
cmd-list-buffers.c:(.text+0x3f0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-clients.o: In function `gnu_dev_major':
cmd-list-clients.c:(.text+0x150): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-clients.o: In function `gnu_dev_minor':
cmd-list-clients.c:(.text+0x170): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-clients.o: In function `gnu_dev_makedev':
cmd-list-clients.c:(.text+0x190): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-clients.o: In function `__strcspn_c1':
cmd-list-clients.c:(.text+0x1c0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-clients.o: In function `__strcspn_c2':
cmd-list-clients.c:(.text+0x1f0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-clients.o: In function `__strcspn_c3':
cmd-list-clients.c:(.text+0x220): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-clients.o: In function `__strspn_c1':
cmd-list-clients.c:(.text+0x260): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-clients.o: In function `__strspn_c2':
cmd-list-clients.c:(.text+0x280): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-clients.o: In function `__strspn_c3':
cmd-list-clients.c:(.text+0x2a0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-clients.o: In function `__strpbrk_c2':
cmd-list-clients.c:(.text+0x2d0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-clients.o: In function `__strpbrk_c3':
cmd-list-clients.c:(.text+0x320): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-clients.o: In function `__strtok_r_1c':
cmd-list-clients.c:(.text+0x380): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-clients.o: In function `__strsep_1c':
cmd-list-clients.c:(.text+0x3e0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-clients.o: In function `__strsep_2c':
cmd-list-clients.c:(.text+0x430): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-clients.o: In function `__strsep_3c':
cmd-list-clients.c:(.text+0x480): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-commands.o: In function `gnu_dev_major':
cmd-list-commands.c:(.text+0x80): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-commands.o: In function `gnu_dev_minor':
cmd-list-commands.c:(.text+0xa0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-commands.o: In function `gnu_dev_makedev':
cmd-list-commands.c:(.text+0xc0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-keys.o: In function `gnu_dev_major':
cmd-list-keys.c:(.text+0x200): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-keys.o: In function `gnu_dev_minor':
cmd-list-keys.c:(.text+0x220): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-keys.o: In function `gnu_dev_makedev':
cmd-list-keys.c:(.text+0x240): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-keys.o: In function `__strcspn_c1':
cmd-list-keys.c:(.text+0x270): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-keys.o: In function `__strcspn_c2':
cmd-list-keys.c:(.text+0x2a0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-keys.o: In function `__strcspn_c3':
cmd-list-keys.c:(.text+0x2d0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-keys.o: In function `__strspn_c1':
cmd-list-keys.c:(.text+0x310): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-keys.o: In function `__strspn_c2':
cmd-list-keys.c:(.text+0x330): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-keys.o: In function `__strspn_c3':
cmd-list-keys.c:(.text+0x350): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-keys.o: In function `__strpbrk_c2':
cmd-list-keys.c:(.text+0x380): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-keys.o: In function `__strpbrk_c3':
cmd-list-keys.c:(.text+0x3d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-keys.o: In function `__strtok_r_1c':
cmd-list-keys.c:(.text+0x430): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-keys.o: In function `__strsep_1c':
cmd-list-keys.c:(.text+0x490): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-keys.o: In function `__strsep_2c':
cmd-list-keys.c:(.text+0x4e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-keys.o: In function `__strsep_3c':
cmd-list-keys.c:(.text+0x530): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-panes.o: In function `gnu_dev_major':
cmd-list-panes.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-panes.o: In function `gnu_dev_minor':
cmd-list-panes.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-panes.o: In function `gnu_dev_makedev':
cmd-list-panes.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-sessions.o: In function `gnu_dev_major':
cmd-list-sessions.c:(.text+0xd0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-sessions.o: In function `gnu_dev_minor':
cmd-list-sessions.c:(.text+0xf0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-sessions.o: In function `gnu_dev_makedev':
cmd-list-sessions.c:(.text+0x110): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list-sessions.o: In function `__strcspn_c1':
cmd-list-sessions.c:(.text+0x140): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list-sessions.o: In function `__strcspn_c2':
cmd-list-sessions.c:(.text+0x170): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list-sessions.o: In function `__strcspn_c3':
cmd-list-sessions.c:(.text+0x1a0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list-sessions.o: In function `__strspn_c1':
cmd-list-sessions.c:(.text+0x1e0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list-sessions.o: In function `__strspn_c2':
cmd-list-sessions.c:(.text+0x200): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list-sessions.o: In function `__strspn_c3':
cmd-list-sessions.c:(.text+0x220): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list-sessions.o: In function `__strpbrk_c2':
cmd-list-sessions.c:(.text+0x250): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list-sessions.o: In function `__strpbrk_c3':
cmd-list-sessions.c:(.text+0x2a0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list-sessions.o: In function `__strtok_r_1c':
cmd-list-sessions.c:(.text+0x300): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list-sessions.o: In function `__strsep_1c':
cmd-list-sessions.c:(.text+0x360): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list-sessions.o: In function `__strsep_2c':
cmd-list-sessions.c:(.text+0x3b0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list-sessions.o: In function `__strsep_3c':
cmd-list-sessions.c:(.text+0x400): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-list-windows.o: In function `gnu_dev_major':
cmd-list-windows.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list-windows.o: In function `gnu_dev_minor':
cmd-list-windows.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list-windows.o: In function `gnu_dev_makedev':
cmd-list-windows.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list.o: In function `gnu_dev_major':
cmd-list.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-list.o: In function `gnu_dev_minor':
cmd-list.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-list.o: In function `gnu_dev_makedev':
cmd-list.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-list.o: In function `__strcspn_c1':
cmd-list.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-list.o: In function `__strcspn_c2':
cmd-list.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-list.o: In function `__strcspn_c3':
cmd-list.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-list.o: In function `__strspn_c1':
cmd-list.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-list.o: In function `__strspn_c2':
cmd-list.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-list.o: In function `__strspn_c3':
cmd-list.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-list.o: In function `__strpbrk_c2':
cmd-list.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-list.o: In function `__strpbrk_c3':
cmd-list.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-list.o: In function `__strtok_r_1c':
cmd-list.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-list.o: In function `__strsep_1c':
cmd-list.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-list.o: In function `__strsep_2c':
cmd-list.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-list.o: In function `__strsep_3c':
cmd-list.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-load-buffer.o: In function `gnu_dev_major':
cmd-load-buffer.c:(.text+0x470): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-load-buffer.o: In function `gnu_dev_minor':
cmd-load-buffer.c:(.text+0x490): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-load-buffer.o: In function `gnu_dev_makedev':
cmd-load-buffer.c:(.text+0x4b0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-load-buffer.o: In function `stat':
cmd-load-buffer.c:(.text+0x4e0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-load-buffer.o: In function `lstat':
cmd-load-buffer.c:(.text+0x4f0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-load-buffer.o: In function `fstat':
cmd-load-buffer.c:(.text+0x500): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-load-buffer.o: In function `fstatat':
cmd-load-buffer.c:(.text+0x510): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-load-buffer.o: In function `mknod':
cmd-load-buffer.c:(.text+0x530): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-load-buffer.o: In function `mknodat':
cmd-load-buffer.c:(.text+0x550): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-load-buffer.o: In function `stat64':
cmd-load-buffer.c:(.text+0x580): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-load-buffer.o: In function `lstat64':
cmd-load-buffer.c:(.text+0x590): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-load-buffer.o: In function `fstat64':
cmd-load-buffer.c:(.text+0x5a0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-load-buffer.o: In function `fstatat64':
cmd-load-buffer.c:(.text+0x5b0): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-load-buffer.o: In function `__strcspn_c1':
cmd-load-buffer.c:(.text+0x5d0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-load-buffer.o: In function `__strcspn_c2':
cmd-load-buffer.c:(.text+0x600): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-load-buffer.o: In function `__strcspn_c3':
cmd-load-buffer.c:(.text+0x630): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-load-buffer.o: In function `__strspn_c1':
cmd-load-buffer.c:(.text+0x670): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-load-buffer.o: In function `__strspn_c2':
cmd-load-buffer.c:(.text+0x690): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-load-buffer.o: In function `__strspn_c3':
cmd-load-buffer.c:(.text+0x6b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-load-buffer.o: In function `__strpbrk_c2':
cmd-load-buffer.c:(.text+0x6e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-load-buffer.o: In function `__strpbrk_c3':
cmd-load-buffer.c:(.text+0x730): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-load-buffer.o: In function `__strtok_r_1c':
cmd-load-buffer.c:(.text+0x790): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-load-buffer.o: In function `__strsep_1c':
cmd-load-buffer.c:(.text+0x7f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-load-buffer.o: In function `__strsep_2c':
cmd-load-buffer.c:(.text+0x840): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-load-buffer.o: In function `__strsep_3c':
cmd-load-buffer.c:(.text+0x890): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-lock-server.o: In function `gnu_dev_major':
cmd-lock-server.c:(.text+0x90): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-lock-server.o: In function `gnu_dev_minor':
cmd-lock-server.c:(.text+0xb0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-lock-server.o: In function `gnu_dev_makedev':
cmd-lock-server.c:(.text+0xd0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-lock-server.o: In function `__strcspn_c1':
cmd-lock-server.c:(.text+0x100): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-lock-server.o: In function `__strcspn_c2':
cmd-lock-server.c:(.text+0x130): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-lock-server.o: In function `__strcspn_c3':
cmd-lock-server.c:(.text+0x160): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-lock-server.o: In function `__strspn_c1':
cmd-lock-server.c:(.text+0x1a0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-lock-server.o: In function `__strspn_c2':
cmd-lock-server.c:(.text+0x1c0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-lock-server.o: In function `__strspn_c3':
cmd-lock-server.c:(.text+0x1e0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-lock-server.o: In function `__strpbrk_c2':
cmd-lock-server.c:(.text+0x210): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-lock-server.o: In function `__strpbrk_c3':
cmd-lock-server.c:(.text+0x260): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-lock-server.o: In function `__strtok_r_1c':
cmd-lock-server.c:(.text+0x2c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-lock-server.o: In function `__strsep_1c':
cmd-lock-server.c:(.text+0x320): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-lock-server.o: In function `__strsep_2c':
cmd-lock-server.c:(.text+0x370): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-lock-server.o: In function `__strsep_3c':
cmd-lock-server.c:(.text+0x3c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-move-window.o: In function `gnu_dev_major':
cmd-move-window.c:(.text+0x180): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-move-window.o: In function `gnu_dev_minor':
cmd-move-window.c:(.text+0x1a0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-move-window.o: In function `gnu_dev_makedev':
cmd-move-window.c:(.text+0x1c0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-new-session.o: In function `gnu_dev_major':
cmd-new-session.c:(.text+0x840): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-new-session.o: In function `gnu_dev_minor':
cmd-new-session.c:(.text+0x860): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-new-session.o: In function `gnu_dev_makedev':
cmd-new-session.c:(.text+0x880): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-new-session.o: In function `stat':
cmd-new-session.c:(.text+0x8b0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-new-session.o: In function `lstat':
cmd-new-session.c:(.text+0x8c0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-new-session.o: In function `fstat':
cmd-new-session.c:(.text+0x8d0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-new-session.o: In function `fstatat':
cmd-new-session.c:(.text+0x8e0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-new-session.o: In function `mknod':
cmd-new-session.c:(.text+0x900): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-new-session.o: In function `mknodat':
cmd-new-session.c:(.text+0x920): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-new-session.o: In function `stat64':
cmd-new-session.c:(.text+0x950): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-new-session.o: In function `lstat64':
cmd-new-session.c:(.text+0x960): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-new-session.o: In function `fstat64':
cmd-new-session.c:(.text+0x970): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-new-session.o: In function `fstatat64':
cmd-new-session.c:(.text+0x980): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-new-session.o: In function `__strcspn_c1':
cmd-new-session.c:(.text+0x9a0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-new-session.o: In function `__strcspn_c2':
cmd-new-session.c:(.text+0x9d0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-new-session.o: In function `__strcspn_c3':
cmd-new-session.c:(.text+0xa00): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-new-session.o: In function `__strspn_c1':
cmd-new-session.c:(.text+0xa40): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-new-session.o: In function `__strspn_c2':
cmd-new-session.c:(.text+0xa60): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-new-session.o: In function `__strspn_c3':
cmd-new-session.c:(.text+0xa80): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-new-session.o: In function `__strpbrk_c2':
cmd-new-session.c:(.text+0xab0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-new-session.o: In function `__strpbrk_c3':
cmd-new-session.c:(.text+0xb00): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-new-session.o: In function `__strtok_r_1c':
cmd-new-session.c:(.text+0xb60): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-new-session.o: In function `__strsep_1c':
cmd-new-session.c:(.text+0xbc0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-new-session.o: In function `__strsep_2c':
cmd-new-session.c:(.text+0xc10): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-new-session.o: In function `__strsep_3c':
cmd-new-session.c:(.text+0xc60): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-new-window.o: In function `gnu_dev_major':
cmd-new-window.c:(.text+0x530): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-new-window.o: In function `gnu_dev_minor':
cmd-new-window.c:(.text+0x550): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-new-window.o: In function `gnu_dev_makedev':
cmd-new-window.c:(.text+0x570): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-new-window.o: In function `stat':
cmd-new-window.c:(.text+0x5a0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-new-window.o: In function `lstat':
cmd-new-window.c:(.text+0x5b0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-new-window.o: In function `fstat':
cmd-new-window.c:(.text+0x5c0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-new-window.o: In function `fstatat':
cmd-new-window.c:(.text+0x5d0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-new-window.o: In function `mknod':
cmd-new-window.c:(.text+0x5f0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-new-window.o: In function `mknodat':
cmd-new-window.c:(.text+0x610): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-new-window.o: In function `stat64':
cmd-new-window.c:(.text+0x640): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-new-window.o: In function `lstat64':
cmd-new-window.c:(.text+0x650): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-new-window.o: In function `fstat64':
cmd-new-window.c:(.text+0x660): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-new-window.o: In function `fstatat64':
cmd-new-window.c:(.text+0x670): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-new-window.o: In function `__strcspn_c1':
cmd-new-window.c:(.text+0x690): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-new-window.o: In function `__strcspn_c2':
cmd-new-window.c:(.text+0x6c0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-new-window.o: In function `__strcspn_c3':
cmd-new-window.c:(.text+0x6f0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-new-window.o: In function `__strspn_c1':
cmd-new-window.c:(.text+0x730): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-new-window.o: In function `__strspn_c2':
cmd-new-window.c:(.text+0x750): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-new-window.o: In function `__strspn_c3':
cmd-new-window.c:(.text+0x770): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-new-window.o: In function `__strpbrk_c2':
cmd-new-window.c:(.text+0x7a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-new-window.o: In function `__strpbrk_c3':
cmd-new-window.c:(.text+0x7f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-new-window.o: In function `__strtok_r_1c':
cmd-new-window.c:(.text+0x850): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-new-window.o: In function `__strsep_1c':
cmd-new-window.c:(.text+0x8b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-new-window.o: In function `__strsep_2c':
cmd-new-window.c:(.text+0x900): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-new-window.o: In function `__strsep_3c':
cmd-new-window.c:(.text+0x950): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-paste-buffer.o: In function `gnu_dev_major':
cmd-paste-buffer.c:(.text+0x210): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-paste-buffer.o: In function `gnu_dev_minor':
cmd-paste-buffer.c:(.text+0x230): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-paste-buffer.o: In function `gnu_dev_makedev':
cmd-paste-buffer.c:(.text+0x250): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-paste-buffer.o: In function `__strcspn_c1':
cmd-paste-buffer.c:(.text+0x280): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-paste-buffer.o: In function `__strcspn_c2':
cmd-paste-buffer.c:(.text+0x2b0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-paste-buffer.o: In function `__strcspn_c3':
cmd-paste-buffer.c:(.text+0x2e0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-paste-buffer.o: In function `__strspn_c1':
cmd-paste-buffer.c:(.text+0x320): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-paste-buffer.o: In function `__strspn_c2':
cmd-paste-buffer.c:(.text+0x340): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-paste-buffer.o: In function `__strspn_c3':
cmd-paste-buffer.c:(.text+0x360): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-paste-buffer.o: In function `__strpbrk_c2':
cmd-paste-buffer.c:(.text+0x390): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-paste-buffer.o: In function `__strpbrk_c3':
cmd-paste-buffer.c:(.text+0x3e0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-paste-buffer.o: In function `__strtok_r_1c':
cmd-paste-buffer.c:(.text+0x440): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-paste-buffer.o: In function `__strsep_1c':
cmd-paste-buffer.c:(.text+0x4a0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-paste-buffer.o: In function `__strsep_2c':
cmd-paste-buffer.c:(.text+0x4f0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-paste-buffer.o: In function `__strsep_3c':
cmd-paste-buffer.c:(.text+0x540): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-pipe-pane.o: In function `gnu_dev_major':
cmd-pipe-pane.c:(.text+0x350): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-pipe-pane.o: In function `gnu_dev_minor':
cmd-pipe-pane.c:(.text+0x370): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-pipe-pane.o: In function `gnu_dev_makedev':
cmd-pipe-pane.c:(.text+0x390): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-pipe-pane.o: In function `stat':
cmd-pipe-pane.c:(.text+0x3c0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-pipe-pane.o: In function `lstat':
cmd-pipe-pane.c:(.text+0x3d0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-pipe-pane.o: In function `fstat':
cmd-pipe-pane.c:(.text+0x3e0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-pipe-pane.o: In function `fstatat':
cmd-pipe-pane.c:(.text+0x3f0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-pipe-pane.o: In function `mknod':
cmd-pipe-pane.c:(.text+0x410): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-pipe-pane.o: In function `mknodat':
cmd-pipe-pane.c:(.text+0x430): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-pipe-pane.o: In function `stat64':
cmd-pipe-pane.c:(.text+0x460): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-pipe-pane.o: In function `lstat64':
cmd-pipe-pane.c:(.text+0x470): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-pipe-pane.o: In function `fstat64':
cmd-pipe-pane.c:(.text+0x480): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-pipe-pane.o: In function `fstatat64':
cmd-pipe-pane.c:(.text+0x490): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-pipe-pane.o: In function `__strcspn_c1':
cmd-pipe-pane.c:(.text+0x4b0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-pipe-pane.o: In function `__strcspn_c2':
cmd-pipe-pane.c:(.text+0x4e0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-pipe-pane.o: In function `__strcspn_c3':
cmd-pipe-pane.c:(.text+0x510): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-pipe-pane.o: In function `__strspn_c1':
cmd-pipe-pane.c:(.text+0x550): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-pipe-pane.o: In function `__strspn_c2':
cmd-pipe-pane.c:(.text+0x570): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-pipe-pane.o: In function `__strspn_c3':
cmd-pipe-pane.c:(.text+0x590): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-pipe-pane.o: In function `__strpbrk_c2':
cmd-pipe-pane.c:(.text+0x5c0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-pipe-pane.o: In function `__strpbrk_c3':
cmd-pipe-pane.c:(.text+0x610): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-pipe-pane.o: In function `__strtok_r_1c':
cmd-pipe-pane.c:(.text+0x670): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-pipe-pane.o: In function `__strsep_1c':
cmd-pipe-pane.c:(.text+0x6d0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-pipe-pane.o: In function `__strsep_2c':
cmd-pipe-pane.c:(.text+0x720): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-pipe-pane.o: In function `__strsep_3c':
cmd-pipe-pane.c:(.text+0x770): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-queue.o: In function `gnu_dev_major':
cmd-queue.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-queue.o: In function `gnu_dev_minor':
cmd-queue.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-queue.o: In function `gnu_dev_makedev':
cmd-queue.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-refresh-client.o: In function `gnu_dev_major':
cmd-refresh-client.c:(.text+0x1b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-refresh-client.o: In function `gnu_dev_minor':
cmd-refresh-client.c:(.text+0x1d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-refresh-client.o: In function `gnu_dev_makedev':
cmd-refresh-client.c:(.text+0x1f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-rename-session.o: In function `gnu_dev_major':
cmd-rename-session.c:(.text+0xf0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-rename-session.o: In function `gnu_dev_minor':
cmd-rename-session.c:(.text+0x110): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-rename-session.o: In function `gnu_dev_makedev':
cmd-rename-session.c:(.text+0x130): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-rename-window.o: In function `gnu_dev_major':
cmd-rename-window.c:(.text+0x80): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-rename-window.o: In function `gnu_dev_minor':
cmd-rename-window.c:(.text+0xa0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-rename-window.o: In function `gnu_dev_makedev':
cmd-rename-window.c:(.text+0xc0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-resize-pane.o: In function `gnu_dev_major':
cmd-resize-pane.c:(.text+0x450): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-resize-pane.o: In function `gnu_dev_minor':
cmd-resize-pane.c:(.text+0x470): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-resize-pane.o: In function `gnu_dev_makedev':
cmd-resize-pane.c:(.text+0x490): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-respawn-pane.o: In function `gnu_dev_major':
cmd-respawn-pane.c:(.text+0x200): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-respawn-pane.o: In function `gnu_dev_minor':
cmd-respawn-pane.c:(.text+0x220): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-respawn-pane.o: In function `gnu_dev_makedev':
cmd-respawn-pane.c:(.text+0x240): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-respawn-window.o: In function `gnu_dev_major':
cmd-respawn-window.c:(.text+0x290): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-respawn-window.o: In function `gnu_dev_minor':
cmd-respawn-window.c:(.text+0x2b0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-respawn-window.o: In function `gnu_dev_makedev':
cmd-respawn-window.c:(.text+0x2d0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-rotate-window.o: In function `gnu_dev_major':
cmd-rotate-window.c:(.text+0x3a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-rotate-window.o: In function `gnu_dev_minor':
cmd-rotate-window.c:(.text+0x3c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-rotate-window.o: In function `gnu_dev_makedev':
cmd-rotate-window.c:(.text+0x3e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-run-shell.o: In function `gnu_dev_major':
cmd-run-shell.c:(.text+0x1f0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-run-shell.o: In function `gnu_dev_minor':
cmd-run-shell.c:(.text+0x210): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-run-shell.o: In function `gnu_dev_makedev':
cmd-run-shell.c:(.text+0x230): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-run-shell.o: In function `__strcspn_c1':
cmd-run-shell.c:(.text+0x260): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-run-shell.o: In function `__strcspn_c2':
cmd-run-shell.c:(.text+0x290): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-run-shell.o: In function `__strcspn_c3':
cmd-run-shell.c:(.text+0x2c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-run-shell.o: In function `__strspn_c1':
cmd-run-shell.c:(.text+0x300): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-run-shell.o: In function `__strspn_c2':
cmd-run-shell.c:(.text+0x320): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-run-shell.o: In function `__strspn_c3':
cmd-run-shell.c:(.text+0x340): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-run-shell.o: In function `__strpbrk_c2':
cmd-run-shell.c:(.text+0x370): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-run-shell.o: In function `__strpbrk_c3':
cmd-run-shell.c:(.text+0x3c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-run-shell.o: In function `__strtok_r_1c':
cmd-run-shell.c:(.text+0x420): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-run-shell.o: In function `__strsep_1c':
cmd-run-shell.c:(.text+0x480): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-run-shell.o: In function `__strsep_2c':
cmd-run-shell.c:(.text+0x4d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-run-shell.o: In function `__strsep_3c':
cmd-run-shell.c:(.text+0x520): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-save-buffer.o: In function `gnu_dev_major':
cmd-save-buffer.c:(.text+0x3c0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-save-buffer.o: In function `gnu_dev_minor':
cmd-save-buffer.c:(.text+0x3e0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-save-buffer.o: In function `gnu_dev_makedev':
cmd-save-buffer.c:(.text+0x400): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-save-buffer.o: In function `stat':
cmd-save-buffer.c:(.text+0x430): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-save-buffer.o: In function `lstat':
cmd-save-buffer.c:(.text+0x440): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-save-buffer.o: In function `fstat':
cmd-save-buffer.c:(.text+0x450): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-save-buffer.o: In function `fstatat':
cmd-save-buffer.c:(.text+0x460): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-save-buffer.o: In function `mknod':
cmd-save-buffer.c:(.text+0x480): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-save-buffer.o: In function `mknodat':
cmd-save-buffer.c:(.text+0x4a0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-save-buffer.o: In function `stat64':
cmd-save-buffer.c:(.text+0x4d0): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-save-buffer.o: In function `lstat64':
cmd-save-buffer.c:(.text+0x4e0): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-save-buffer.o: In function `fstat64':
cmd-save-buffer.c:(.text+0x4f0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-save-buffer.o: In function `fstatat64':
cmd-save-buffer.c:(.text+0x500): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-save-buffer.o: In function `__strcspn_c1':
cmd-save-buffer.c:(.text+0x520): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-save-buffer.o: In function `__strcspn_c2':
cmd-save-buffer.c:(.text+0x550): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-save-buffer.o: In function `__strcspn_c3':
cmd-save-buffer.c:(.text+0x580): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-save-buffer.o: In function `__strspn_c1':
cmd-save-buffer.c:(.text+0x5c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-save-buffer.o: In function `__strspn_c2':
cmd-save-buffer.c:(.text+0x5e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-save-buffer.o: In function `__strspn_c3':
cmd-save-buffer.c:(.text+0x600): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-save-buffer.o: In function `__strpbrk_c2':
cmd-save-buffer.c:(.text+0x630): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-save-buffer.o: In function `__strpbrk_c3':
cmd-save-buffer.c:(.text+0x680): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-save-buffer.o: In function `__strtok_r_1c':
cmd-save-buffer.c:(.text+0x6e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-save-buffer.o: In function `__strsep_1c':
cmd-save-buffer.c:(.text+0x740): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-save-buffer.o: In function `__strsep_2c':
cmd-save-buffer.c:(.text+0x790): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-save-buffer.o: In function `__strsep_3c':
cmd-save-buffer.c:(.text+0x7e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-select-layout.o: In function `gnu_dev_major':
cmd-select-layout.c:(.text+0x2d0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-select-layout.o: In function `gnu_dev_minor':
cmd-select-layout.c:(.text+0x2f0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-select-layout.o: In function `gnu_dev_makedev':
cmd-select-layout.c:(.text+0x310): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-select-pane.o: In function `gnu_dev_major':
cmd-select-pane.c:(.text+0x2b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-select-pane.o: In function `gnu_dev_minor':
cmd-select-pane.c:(.text+0x2d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-select-pane.o: In function `gnu_dev_makedev':
cmd-select-pane.c:(.text+0x2f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-select-window.o: In function `gnu_dev_major':
cmd-select-window.c:(.text+0x2d0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-select-window.o: In function `gnu_dev_minor':
cmd-select-window.c:(.text+0x2f0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-select-window.o: In function `gnu_dev_makedev':
cmd-select-window.c:(.text+0x310): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-send-keys.o: In function `gnu_dev_major':
cmd-send-keys.c:(.text+0x1f0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-send-keys.o: In function `gnu_dev_minor':
cmd-send-keys.c:(.text+0x210): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-send-keys.o: In function `gnu_dev_makedev':
cmd-send-keys.c:(.text+0x230): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-send-keys.o: In function `__strcspn_c1':
cmd-send-keys.c:(.text+0x260): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-send-keys.o: In function `__strcspn_c2':
cmd-send-keys.c:(.text+0x290): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-send-keys.o: In function `__strcspn_c3':
cmd-send-keys.c:(.text+0x2c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-send-keys.o: In function `__strspn_c1':
cmd-send-keys.c:(.text+0x300): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-send-keys.o: In function `__strspn_c2':
cmd-send-keys.c:(.text+0x320): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-send-keys.o: In function `__strspn_c3':
cmd-send-keys.c:(.text+0x340): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-send-keys.o: In function `__strpbrk_c2':
cmd-send-keys.c:(.text+0x370): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-send-keys.o: In function `__strpbrk_c3':
cmd-send-keys.c:(.text+0x3c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-send-keys.o: In function `__strtok_r_1c':
cmd-send-keys.c:(.text+0x420): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-send-keys.o: In function `__strsep_1c':
cmd-send-keys.c:(.text+0x480): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-send-keys.o: In function `__strsep_2c':
cmd-send-keys.c:(.text+0x4d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-send-keys.o: In function `__strsep_3c':
cmd-send-keys.c:(.text+0x520): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-set-buffer.o: In function `gnu_dev_major':
cmd-set-buffer.c:(.text+0x130): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-set-buffer.o: In function `gnu_dev_minor':
cmd-set-buffer.c:(.text+0x150): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-set-buffer.o: In function `gnu_dev_makedev':
cmd-set-buffer.c:(.text+0x170): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-set-buffer.o: In function `__strcspn_c1':
cmd-set-buffer.c:(.text+0x1a0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-set-buffer.o: In function `__strcspn_c2':
cmd-set-buffer.c:(.text+0x1d0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-set-buffer.o: In function `__strcspn_c3':
cmd-set-buffer.c:(.text+0x200): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-set-buffer.o: In function `__strspn_c1':
cmd-set-buffer.c:(.text+0x240): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-set-buffer.o: In function `__strspn_c2':
cmd-set-buffer.c:(.text+0x260): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-set-buffer.o: In function `__strspn_c3':
cmd-set-buffer.c:(.text+0x280): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-set-buffer.o: In function `__strpbrk_c2':
cmd-set-buffer.c:(.text+0x2b0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-set-buffer.o: In function `__strpbrk_c3':
cmd-set-buffer.c:(.text+0x300): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-set-buffer.o: In function `__strtok_r_1c':
cmd-set-buffer.c:(.text+0x360): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-set-buffer.o: In function `__strsep_1c':
cmd-set-buffer.c:(.text+0x3c0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-set-buffer.o: In function `__strsep_2c':
cmd-set-buffer.c:(.text+0x410): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-set-buffer.o: In function `__strsep_3c':
cmd-set-buffer.c:(.text+0x460): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-set-environment.o: In function `gnu_dev_major':
cmd-set-environment.c:(.text+0x1e0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-set-environment.o: In function `gnu_dev_minor':
cmd-set-environment.c:(.text+0x200): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-set-environment.o: In function `gnu_dev_makedev':
cmd-set-environment.c:(.text+0x220): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-set-environment.o: In function `__strcspn_c1':
cmd-set-environment.c:(.text+0x250): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-set-environment.o: In function `__strcspn_c2':
cmd-set-environment.c:(.text+0x280): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-set-environment.o: In function `__strcspn_c3':
cmd-set-environment.c:(.text+0x2b0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-set-environment.o: In function `__strspn_c1':
cmd-set-environment.c:(.text+0x2f0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-set-environment.o: In function `__strspn_c2':
cmd-set-environment.c:(.text+0x310): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-set-environment.o: In function `__strspn_c3':
cmd-set-environment.c:(.text+0x330): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-set-environment.o: In function `__strpbrk_c2':
cmd-set-environment.c:(.text+0x360): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-set-environment.o: In function `__strpbrk_c3':
cmd-set-environment.c:(.text+0x3b0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-set-environment.o: In function `__strtok_r_1c':
cmd-set-environment.c:(.text+0x410): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-set-environment.o: In function `__strsep_1c':
cmd-set-environment.c:(.text+0x470): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-set-environment.o: In function `__strsep_2c':
cmd-set-environment.c:(.text+0x4c0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-set-environment.o: In function `__strsep_3c':
cmd-set-environment.c:(.text+0x510): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-set-option.o: In function `gnu_dev_major':
cmd-set-option.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-set-option.o: In function `gnu_dev_minor':
cmd-set-option.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-set-option.o: In function `gnu_dev_makedev':
cmd-set-option.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-set-option.o: In function `__strcspn_c1':
cmd-set-option.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-set-option.o: In function `__strcspn_c2':
cmd-set-option.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-set-option.o: In function `__strcspn_c3':
cmd-set-option.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-set-option.o: In function `__strspn_c1':
cmd-set-option.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-set-option.o: In function `__strspn_c2':
cmd-set-option.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-set-option.o: In function `__strspn_c3':
cmd-set-option.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-set-option.o: In function `__strpbrk_c2':
cmd-set-option.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-set-option.o: In function `__strpbrk_c3':
cmd-set-option.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-set-option.o: In function `__strtok_r_1c':
cmd-set-option.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-set-option.o: In function `__strsep_1c':
cmd-set-option.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-set-option.o: In function `__strsep_2c':
cmd-set-option.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-set-option.o: In function `__strsep_3c':
cmd-set-option.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-show-environment.o: In function `gnu_dev_major':
cmd-show-environment.c:(.text+0x160): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-show-environment.o: In function `gnu_dev_minor':
cmd-show-environment.c:(.text+0x180): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-show-environment.o: In function `gnu_dev_makedev':
cmd-show-environment.c:(.text+0x1a0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-show-environment.o: In function `__strcspn_c1':
cmd-show-environment.c:(.text+0x1d0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-show-environment.o: In function `__strcspn_c2':
cmd-show-environment.c:(.text+0x200): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-show-environment.o: In function `__strcspn_c3':
cmd-show-environment.c:(.text+0x230): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-show-environment.o: In function `__strspn_c1':
cmd-show-environment.c:(.text+0x270): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-show-environment.o: In function `__strspn_c2':
cmd-show-environment.c:(.text+0x290): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-show-environment.o: In function `__strspn_c3':
cmd-show-environment.c:(.text+0x2b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-show-environment.o: In function `__strpbrk_c2':
cmd-show-environment.c:(.text+0x2e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-show-environment.o: In function `__strpbrk_c3':
cmd-show-environment.c:(.text+0x330): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-show-environment.o: In function `__strtok_r_1c':
cmd-show-environment.c:(.text+0x390): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-show-environment.o: In function `__strsep_1c':
cmd-show-environment.c:(.text+0x3f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-show-environment.o: In function `__strsep_2c':
cmd-show-environment.c:(.text+0x440): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-show-environment.o: In function `__strsep_3c':
cmd-show-environment.c:(.text+0x490): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-show-messages.o: In function `gnu_dev_major':
cmd-show-messages.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-show-messages.o: In function `gnu_dev_minor':
cmd-show-messages.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-show-messages.o: In function `gnu_dev_makedev':
cmd-show-messages.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-show-messages.o: In function `__strcspn_c1':
cmd-show-messages.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-show-messages.o: In function `__strcspn_c2':
cmd-show-messages.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-show-messages.o: In function `__strcspn_c3':
cmd-show-messages.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-show-messages.o: In function `__strspn_c1':
cmd-show-messages.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-show-messages.o: In function `__strspn_c2':
cmd-show-messages.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-show-messages.o: In function `__strspn_c3':
cmd-show-messages.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-show-messages.o: In function `__strpbrk_c2':
cmd-show-messages.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-show-messages.o: In function `__strpbrk_c3':
cmd-show-messages.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-show-messages.o: In function `__strtok_r_1c':
cmd-show-messages.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-show-messages.o: In function `__strsep_1c':
cmd-show-messages.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-show-messages.o: In function `__strsep_2c':
cmd-show-messages.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-show-messages.o: In function `__strsep_3c':
cmd-show-messages.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-show-options.o: In function `gnu_dev_major':
cmd-show-options.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-show-options.o: In function `gnu_dev_minor':
cmd-show-options.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-show-options.o: In function `gnu_dev_makedev':
cmd-show-options.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-show-options.o: In function `__strcspn_c1':
cmd-show-options.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-show-options.o: In function `__strcspn_c2':
cmd-show-options.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-show-options.o: In function `__strcspn_c3':
cmd-show-options.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-show-options.o: In function `__strspn_c1':
cmd-show-options.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-show-options.o: In function `__strspn_c2':
cmd-show-options.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-show-options.o: In function `__strspn_c3':
cmd-show-options.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-show-options.o: In function `__strpbrk_c2':
cmd-show-options.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-show-options.o: In function `__strpbrk_c3':
cmd-show-options.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-show-options.o: In function `__strtok_r_1c':
cmd-show-options.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-show-options.o: In function `__strsep_1c':
cmd-show-options.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-show-options.o: In function `__strsep_2c':
cmd-show-options.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-show-options.o: In function `__strsep_3c':
cmd-show-options.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-source-file.o: In function `gnu_dev_major':
cmd-source-file.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-source-file.o: In function `gnu_dev_minor':
cmd-source-file.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-source-file.o: In function `gnu_dev_makedev':
cmd-source-file.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-split-window.o: In function `gnu_dev_major':
cmd-split-window.c:(.text+0x690): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-split-window.o: In function `gnu_dev_minor':
cmd-split-window.c:(.text+0x6b0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-split-window.o: In function `gnu_dev_makedev':
cmd-split-window.c:(.text+0x6d0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-split-window.o: In function `stat':
cmd-split-window.c:(.text+0x700): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
cmd-split-window.o: In function `lstat':
cmd-split-window.c:(.text+0x710): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
cmd-split-window.o: In function `fstat':
cmd-split-window.c:(.text+0x720): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
cmd-split-window.o: In function `fstatat':
cmd-split-window.c:(.text+0x730): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
cmd-split-window.o: In function `mknod':
cmd-split-window.c:(.text+0x750): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
cmd-split-window.o: In function `mknodat':
cmd-split-window.c:(.text+0x770): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
cmd-split-window.o: In function `stat64':
cmd-split-window.c:(.text+0x7a0): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
cmd-split-window.o: In function `lstat64':
cmd-split-window.c:(.text+0x7b0): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
cmd-split-window.o: In function `fstat64':
cmd-split-window.c:(.text+0x7c0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
cmd-split-window.o: In function `fstatat64':
cmd-split-window.c:(.text+0x7d0): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
cmd-split-window.o: In function `__strcspn_c1':
cmd-split-window.c:(.text+0x7f0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-split-window.o: In function `__strcspn_c2':
cmd-split-window.c:(.text+0x820): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-split-window.o: In function `__strcspn_c3':
cmd-split-window.c:(.text+0x850): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-split-window.o: In function `__strspn_c1':
cmd-split-window.c:(.text+0x890): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-split-window.o: In function `__strspn_c2':
cmd-split-window.c:(.text+0x8b0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-split-window.o: In function `__strspn_c3':
cmd-split-window.c:(.text+0x8d0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-split-window.o: In function `__strpbrk_c2':
cmd-split-window.c:(.text+0x900): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-split-window.o: In function `__strpbrk_c3':
cmd-split-window.c:(.text+0x950): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-split-window.o: In function `__strtok_r_1c':
cmd-split-window.c:(.text+0x9b0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-split-window.o: In function `__strsep_1c':
cmd-split-window.c:(.text+0xa10): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-split-window.o: In function `__strsep_2c':
cmd-split-window.c:(.text+0xa60): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-split-window.o: In function `__strsep_3c':
cmd-split-window.c:(.text+0xab0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-string.o: In function `gnu_dev_major':
cmd-string.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-string.o: In function `gnu_dev_minor':
cmd-string.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-string.o: In function `gnu_dev_makedev':
cmd-string.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-string.o: In function `__strcspn_c1':
cmd-string.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-string.o: In function `__strcspn_c2':
cmd-string.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-string.o: In function `__strcspn_c3':
cmd-string.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-string.o: In function `__strspn_c1':
cmd-string.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-string.o: In function `__strspn_c2':
cmd-string.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-string.o: In function `__strspn_c3':
cmd-string.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-string.o: In function `__strpbrk_c2':
cmd-string.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-string.o: In function `__strpbrk_c3':
cmd-string.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-string.o: In function `__strtok_r_1c':
cmd-string.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-string.o: In function `__strsep_1c':
cmd-string.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-string.o: In function `__strsep_2c':
cmd-string.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-string.o: In function `__strsep_3c':
cmd-string.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-suspend-client.o: In function `gnu_dev_major':
cmd-suspend-client.c:(.text+0x60): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-suspend-client.o: In function `gnu_dev_minor':
cmd-suspend-client.c:(.text+0x80): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-suspend-client.o: In function `gnu_dev_makedev':
cmd-suspend-client.c:(.text+0xa0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-suspend-client.o: In function `__strcspn_c1':
cmd-suspend-client.c:(.text+0xd0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-suspend-client.o: In function `__strcspn_c2':
cmd-suspend-client.c:(.text+0x100): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-suspend-client.o: In function `__strcspn_c3':
cmd-suspend-client.c:(.text+0x130): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-suspend-client.o: In function `__strspn_c1':
cmd-suspend-client.c:(.text+0x170): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-suspend-client.o: In function `__strspn_c2':
cmd-suspend-client.c:(.text+0x190): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-suspend-client.o: In function `__strspn_c3':
cmd-suspend-client.c:(.text+0x1b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-suspend-client.o: In function `__strpbrk_c2':
cmd-suspend-client.c:(.text+0x1e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-suspend-client.o: In function `__strpbrk_c3':
cmd-suspend-client.c:(.text+0x230): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-suspend-client.o: In function `__strtok_r_1c':
cmd-suspend-client.c:(.text+0x290): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-suspend-client.o: In function `__strsep_1c':
cmd-suspend-client.c:(.text+0x2f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-suspend-client.o: In function `__strsep_2c':
cmd-suspend-client.c:(.text+0x340): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-suspend-client.o: In function `__strsep_3c':
cmd-suspend-client.c:(.text+0x390): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-swap-pane.o: In function `gnu_dev_major':
cmd-swap-pane.c:(.text+0x500): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-swap-pane.o: In function `gnu_dev_minor':
cmd-swap-pane.c:(.text+0x520): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-swap-pane.o: In function `gnu_dev_makedev':
cmd-swap-pane.c:(.text+0x540): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-swap-window.o: In function `gnu_dev_major':
cmd-swap-window.c:(.text+0x1a0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-swap-window.o: In function `gnu_dev_minor':
cmd-swap-window.c:(.text+0x1c0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-swap-window.o: In function `gnu_dev_makedev':
cmd-swap-window.c:(.text+0x1e0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-switch-client.o: In function `gnu_dev_major':
cmd-switch-client.c:(.text+0x3b0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-switch-client.o: In function `gnu_dev_minor':
cmd-switch-client.c:(.text+0x3d0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-switch-client.o: In function `gnu_dev_makedev':
cmd-switch-client.c:(.text+0x3f0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-switch-client.o: In function `__strcspn_c1':
cmd-switch-client.c:(.text+0x420): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-switch-client.o: In function `__strcspn_c2':
cmd-switch-client.c:(.text+0x450): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-switch-client.o: In function `__strcspn_c3':
cmd-switch-client.c:(.text+0x480): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-switch-client.o: In function `__strspn_c1':
cmd-switch-client.c:(.text+0x4c0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-switch-client.o: In function `__strspn_c2':
cmd-switch-client.c:(.text+0x4e0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-switch-client.o: In function `__strspn_c3':
cmd-switch-client.c:(.text+0x500): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-switch-client.o: In function `__strpbrk_c2':
cmd-switch-client.c:(.text+0x530): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-switch-client.o: In function `__strpbrk_c3':
cmd-switch-client.c:(.text+0x580): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-switch-client.o: In function `__strtok_r_1c':
cmd-switch-client.c:(.text+0x5e0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-switch-client.o: In function `__strsep_1c':
cmd-switch-client.c:(.text+0x640): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-switch-client.o: In function `__strsep_2c':
cmd-switch-client.c:(.text+0x690): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-switch-client.o: In function `__strsep_3c':
cmd-switch-client.c:(.text+0x6e0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd-unbind-key.o: In function `gnu_dev_major':
cmd-unbind-key.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-unbind-key.o: In function `gnu_dev_minor':
cmd-unbind-key.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-unbind-key.o: In function `gnu_dev_makedev':
cmd-unbind-key.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-unlink-window.o: In function `gnu_dev_major':
cmd-unlink-window.c:(.text+0xf0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-unlink-window.o: In function `gnu_dev_minor':
cmd-unlink-window.c:(.text+0x110): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-unlink-window.o: In function `gnu_dev_makedev':
cmd-unlink-window.c:(.text+0x130): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-wait-for.o: In function `gnu_dev_major':
cmd-wait-for.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd-wait-for.o: In function `gnu_dev_minor':
cmd-wait-for.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd-wait-for.o: In function `gnu_dev_makedev':
cmd-wait-for.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd-wait-for.o: In function `__strcspn_c1':
cmd-wait-for.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd-wait-for.o: In function `__strcspn_c2':
cmd-wait-for.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd-wait-for.o: In function `__strcspn_c3':
cmd-wait-for.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd-wait-for.o: In function `__strspn_c1':
cmd-wait-for.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd-wait-for.o: In function `__strspn_c2':
cmd-wait-for.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd-wait-for.o: In function `__strspn_c3':
cmd-wait-for.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd-wait-for.o: In function `__strpbrk_c2':
cmd-wait-for.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd-wait-for.o: In function `__strpbrk_c3':
cmd-wait-for.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd-wait-for.o: In function `__strtok_r_1c':
cmd-wait-for.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd-wait-for.o: In function `__strsep_1c':
cmd-wait-for.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd-wait-for.o: In function `__strsep_2c':
cmd-wait-for.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd-wait-for.o: In function `__strsep_3c':
cmd-wait-for.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
cmd.o: In function `gnu_dev_major':
cmd.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
cmd.o: In function `gnu_dev_minor':
cmd.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
cmd.o: In function `gnu_dev_makedev':
cmd.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
cmd.o: In function `__strcspn_c1':
cmd.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
cmd.o: In function `__strcspn_c2':
cmd.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
cmd.o: In function `__strcspn_c3':
cmd.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
cmd.o: In function `__strspn_c1':
cmd.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
cmd.o: In function `__strspn_c2':
cmd.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
cmd.o: In function `__strspn_c3':
cmd.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
cmd.o: In function `__strpbrk_c2':
cmd.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
cmd.o: In function `__strpbrk_c3':
cmd.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
cmd.o: In function `__strtok_r_1c':
cmd.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
cmd.o: In function `__strsep_1c':
cmd.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
cmd.o: In function `__strsep_2c':
cmd.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
cmd.o: In function `__strsep_3c':
cmd.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
colour.o: In function `gnu_dev_major':
colour.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
colour.o: In function `gnu_dev_minor':
colour.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
colour.o: In function `gnu_dev_makedev':
colour.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
colour.o: In function `__strcspn_c1':
colour.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
colour.o: In function `__strcspn_c2':
colour.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
colour.o: In function `__strcspn_c3':
colour.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
colour.o: In function `__strspn_c1':
colour.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
colour.o: In function `__strspn_c2':
colour.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
colour.o: In function `__strspn_c3':
colour.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
colour.o: In function `__strpbrk_c2':
colour.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
colour.o: In function `__strpbrk_c3':
colour.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
colour.o: In function `__strtok_r_1c':
colour.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
colour.o: In function `__strsep_1c':
colour.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
colour.o: In function `__strsep_2c':
colour.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
colour.o: In function `__strsep_3c':
colour.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
control.o: In function `gnu_dev_major':
control.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
control.o: In function `gnu_dev_minor':
control.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
control.o: In function `gnu_dev_makedev':
control.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
control.o: In function `__strcspn_c1':
control.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
control.o: In function `__strcspn_c2':
control.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
control.o: In function `__strcspn_c3':
control.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
control.o: In function `__strspn_c1':
control.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
control.o: In function `__strspn_c2':
control.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
control.o: In function `__strspn_c3':
control.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
control.o: In function `__strpbrk_c2':
control.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
control.o: In function `__strpbrk_c3':
control.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
control.o: In function `__strtok_r_1c':
control.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
control.o: In function `__strsep_1c':
control.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
control.o: In function `__strsep_2c':
control.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
control.o: In function `__strsep_3c':
control.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
control-notify.o: In function `gnu_dev_major':
control-notify.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
control-notify.o: In function `gnu_dev_minor':
control-notify.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
control-notify.o: In function `gnu_dev_makedev':
control-notify.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
environ.o: In function `gnu_dev_major':
environ.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
environ.o: In function `gnu_dev_minor':
environ.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
environ.o: In function `gnu_dev_makedev':
environ.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
environ.o: In function `__strcspn_c1':
environ.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
environ.o: In function `__strcspn_c2':
environ.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
environ.o: In function `__strcspn_c3':
environ.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
environ.o: In function `__strspn_c1':
environ.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
environ.o: In function `__strspn_c2':
environ.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
environ.o: In function `__strspn_c3':
environ.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
environ.o: In function `__strpbrk_c2':
environ.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
environ.o: In function `__strpbrk_c3':
environ.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
environ.o: In function `__strtok_r_1c':
environ.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
environ.o: In function `__strsep_1c':
environ.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
environ.o: In function `__strsep_2c':
environ.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
environ.o: In function `__strsep_3c':
environ.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
format.o: In function `gnu_dev_major':
format.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
format.o: In function `gnu_dev_minor':
format.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
format.o: In function `gnu_dev_makedev':
format.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
format.o: In function `__strcspn_c1':
format.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
format.o: In function `__strcspn_c2':
format.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
format.o: In function `__strcspn_c3':
format.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
format.o: In function `__strspn_c1':
format.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
format.o: In function `__strspn_c2':
format.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
format.o: In function `__strspn_c3':
format.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
format.o: In function `__strpbrk_c2':
format.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
format.o: In function `__strpbrk_c3':
format.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
format.o: In function `__strtok_r_1c':
format.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
format.o: In function `__strsep_1c':
format.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
format.o: In function `__strsep_2c':
format.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
format.o: In function `__strsep_3c':
format.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
grid-cell.o: In function `gnu_dev_major':
grid-cell.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
grid-cell.o: In function `gnu_dev_minor':
grid-cell.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
grid-cell.o: In function `gnu_dev_makedev':
grid-cell.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
grid-cell.o: In function `__strcspn_c1':
grid-cell.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
grid-cell.o: In function `__strcspn_c2':
grid-cell.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
grid-cell.o: In function `__strcspn_c3':
grid-cell.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
grid-cell.o: In function `__strspn_c1':
grid-cell.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
grid-cell.o: In function `__strspn_c2':
grid-cell.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
grid-cell.o: In function `__strspn_c3':
grid-cell.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
grid-cell.o: In function `__strpbrk_c2':
grid-cell.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
grid-cell.o: In function `__strpbrk_c3':
grid-cell.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
grid-cell.o: In function `__strtok_r_1c':
grid-cell.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
grid-cell.o: In function `__strsep_1c':
grid-cell.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
grid-cell.o: In function `__strsep_2c':
grid-cell.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
grid-cell.o: In function `__strsep_3c':
grid-cell.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
grid-view.o: In function `gnu_dev_major':
grid-view.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
grid-view.o: In function `gnu_dev_minor':
grid-view.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
grid-view.o: In function `gnu_dev_makedev':
grid-view.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
grid-view.o: In function `__strcspn_c1':
grid-view.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
grid-view.o: In function `__strcspn_c2':
grid-view.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
grid-view.o: In function `__strcspn_c3':
grid-view.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
grid-view.o: In function `__strspn_c1':
grid-view.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
grid-view.o: In function `__strspn_c2':
grid-view.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
grid-view.o: In function `__strspn_c3':
grid-view.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
grid-view.o: In function `__strpbrk_c2':
grid-view.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
grid-view.o: In function `__strpbrk_c3':
grid-view.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
grid-view.o: In function `__strtok_r_1c':
grid-view.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
grid-view.o: In function `__strsep_1c':
grid-view.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
grid-view.o: In function `__strsep_2c':
grid-view.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
grid-view.o: In function `__strsep_3c':
grid-view.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
grid.o: In function `gnu_dev_major':
grid.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
grid.o: In function `gnu_dev_minor':
grid.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
grid.o: In function `gnu_dev_makedev':
grid.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
grid.o: In function `__strcspn_c1':
grid.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
grid.o: In function `__strcspn_c2':
grid.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
grid.o: In function `__strcspn_c3':
grid.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
grid.o: In function `__strspn_c1':
grid.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
grid.o: In function `__strspn_c2':
grid.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
grid.o: In function `__strspn_c3':
grid.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
grid.o: In function `__strpbrk_c2':
grid.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
grid.o: In function `__strpbrk_c3':
grid.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
grid.o: In function `__strtok_r_1c':
grid.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
grid.o: In function `__strsep_1c':
grid.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
grid.o: In function `__strsep_2c':
grid.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
grid.o: In function `__strsep_3c':
grid.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
input-keys.o: In function `gnu_dev_major':
input-keys.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
input-keys.o: In function `gnu_dev_minor':
input-keys.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
input-keys.o: In function `gnu_dev_makedev':
input-keys.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
input-keys.o: In function `__strcspn_c1':
input-keys.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
input-keys.o: In function `__strcspn_c2':
input-keys.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
input-keys.o: In function `__strcspn_c3':
input-keys.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
input-keys.o: In function `__strspn_c1':
input-keys.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
input-keys.o: In function `__strspn_c2':
input-keys.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
input-keys.o: In function `__strspn_c3':
input-keys.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
input-keys.o: In function `__strpbrk_c2':
input-keys.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
input-keys.o: In function `__strpbrk_c3':
input-keys.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
input-keys.o: In function `__strtok_r_1c':
input-keys.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
input-keys.o: In function `__strsep_1c':
input-keys.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
input-keys.o: In function `__strsep_2c':
input-keys.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
input-keys.o: In function `__strsep_3c':
input-keys.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
input.o: In function `gnu_dev_major':
input.c:(.text+0xa10): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
input.o: In function `gnu_dev_minor':
input.c:(.text+0xa30): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
input.o: In function `gnu_dev_makedev':
input.c:(.text+0xa50): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
input.o: In function `__strcspn_c1':
input.c:(.text+0xa80): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
input.o: In function `__strcspn_c2':
input.c:(.text+0xab0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
input.o: In function `__strcspn_c3':
input.c:(.text+0xae0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
input.o: In function `__strspn_c1':
input.c:(.text+0xb20): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
input.o: In function `__strspn_c2':
input.c:(.text+0xb40): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
input.o: In function `__strspn_c3':
input.c:(.text+0xb60): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
input.o: In function `__strpbrk_c2':
input.c:(.text+0xb90): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
input.o: In function `__strpbrk_c3':
input.c:(.text+0xbe0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
input.o: In function `__strtok_r_1c':
input.c:(.text+0xc40): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
input.o: In function `__strsep_1c':
input.c:(.text+0xca0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
input.o: In function `__strsep_2c':
input.c:(.text+0xcf0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
input.o: In function `__strsep_3c':
input.c:(.text+0xd40): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
job.o: In function `gnu_dev_major':
job.c:(.text+0x70): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
job.o: In function `gnu_dev_minor':
job.c:(.text+0x90): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
job.o: In function `gnu_dev_makedev':
job.c:(.text+0xb0): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
job.o: In function `stat':
job.c:(.text+0xe0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
job.o: In function `lstat':
job.c:(.text+0xf0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
job.o: In function `fstat':
job.c:(.text+0x100): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
job.o: In function `fstatat':
job.c:(.text+0x110): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
job.o: In function `mknod':
job.c:(.text+0x130): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
job.o: In function `mknodat':
job.c:(.text+0x150): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
job.o: In function `stat64':
job.c:(.text+0x180): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
job.o: In function `lstat64':
job.c:(.text+0x190): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
job.o: In function `fstat64':
job.c:(.text+0x1a0): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
job.o: In function `fstatat64':
job.c:(.text+0x1b0): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
job.o: In function `__strcspn_c1':
job.c:(.text+0x1d0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
job.o: In function `__strcspn_c2':
job.c:(.text+0x200): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
job.o: In function `__strcspn_c3':
job.c:(.text+0x230): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
job.o: In function `__strspn_c1':
job.c:(.text+0x270): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
job.o: In function `__strspn_c2':
job.c:(.text+0x290): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
job.o: In function `__strspn_c3':
job.c:(.text+0x2b0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
job.o: In function `__strpbrk_c2':
job.c:(.text+0x2e0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
job.o: In function `__strpbrk_c3':
job.c:(.text+0x330): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
job.o: In function `__strtok_r_1c':
job.c:(.text+0x390): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
job.o: In function `__strsep_1c':
job.c:(.text+0x3f0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
job.o: In function `__strsep_2c':
job.c:(.text+0x440): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
job.o: In function `__strsep_3c':
job.c:(.text+0x490): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
key-bindings.o: In function `gnu_dev_major':
key-bindings.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
key-bindings.o: In function `gnu_dev_minor':
key-bindings.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
key-bindings.o: In function `gnu_dev_makedev':
key-bindings.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
key-bindings.o: In function `__strcspn_c1':
key-bindings.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
key-bindings.o: In function `__strcspn_c2':
key-bindings.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
key-bindings.o: In function `__strcspn_c3':
key-bindings.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
key-bindings.o: In function `__strspn_c1':
key-bindings.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
key-bindings.o: In function `__strspn_c2':
key-bindings.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
key-bindings.o: In function `__strspn_c3':
key-bindings.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
key-bindings.o: In function `__strpbrk_c2':
key-bindings.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
key-bindings.o: In function `__strpbrk_c3':
key-bindings.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
key-bindings.o: In function `__strtok_r_1c':
key-bindings.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
key-bindings.o: In function `__strsep_1c':
key-bindings.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
key-bindings.o: In function `__strsep_2c':
key-bindings.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
key-bindings.o: In function `__strsep_3c':
key-bindings.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
key-string.o: In function `gnu_dev_major':
key-string.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
key-string.o: In function `gnu_dev_minor':
key-string.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
key-string.o: In function `gnu_dev_makedev':
key-string.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
key-string.o: In function `__strcspn_c1':
key-string.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
key-string.o: In function `__strcspn_c2':
key-string.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
key-string.o: In function `__strcspn_c3':
key-string.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
key-string.o: In function `__strspn_c1':
key-string.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
key-string.o: In function `__strspn_c2':
key-string.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
key-string.o: In function `__strspn_c3':
key-string.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
key-string.o: In function `__strpbrk_c2':
key-string.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
key-string.o: In function `__strpbrk_c3':
key-string.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
key-string.o: In function `__strtok_r_1c':
key-string.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
key-string.o: In function `__strsep_1c':
key-string.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
key-string.o: In function `__strsep_2c':
key-string.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
key-string.o: In function `__strsep_3c':
key-string.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
layout-custom.o: In function `gnu_dev_major':
layout-custom.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
layout-custom.o: In function `gnu_dev_minor':
layout-custom.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
layout-custom.o: In function `gnu_dev_makedev':
layout-custom.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
layout-custom.o: In function `__strcspn_c1':
layout-custom.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
layout-custom.o: In function `__strcspn_c2':
layout-custom.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
layout-custom.o: In function `__strcspn_c3':
layout-custom.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
layout-custom.o: In function `__strspn_c1':
layout-custom.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
layout-custom.o: In function `__strspn_c2':
layout-custom.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
layout-custom.o: In function `__strspn_c3':
layout-custom.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
layout-custom.o: In function `__strpbrk_c2':
layout-custom.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
layout-custom.o: In function `__strpbrk_c3':
layout-custom.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
layout-custom.o: In function `__strtok_r_1c':
layout-custom.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
layout-custom.o: In function `__strsep_1c':
layout-custom.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
layout-custom.o: In function `__strsep_2c':
layout-custom.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
layout-custom.o: In function `__strsep_3c':
layout-custom.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
layout-set.o: In function `gnu_dev_major':
layout-set.c:(.text+0xf40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
layout-set.o: In function `gnu_dev_minor':
layout-set.c:(.text+0xf60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
layout-set.o: In function `gnu_dev_makedev':
layout-set.c:(.text+0xf80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
layout-set.o: In function `__strcspn_c1':
layout-set.c:(.text+0xfb0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
layout-set.o: In function `__strcspn_c2':
layout-set.c:(.text+0xfe0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
layout-set.o: In function `__strcspn_c3':
layout-set.c:(.text+0x1010): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
layout-set.o: In function `__strspn_c1':
layout-set.c:(.text+0x1050): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
layout-set.o: In function `__strspn_c2':
layout-set.c:(.text+0x1070): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
layout-set.o: In function `__strspn_c3':
layout-set.c:(.text+0x1090): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
layout-set.o: In function `__strpbrk_c2':
layout-set.c:(.text+0x10c0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
layout-set.o: In function `__strpbrk_c3':
layout-set.c:(.text+0x1110): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
layout-set.o: In function `__strtok_r_1c':
layout-set.c:(.text+0x1170): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
layout-set.o: In function `__strsep_1c':
layout-set.c:(.text+0x11d0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
layout-set.o: In function `__strsep_2c':
layout-set.c:(.text+0x1220): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
layout-set.o: In function `__strsep_3c':
layout-set.c:(.text+0x1270): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
layout.o: In function `gnu_dev_major':
layout.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
layout.o: In function `gnu_dev_minor':
layout.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
layout.o: In function `gnu_dev_makedev':
layout.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
log.o: In function `gnu_dev_major':
log.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
log.o: In function `gnu_dev_minor':
log.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
log.o: In function `gnu_dev_makedev':
log.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
log.o: In function `__strcspn_c1':
log.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
log.o: In function `__strcspn_c2':
log.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
log.o: In function `__strcspn_c3':
log.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
log.o: In function `__strspn_c1':
log.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
log.o: In function `__strspn_c2':
log.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
log.o: In function `__strspn_c3':
log.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
log.o: In function `__strpbrk_c2':
log.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
log.o: In function `__strpbrk_c3':
log.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
log.o: In function `__strtok_r_1c':
log.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
log.o: In function `__strsep_1c':
log.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
log.o: In function `__strsep_2c':
log.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
log.o: In function `__strsep_3c':
log.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
mode-key.o: In function `gnu_dev_major':
mode-key.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
mode-key.o: In function `gnu_dev_minor':
mode-key.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
mode-key.o: In function `gnu_dev_makedev':
mode-key.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
mode-key.o: In function `__strcspn_c1':
mode-key.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
mode-key.o: In function `__strcspn_c2':
mode-key.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
mode-key.o: In function `__strcspn_c3':
mode-key.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
mode-key.o: In function `__strspn_c1':
mode-key.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
mode-key.o: In function `__strspn_c2':
mode-key.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
mode-key.o: In function `__strspn_c3':
mode-key.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
mode-key.o: In function `__strpbrk_c2':
mode-key.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
mode-key.o: In function `__strpbrk_c3':
mode-key.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
mode-key.o: In function `__strtok_r_1c':
mode-key.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
mode-key.o: In function `__strsep_1c':
mode-key.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
mode-key.o: In function `__strsep_2c':
mode-key.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
mode-key.o: In function `__strsep_3c':
mode-key.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
names.o: In function `gnu_dev_major':
names.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
names.o: In function `gnu_dev_minor':
names.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
names.o: In function `gnu_dev_makedev':
names.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
names.o: In function `__strcspn_c1':
names.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
names.o: In function `__strcspn_c2':
names.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
names.o: In function `__strcspn_c3':
names.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
names.o: In function `__strspn_c1':
names.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
names.o: In function `__strspn_c2':
names.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
names.o: In function `__strspn_c3':
names.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
names.o: In function `__strpbrk_c2':
names.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
names.o: In function `__strpbrk_c3':
names.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
names.o: In function `__strtok_r_1c':
names.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
names.o: In function `__strsep_1c':
names.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
names.o: In function `__strsep_2c':
names.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
names.o: In function `__strsep_3c':
names.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
notify.o: In function `gnu_dev_major':
notify.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
notify.o: In function `gnu_dev_minor':
notify.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
notify.o: In function `gnu_dev_makedev':
notify.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
options-table.o: In function `gnu_dev_major':
options-table.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
options-table.o: In function `gnu_dev_minor':
options-table.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
options-table.o: In function `gnu_dev_makedev':
options-table.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
options-table.o: In function `__strcspn_c1':
options-table.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
options-table.o: In function `__strcspn_c2':
options-table.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
options-table.o: In function `__strcspn_c3':
options-table.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
options-table.o: In function `__strspn_c1':
options-table.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
options-table.o: In function `__strspn_c2':
options-table.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
options-table.o: In function `__strspn_c3':
options-table.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
options-table.o: In function `__strpbrk_c2':
options-table.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
options-table.o: In function `__strpbrk_c3':
options-table.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
options-table.o: In function `__strtok_r_1c':
options-table.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
options-table.o: In function `__strsep_1c':
options-table.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
options-table.o: In function `__strsep_2c':
options-table.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
options-table.o: In function `__strsep_3c':
options-table.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
options.o: In function `gnu_dev_major':
options.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
options.o: In function `gnu_dev_minor':
options.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
options.o: In function `gnu_dev_makedev':
options.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
options.o: In function `__strcspn_c1':
options.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
options.o: In function `__strcspn_c2':
options.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
options.o: In function `__strcspn_c3':
options.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
options.o: In function `__strspn_c1':
options.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
options.o: In function `__strspn_c2':
options.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
options.o: In function `__strspn_c3':
options.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
options.o: In function `__strpbrk_c2':
options.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
options.o: In function `__strpbrk_c3':
options.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
options.o: In function `__strtok_r_1c':
options.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
options.o: In function `__strsep_1c':
options.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
options.o: In function `__strsep_2c':
options.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
options.o: In function `__strsep_3c':
options.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
paste.o: In function `gnu_dev_major':
paste.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
paste.o: In function `gnu_dev_minor':
paste.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
paste.o: In function `gnu_dev_makedev':
paste.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
paste.o: In function `__strcspn_c1':
paste.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
paste.o: In function `__strcspn_c2':
paste.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
paste.o: In function `__strcspn_c3':
paste.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
paste.o: In function `__strspn_c1':
paste.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
paste.o: In function `__strspn_c2':
paste.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
paste.o: In function `__strspn_c3':
paste.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
paste.o: In function `__strpbrk_c2':
paste.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
paste.o: In function `__strpbrk_c3':
paste.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
paste.o: In function `__strtok_r_1c':
paste.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
paste.o: In function `__strsep_1c':
paste.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
paste.o: In function `__strsep_2c':
paste.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
paste.o: In function `__strsep_3c':
paste.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
resize.o: In function `gnu_dev_major':
resize.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
resize.o: In function `gnu_dev_minor':
resize.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
resize.o: In function `gnu_dev_makedev':
resize.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
resize.o: In function `__strcspn_c1':
resize.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
resize.o: In function `__strcspn_c2':
resize.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
resize.o: In function `__strcspn_c3':
resize.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
resize.o: In function `__strspn_c1':
resize.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
resize.o: In function `__strspn_c2':
resize.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
resize.o: In function `__strspn_c3':
resize.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
resize.o: In function `__strpbrk_c2':
resize.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
resize.o: In function `__strpbrk_c3':
resize.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
resize.o: In function `__strtok_r_1c':
resize.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
resize.o: In function `__strsep_1c':
resize.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
resize.o: In function `__strsep_2c':
resize.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
resize.o: In function `__strsep_3c':
resize.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
screen-redraw.o: In function `gnu_dev_major':
screen-redraw.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
screen-redraw.o: In function `gnu_dev_minor':
screen-redraw.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
screen-redraw.o: In function `gnu_dev_makedev':
screen-redraw.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
screen-redraw.o: In function `__strcspn_c1':
screen-redraw.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
screen-redraw.o: In function `__strcspn_c2':
screen-redraw.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
screen-redraw.o: In function `__strcspn_c3':
screen-redraw.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
screen-redraw.o: In function `__strspn_c1':
screen-redraw.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
screen-redraw.o: In function `__strspn_c2':
screen-redraw.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
screen-redraw.o: In function `__strspn_c3':
screen-redraw.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
screen-redraw.o: In function `__strpbrk_c2':
screen-redraw.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
screen-redraw.o: In function `__strpbrk_c3':
screen-redraw.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
screen-redraw.o: In function `__strtok_r_1c':
screen-redraw.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
screen-redraw.o: In function `__strsep_1c':
screen-redraw.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
screen-redraw.o: In function `__strsep_2c':
screen-redraw.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
screen-redraw.o: In function `__strsep_3c':
screen-redraw.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
screen-write.o: In function `gnu_dev_major':
screen-write.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
screen-write.o: In function `gnu_dev_minor':
screen-write.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
screen-write.o: In function `gnu_dev_makedev':
screen-write.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
screen-write.o: In function `__strcspn_c1':
screen-write.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
screen-write.o: In function `__strcspn_c2':
screen-write.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
screen-write.o: In function `__strcspn_c3':
screen-write.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
screen-write.o: In function `__strspn_c1':
screen-write.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
screen-write.o: In function `__strspn_c2':
screen-write.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
screen-write.o: In function `__strspn_c3':
screen-write.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
screen-write.o: In function `__strpbrk_c2':
screen-write.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
screen-write.o: In function `__strpbrk_c3':
screen-write.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
screen-write.o: In function `__strtok_r_1c':
screen-write.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
screen-write.o: In function `__strsep_1c':
screen-write.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
screen-write.o: In function `__strsep_2c':
screen-write.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
screen-write.o: In function `__strsep_3c':
screen-write.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
screen.o: In function `gnu_dev_major':
screen.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
screen.o: In function `gnu_dev_minor':
screen.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
screen.o: In function `gnu_dev_makedev':
screen.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
screen.o: In function `__strcspn_c1':
screen.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
screen.o: In function `__strcspn_c2':
screen.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
screen.o: In function `__strcspn_c3':
screen.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
screen.o: In function `__strspn_c1':
screen.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
screen.o: In function `__strspn_c2':
screen.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
screen.o: In function `__strspn_c3':
screen.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
screen.o: In function `__strpbrk_c2':
screen.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
screen.o: In function `__strpbrk_c3':
screen.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
screen.o: In function `__strtok_r_1c':
screen.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
screen.o: In function `__strsep_1c':
screen.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
screen.o: In function `__strsep_2c':
screen.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
screen.o: In function `__strsep_3c':
screen.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
server-client.o: In function `gnu_dev_major':
server-client.c:(.text+0x40): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server-client.o: In function `gnu_dev_minor':
server-client.c:(.text+0x60): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server-client.o: In function `gnu_dev_makedev':
server-client.c:(.text+0x80): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server-client.o: In function `stat':
server-client.c:(.text+0xb0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
server-client.o: In function `lstat':
server-client.c:(.text+0xc0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
server-client.o: In function `fstat':
server-client.c:(.text+0xd0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
server-client.o: In function `fstatat':
server-client.c:(.text+0xe0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
server-client.o: In function `mknod':
server-client.c:(.text+0x100): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
server-client.o: In function `mknodat':
server-client.c:(.text+0x120): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
server-client.o: In function `stat64':
server-client.c:(.text+0x150): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
server-client.o: In function `lstat64':
server-client.c:(.text+0x160): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
server-client.o: In function `fstat64':
server-client.c:(.text+0x170): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
server-client.o: In function `fstatat64':
server-client.c:(.text+0x180): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
server-client.o: In function `__strcspn_c1':
server-client.c:(.text+0x1a0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
server-client.o: In function `__strcspn_c2':
server-client.c:(.text+0x1d0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
server-client.o: In function `__strcspn_c3':
server-client.c:(.text+0x200): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
server-client.o: In function `__strspn_c1':
server-client.c:(.text+0x240): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
server-client.o: In function `__strspn_c2':
server-client.c:(.text+0x260): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
server-client.o: In function `__strspn_c3':
server-client.c:(.text+0x280): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
server-client.o: In function `__strpbrk_c2':
server-client.c:(.text+0x2b0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
server-client.o: In function `__strpbrk_c3':
server-client.c:(.text+0x300): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
server-client.o: In function `__strtok_r_1c':
server-client.c:(.text+0x360): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
server-client.o: In function `__strsep_1c':
server-client.c:(.text+0x3c0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
server-client.o: In function `__strsep_2c':
server-client.c:(.text+0x410): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
server-client.o: In function `__strsep_3c':
server-client.c:(.text+0x460): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
server-fn.o: In function `gnu_dev_major':
server-fn.c:(.text+0x20): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server-fn.o: In function `gnu_dev_minor':
server-fn.c:(.text+0x40): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server-fn.o: In function `gnu_dev_makedev':
server-fn.c:(.text+0x60): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server-fn.o: In function `__strcspn_c1':
server-fn.c:(.text+0x90): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
server-fn.o: In function `__strcspn_c2':
server-fn.c:(.text+0xc0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
server-fn.o: In function `__strcspn_c3':
server-fn.c:(.text+0xf0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
server-fn.o: In function `__strspn_c1':
server-fn.c:(.text+0x130): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
server-fn.o: In function `__strspn_c2':
server-fn.c:(.text+0x150): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
server-fn.o: In function `__strspn_c3':
server-fn.c:(.text+0x170): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
server-fn.o: In function `__strpbrk_c2':
server-fn.c:(.text+0x1a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
server-fn.o: In function `__strpbrk_c3':
server-fn.c:(.text+0x1f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
server-fn.o: In function `__strtok_r_1c':
server-fn.c:(.text+0x250): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
server-fn.o: In function `__strsep_1c':
server-fn.c:(.text+0x2b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
server-fn.o: In function `__strsep_2c':
server-fn.c:(.text+0x300): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
server-fn.o: In function `__strsep_3c':
server-fn.c:(.text+0x350): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
server-window.o: In function `gnu_dev_major':
server-window.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server-window.o: In function `gnu_dev_minor':
server-window.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server-window.o: In function `gnu_dev_makedev':
server-window.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server.o: In function `gnu_dev_major':
server.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
server.o: In function `gnu_dev_minor':
server.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
server.o: In function `gnu_dev_makedev':
server.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
server.o: In function `stat':
server.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
server.o: In function `lstat':
server.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
server.o: In function `fstat':
server.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
server.o: In function `fstatat':
server.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
server.o: In function `mknod':
server.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
server.o: In function `mknodat':
server.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
server.o: In function `stat64':
server.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
server.o: In function `lstat64':
server.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
server.o: In function `fstat64':
server.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
server.o: In function `fstatat64':
server.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
server.o: In function `__strcspn_c1':
server.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
server.o: In function `__strcspn_c2':
server.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
server.o: In function `__strcspn_c3':
server.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
server.o: In function `__strspn_c1':
server.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
server.o: In function `__strspn_c2':
server.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
server.o: In function `__strspn_c3':
server.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
server.o: In function `__strpbrk_c2':
server.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
server.o: In function `__strpbrk_c3':
server.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
server.o: In function `__strtok_r_1c':
server.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
server.o: In function `__strsep_1c':
server.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
server.o: In function `__strsep_2c':
server.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
server.o: In function `__strsep_3c':
server.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
session.o: In function `gnu_dev_major':
session.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
session.o: In function `gnu_dev_minor':
session.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
session.o: In function `gnu_dev_makedev':
session.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
session.o: In function `__strcspn_c1':
session.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
session.o: In function `__strcspn_c2':
session.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
session.o: In function `__strcspn_c3':
session.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
session.o: In function `__strspn_c1':
session.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
session.o: In function `__strspn_c2':
session.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
session.o: In function `__strspn_c3':
session.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
session.o: In function `__strpbrk_c2':
session.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
session.o: In function `__strpbrk_c3':
session.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
session.o: In function `__strtok_r_1c':
session.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
session.o: In function `__strsep_1c':
session.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
session.o: In function `__strsep_2c':
session.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
session.o: In function `__strsep_3c':
session.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
signal.o: In function `__strcspn_c1':
signal.c:(.text+0x0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
signal.o: In function `__strcspn_c2':
signal.c:(.text+0x30): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
signal.o: In function `__strcspn_c3':
signal.c:(.text+0x60): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
signal.o: In function `__strspn_c1':
signal.c:(.text+0xa0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
signal.o: In function `__strspn_c2':
signal.c:(.text+0xc0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
signal.o: In function `__strspn_c3':
signal.c:(.text+0xe0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
signal.o: In function `__strpbrk_c2':
signal.c:(.text+0x110): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
signal.o: In function `__strpbrk_c3':
signal.c:(.text+0x160): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
signal.o: In function `__strtok_r_1c':
signal.c:(.text+0x1c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
signal.o: In function `__strsep_1c':
signal.c:(.text+0x220): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
signal.o: In function `__strsep_2c':
signal.c:(.text+0x270): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
signal.o: In function `__strsep_3c':
signal.c:(.text+0x2c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
signal.o: In function `gnu_dev_major':
signal.c:(.text+0x320): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
signal.o: In function `gnu_dev_minor':
signal.c:(.text+0x340): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
signal.o: In function `gnu_dev_makedev':
signal.c:(.text+0x360): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
status.o: In function `gnu_dev_major':
status.c:(.text+0x10): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
status.o: In function `gnu_dev_minor':
status.c:(.text+0x30): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
status.o: In function `gnu_dev_makedev':
status.c:(.text+0x50): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
status.o: In function `__strcspn_c1':
status.c:(.text+0x80): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
status.o: In function `__strcspn_c2':
status.c:(.text+0xb0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
status.o: In function `__strcspn_c3':
status.c:(.text+0xe0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
status.o: In function `__strspn_c1':
status.c:(.text+0x120): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
status.o: In function `__strspn_c2':
status.c:(.text+0x140): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
status.o: In function `__strspn_c3':
status.c:(.text+0x160): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
status.o: In function `__strpbrk_c2':
status.c:(.text+0x190): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
status.o: In function `__strpbrk_c3':
status.c:(.text+0x1e0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
status.o: In function `__strtok_r_1c':
status.c:(.text+0x240): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
status.o: In function `__strsep_1c':
status.c:(.text+0x2a0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
status.o: In function `__strsep_2c':
status.c:(.text+0x2f0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
status.o: In function `__strsep_3c':
status.c:(.text+0x340): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
style.o: In function `__strcspn_c1':
style.c:(.text+0x0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
style.o: In function `__strcspn_c2':
style.c:(.text+0x30): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
style.o: In function `__strcspn_c3':
style.c:(.text+0x60): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
style.o: In function `__strspn_c1':
style.c:(.text+0xa0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
style.o: In function `__strspn_c2':
style.c:(.text+0xc0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
style.o: In function `__strspn_c3':
style.c:(.text+0xe0): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
style.o: In function `__strpbrk_c2':
style.c:(.text+0x110): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
style.o: In function `__strpbrk_c3':
style.c:(.text+0x160): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
style.o: In function `__strtok_r_1c':
style.c:(.text+0x1c0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
style.o: In function `__strsep_1c':
style.c:(.text+0x220): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
style.o: In function `__strsep_2c':
style.c:(.text+0x270): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
style.o: In function `__strsep_3c':
style.c:(.text+0x2c0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
style.o: In function `gnu_dev_major':
style.c:(.text+0x320): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
style.o: In function `gnu_dev_minor':
style.c:(.text+0x340): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
style.o: In function `gnu_dev_makedev':
style.c:(.text+0x360): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tmux.o: In function `gnu_dev_major':
tmux.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tmux.o: In function `gnu_dev_minor':
tmux.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tmux.o: In function `gnu_dev_makedev':
tmux.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tmux.o: In function `stat':
tmux.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
tmux.o: In function `lstat':
tmux.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
tmux.o: In function `fstat':
tmux.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
tmux.o: In function `fstatat':
tmux.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
tmux.o: In function `mknod':
tmux.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
tmux.o: In function `mknodat':
tmux.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
tmux.o: In function `stat64':
tmux.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
tmux.o: In function `lstat64':
tmux.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
tmux.o: In function `fstat64':
tmux.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
tmux.o: In function `fstatat64':
tmux.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
tmux.o: In function `__strcspn_c1':
tmux.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tmux.o: In function `__strcspn_c2':
tmux.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tmux.o: In function `__strcspn_c3':
tmux.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tmux.o: In function `__strspn_c1':
tmux.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tmux.o: In function `__strspn_c2':
tmux.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tmux.o: In function `__strspn_c3':
tmux.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tmux.o: In function `__strpbrk_c2':
tmux.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tmux.o: In function `__strpbrk_c3':
tmux.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tmux.o: In function `__strtok_r_1c':
tmux.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tmux.o: In function `__strsep_1c':
tmux.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tmux.o: In function `__strsep_2c':
tmux.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tmux.o: In function `__strsep_3c':
tmux.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
tty-acs.o: In function `gnu_dev_major':
tty-acs.c:(.text+0x10): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty-acs.o: In function `gnu_dev_minor':
tty-acs.c:(.text+0x30): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty-acs.o: In function `gnu_dev_makedev':
tty-acs.c:(.text+0x50): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty-keys.o: In function `gnu_dev_major':
tty-keys.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty-keys.o: In function `gnu_dev_minor':
tty-keys.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty-keys.o: In function `gnu_dev_makedev':
tty-keys.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty-keys.o: In function `__strcspn_c1':
tty-keys.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tty-keys.o: In function `__strcspn_c2':
tty-keys.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tty-keys.o: In function `__strcspn_c3':
tty-keys.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tty-keys.o: In function `__strspn_c1':
tty-keys.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tty-keys.o: In function `__strspn_c2':
tty-keys.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tty-keys.o: In function `__strspn_c3':
tty-keys.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tty-keys.o: In function `__strpbrk_c2':
tty-keys.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tty-keys.o: In function `__strpbrk_c3':
tty-keys.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tty-keys.o: In function `__strtok_r_1c':
tty-keys.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tty-keys.o: In function `__strsep_1c':
tty-keys.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tty-keys.o: In function `__strsep_2c':
tty-keys.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tty-keys.o: In function `__strsep_3c':
tty-keys.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
tty-term.o: In function `gnu_dev_major':
tty-term.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty-term.o: In function `gnu_dev_minor':
tty-term.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty-term.o: In function `gnu_dev_makedev':
tty-term.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty-term.o: In function `__strcspn_c1':
tty-term.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tty-term.o: In function `__strcspn_c2':
tty-term.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tty-term.o: In function `__strcspn_c3':
tty-term.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tty-term.o: In function `__strspn_c1':
tty-term.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tty-term.o: In function `__strspn_c2':
tty-term.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tty-term.o: In function `__strspn_c3':
tty-term.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tty-term.o: In function `__strpbrk_c2':
tty-term.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tty-term.o: In function `__strpbrk_c3':
tty-term.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tty-term.o: In function `__strtok_r_1c':
tty-term.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tty-term.o: In function `__strsep_1c':
tty-term.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tty-term.o: In function `__strsep_2c':
tty-term.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tty-term.o: In function `__strsep_3c':
tty-term.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
tty.o: In function `gnu_dev_major':
tty.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
tty.o: In function `gnu_dev_minor':
tty.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
tty.o: In function `gnu_dev_makedev':
tty.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
tty.o: In function `stat':
tty.c:(.text+0xa0): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
tty.o: In function `lstat':
tty.c:(.text+0xb0): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
tty.o: In function `fstat':
tty.c:(.text+0xc0): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
tty.o: In function `fstatat':
tty.c:(.text+0xd0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
tty.o: In function `mknod':
tty.c:(.text+0xf0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
tty.o: In function `mknodat':
tty.c:(.text+0x110): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
tty.o: In function `stat64':
tty.c:(.text+0x140): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
tty.o: In function `lstat64':
tty.c:(.text+0x150): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
tty.o: In function `fstat64':
tty.c:(.text+0x160): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
tty.o: In function `fstatat64':
tty.c:(.text+0x170): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
tty.o: In function `__strcspn_c1':
tty.c:(.text+0x190): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
tty.o: In function `__strcspn_c2':
tty.c:(.text+0x1c0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
tty.o: In function `__strcspn_c3':
tty.c:(.text+0x1f0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
tty.o: In function `__strspn_c1':
tty.c:(.text+0x230): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
tty.o: In function `__strspn_c2':
tty.c:(.text+0x250): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
tty.o: In function `__strspn_c3':
tty.c:(.text+0x270): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
tty.o: In function `__strpbrk_c2':
tty.c:(.text+0x2a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
tty.o: In function `__strpbrk_c3':
tty.c:(.text+0x2f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
tty.o: In function `__strtok_r_1c':
tty.c:(.text+0x350): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
tty.o: In function `__strsep_1c':
tty.c:(.text+0x3b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
tty.o: In function `__strsep_2c':
tty.c:(.text+0x400): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
tty.o: In function `__strsep_3c':
tty.c:(.text+0x450): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
utf8.o: In function `gnu_dev_major':
utf8.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
utf8.o: In function `gnu_dev_minor':
utf8.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
utf8.o: In function `gnu_dev_makedev':
utf8.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
utf8.o: In function `__strcspn_c1':
utf8.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
utf8.o: In function `__strcspn_c2':
utf8.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
utf8.o: In function `__strcspn_c3':
utf8.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
utf8.o: In function `__strspn_c1':
utf8.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
utf8.o: In function `__strspn_c2':
utf8.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
utf8.o: In function `__strspn_c3':
utf8.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
utf8.o: In function `__strpbrk_c2':
utf8.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
utf8.o: In function `__strpbrk_c3':
utf8.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
utf8.o: In function `__strtok_r_1c':
utf8.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
utf8.o: In function `__strsep_1c':
utf8.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
utf8.o: In function `__strsep_2c':
utf8.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
utf8.o: In function `__strsep_3c':
utf8.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window-choose.o: In function `gnu_dev_major':
window-choose.c:(.text+0x120): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window-choose.o: In function `gnu_dev_minor':
window-choose.c:(.text+0x140): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window-choose.o: In function `gnu_dev_makedev':
window-choose.c:(.text+0x160): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window-choose.o: In function `__strcspn_c1':
window-choose.c:(.text+0x190): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window-choose.o: In function `__strcspn_c2':
window-choose.c:(.text+0x1c0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window-choose.o: In function `__strcspn_c3':
window-choose.c:(.text+0x1f0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window-choose.o: In function `__strspn_c1':
window-choose.c:(.text+0x230): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window-choose.o: In function `__strspn_c2':
window-choose.c:(.text+0x250): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window-choose.o: In function `__strspn_c3':
window-choose.c:(.text+0x270): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window-choose.o: In function `__strpbrk_c2':
window-choose.c:(.text+0x2a0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window-choose.o: In function `__strpbrk_c3':
window-choose.c:(.text+0x2f0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window-choose.o: In function `__strtok_r_1c':
window-choose.c:(.text+0x350): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window-choose.o: In function `__strsep_1c':
window-choose.c:(.text+0x3b0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window-choose.o: In function `__strsep_2c':
window-choose.c:(.text+0x400): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window-choose.o: In function `__strsep_3c':
window-choose.c:(.text+0x450): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window-clock.o: In function `gnu_dev_major':
window-clock.c:(.text+0x30): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window-clock.o: In function `gnu_dev_minor':
window-clock.c:(.text+0x50): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window-clock.o: In function `gnu_dev_makedev':
window-clock.c:(.text+0x70): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window-clock.o: In function `__strcspn_c1':
window-clock.c:(.text+0xa0): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window-clock.o: In function `__strcspn_c2':
window-clock.c:(.text+0xd0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window-clock.o: In function `__strcspn_c3':
window-clock.c:(.text+0x100): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window-clock.o: In function `__strspn_c1':
window-clock.c:(.text+0x140): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window-clock.o: In function `__strspn_c2':
window-clock.c:(.text+0x160): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window-clock.o: In function `__strspn_c3':
window-clock.c:(.text+0x180): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window-clock.o: In function `__strpbrk_c2':
window-clock.c:(.text+0x1b0): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window-clock.o: In function `__strpbrk_c3':
window-clock.c:(.text+0x200): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window-clock.o: In function `__strtok_r_1c':
window-clock.c:(.text+0x260): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window-clock.o: In function `__strsep_1c':
window-clock.c:(.text+0x2c0): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window-clock.o: In function `__strsep_2c':
window-clock.c:(.text+0x310): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window-clock.o: In function `__strsep_3c':
window-clock.c:(.text+0x360): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window-copy.o: In function `gnu_dev_major':
window-copy.c:(.text+0x1d0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window-copy.o: In function `gnu_dev_minor':
window-copy.c:(.text+0x1f0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window-copy.o: In function `gnu_dev_makedev':
window-copy.c:(.text+0x210): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window-copy.o: In function `__strcspn_c1':
window-copy.c:(.text+0x240): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window-copy.o: In function `__strcspn_c2':
window-copy.c:(.text+0x270): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window-copy.o: In function `__strcspn_c3':
window-copy.c:(.text+0x2a0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window-copy.o: In function `__strspn_c1':
window-copy.c:(.text+0x2e0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window-copy.o: In function `__strspn_c2':
window-copy.c:(.text+0x300): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window-copy.o: In function `__strspn_c3':
window-copy.c:(.text+0x320): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window-copy.o: In function `__strpbrk_c2':
window-copy.c:(.text+0x350): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window-copy.o: In function `__strpbrk_c3':
window-copy.c:(.text+0x3a0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window-copy.o: In function `__strtok_r_1c':
window-copy.c:(.text+0x400): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window-copy.o: In function `__strsep_1c':
window-copy.c:(.text+0x460): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window-copy.o: In function `__strsep_2c':
window-copy.c:(.text+0x4b0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window-copy.o: In function `__strsep_3c':
window-copy.c:(.text+0x500): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
window.o: In function `gnu_dev_major':
window.c:(.text+0xd0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
window.o: In function `gnu_dev_minor':
window.c:(.text+0xf0): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
window.o: In function `gnu_dev_makedev':
window.c:(.text+0x110): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
window.o: In function `stat':
window.c:(.text+0x140): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
window.o: In function `lstat':
window.c:(.text+0x150): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
window.o: In function `fstat':
window.c:(.text+0x160): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
window.o: In function `fstatat':
window.c:(.text+0x170): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
window.o: In function `mknod':
window.c:(.text+0x190): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
window.o: In function `mknodat':
window.c:(.text+0x1b0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
window.o: In function `stat64':
window.c:(.text+0x1e0): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
window.o: In function `lstat64':
window.c:(.text+0x1f0): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
window.o: In function `fstat64':
window.c:(.text+0x200): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
window.o: In function `fstatat64':
window.c:(.text+0x210): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
window.o: In function `__strcspn_c1':
window.c:(.text+0x230): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
window.o: In function `__strcspn_c2':
window.c:(.text+0x260): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
window.o: In function `__strcspn_c3':
window.c:(.text+0x290): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
window.o: In function `__strspn_c1':
window.c:(.text+0x2d0): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
window.o: In function `__strspn_c2':
window.c:(.text+0x2f0): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
window.o: In function `__strspn_c3':
window.c:(.text+0x310): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
window.o: In function `__strpbrk_c2':
window.c:(.text+0x340): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
window.o: In function `__strpbrk_c3':
window.c:(.text+0x390): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
window.o: In function `__strtok_r_1c':
window.c:(.text+0x3f0): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
window.o: In function `__strsep_1c':
window.c:(.text+0x450): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
window.o: In function `__strsep_2c':
window.c:(.text+0x4a0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
window.o: In function `__strsep_3c':
window.c:(.text+0x4f0): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
xmalloc.o: In function `gnu_dev_major':
xmalloc.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
xmalloc.o: In function `gnu_dev_minor':
xmalloc.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
xmalloc.o: In function `gnu_dev_makedev':
xmalloc.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
xmalloc.o: In function `__strcspn_c1':
xmalloc.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
xmalloc.o: In function `__strcspn_c2':
xmalloc.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
xmalloc.o: In function `__strcspn_c3':
xmalloc.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
xmalloc.o: In function `__strspn_c1':
xmalloc.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
xmalloc.o: In function `__strspn_c2':
xmalloc.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
xmalloc.o: In function `__strspn_c3':
xmalloc.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
xmalloc.o: In function `__strpbrk_c2':
xmalloc.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
xmalloc.o: In function `__strpbrk_c3':
xmalloc.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
xmalloc.o: In function `__strtok_r_1c':
xmalloc.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
xmalloc.o: In function `__strsep_1c':
xmalloc.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
xmalloc.o: In function `__strsep_2c':
xmalloc.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
xmalloc.o: In function `__strsep_3c':
xmalloc.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
xterm-keys.o: In function `gnu_dev_major':
xterm-keys.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
xterm-keys.o: In function `gnu_dev_minor':
xterm-keys.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
xterm-keys.o: In function `gnu_dev_makedev':
xterm-keys.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
xterm-keys.o: In function `__strcspn_c1':
xterm-keys.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
xterm-keys.o: In function `__strcspn_c2':
xterm-keys.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
xterm-keys.o: In function `__strcspn_c3':
xterm-keys.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
xterm-keys.o: In function `__strspn_c1':
xterm-keys.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
xterm-keys.o: In function `__strspn_c2':
xterm-keys.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
xterm-keys.o: In function `__strspn_c3':
xterm-keys.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
xterm-keys.o: In function `__strpbrk_c2':
xterm-keys.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
xterm-keys.o: In function `__strpbrk_c3':
xterm-keys.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
xterm-keys.o: In function `__strtok_r_1c':
xterm-keys.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
xterm-keys.o: In function `__strsep_1c':
xterm-keys.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
xterm-keys.o: In function `__strsep_2c':
xterm-keys.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
xterm-keys.o: In function `__strsep_3c':
xterm-keys.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
osdep-linux.o: In function `gnu_dev_major':
osdep-linux.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
osdep-linux.o: In function `gnu_dev_minor':
osdep-linux.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
osdep-linux.o: In function `gnu_dev_makedev':
osdep-linux.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
osdep-linux.o: In function `stat':
osdep-linux.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
osdep-linux.o: In function `lstat':
osdep-linux.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
osdep-linux.o: In function `fstat':
osdep-linux.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
osdep-linux.o: In function `fstatat':
osdep-linux.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
osdep-linux.o: In function `mknod':
osdep-linux.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
osdep-linux.o: In function `mknodat':
osdep-linux.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
osdep-linux.o: In function `stat64':
osdep-linux.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
osdep-linux.o: In function `lstat64':
osdep-linux.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
osdep-linux.o: In function `fstat64':
osdep-linux.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
osdep-linux.o: In function `fstatat64':
osdep-linux.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
compat/imsg.o: In function `gnu_dev_major':
imsg.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/imsg.o: In function `gnu_dev_minor':
imsg.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/imsg.o: In function `gnu_dev_makedev':
imsg.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/imsg.o: In function `__strcspn_c1':
imsg.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/imsg.o: In function `__strcspn_c2':
imsg.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/imsg.o: In function `__strcspn_c3':
imsg.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/imsg.o: In function `__strspn_c1':
imsg.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/imsg.o: In function `__strspn_c2':
imsg.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/imsg.o: In function `__strspn_c3':
imsg.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/imsg.o: In function `__strpbrk_c2':
imsg.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/imsg.o: In function `__strpbrk_c3':
imsg.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/imsg.o: In function `__strtok_r_1c':
imsg.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/imsg.o: In function `__strsep_1c':
imsg.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/imsg.o: In function `__strsep_2c':
imsg.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/imsg.o: In function `__strsep_3c':
imsg.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/imsg-buffer.o: In function `gnu_dev_major':
imsg-buffer.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/imsg-buffer.o: In function `gnu_dev_minor':
imsg-buffer.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/imsg-buffer.o: In function `gnu_dev_makedev':
imsg-buffer.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/imsg-buffer.o: In function `__strcspn_c1':
imsg-buffer.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/imsg-buffer.o: In function `__strcspn_c2':
imsg-buffer.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/imsg-buffer.o: In function `__strcspn_c3':
imsg-buffer.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/imsg-buffer.o: In function `__strspn_c1':
imsg-buffer.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/imsg-buffer.o: In function `__strspn_c2':
imsg-buffer.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/imsg-buffer.o: In function `__strspn_c3':
imsg-buffer.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/imsg-buffer.o: In function `__strpbrk_c2':
imsg-buffer.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/imsg-buffer.o: In function `__strpbrk_c3':
imsg-buffer.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/imsg-buffer.o: In function `__strtok_r_1c':
imsg-buffer.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/imsg-buffer.o: In function `__strsep_1c':
imsg-buffer.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/imsg-buffer.o: In function `__strsep_2c':
imsg-buffer.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/imsg-buffer.o: In function `__strsep_3c':
imsg-buffer.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/closefrom.o: In function `gnu_dev_major':
closefrom.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/closefrom.o: In function `gnu_dev_minor':
closefrom.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/closefrom.o: In function `gnu_dev_makedev':
closefrom.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/closefrom.o: In function `stat':
closefrom.c:(.text+0x70): multiple definition of `stat'
cfg.o:cfg.c:(.text+0x70): first defined here
compat/closefrom.o: In function `lstat':
closefrom.c:(.text+0x80): multiple definition of `lstat'
cfg.o:cfg.c:(.text+0x80): first defined here
compat/closefrom.o: In function `fstat':
closefrom.c:(.text+0x90): multiple definition of `fstat'
cfg.o:cfg.c:(.text+0x90): first defined here
compat/closefrom.o: In function `fstatat':
closefrom.c:(.text+0xa0): multiple definition of `fstatat'
cfg.o:cfg.c:(.text+0xa0): first defined here
compat/closefrom.o: In function `mknod':
closefrom.c:(.text+0xc0): multiple definition of `mknod'
cfg.o:cfg.c:(.text+0xc0): first defined here
compat/closefrom.o: In function `mknodat':
closefrom.c:(.text+0xe0): multiple definition of `mknodat'
cfg.o:cfg.c:(.text+0xe0): first defined here
compat/closefrom.o: In function `stat64':
closefrom.c:(.text+0x110): multiple definition of `stat64'
cfg.o:cfg.c:(.text+0x110): first defined here
compat/closefrom.o: In function `lstat64':
closefrom.c:(.text+0x120): multiple definition of `lstat64'
cfg.o:cfg.c:(.text+0x120): first defined here
compat/closefrom.o: In function `fstat64':
closefrom.c:(.text+0x130): multiple definition of `fstat64'
cfg.o:cfg.c:(.text+0x130): first defined here
compat/closefrom.o: In function `fstatat64':
closefrom.c:(.text+0x140): multiple definition of `fstatat64'
cfg.o:cfg.c:(.text+0x140): first defined here
compat/closefrom.o: In function `__strcspn_c1':
closefrom.c:(.text+0x160): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/closefrom.o: In function `__strcspn_c2':
closefrom.c:(.text+0x190): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/closefrom.o: In function `__strcspn_c3':
closefrom.c:(.text+0x1c0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/closefrom.o: In function `__strspn_c1':
closefrom.c:(.text+0x200): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/closefrom.o: In function `__strspn_c2':
closefrom.c:(.text+0x220): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/closefrom.o: In function `__strspn_c3':
closefrom.c:(.text+0x240): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/closefrom.o: In function `__strpbrk_c2':
closefrom.c:(.text+0x270): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/closefrom.o: In function `__strpbrk_c3':
closefrom.c:(.text+0x2c0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/closefrom.o: In function `__strtok_r_1c':
closefrom.c:(.text+0x320): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/closefrom.o: In function `__strsep_1c':
closefrom.c:(.text+0x380): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/closefrom.o: In function `__strsep_2c':
closefrom.c:(.text+0x3d0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/closefrom.o: In function `__strsep_3c':
closefrom.c:(.text+0x420): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/strlcat.o: In function `gnu_dev_major':
strlcat.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/strlcat.o: In function `gnu_dev_minor':
strlcat.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/strlcat.o: In function `gnu_dev_makedev':
strlcat.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/strlcat.o: In function `__strcspn_c1':
strlcat.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/strlcat.o: In function `__strcspn_c2':
strlcat.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/strlcat.o: In function `__strcspn_c3':
strlcat.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/strlcat.o: In function `__strspn_c1':
strlcat.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/strlcat.o: In function `__strspn_c2':
strlcat.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/strlcat.o: In function `__strspn_c3':
strlcat.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/strlcat.o: In function `__strpbrk_c2':
strlcat.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/strlcat.o: In function `__strpbrk_c3':
strlcat.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/strlcat.o: In function `__strtok_r_1c':
strlcat.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/strlcat.o: In function `__strsep_1c':
strlcat.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/strlcat.o: In function `__strsep_2c':
strlcat.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/strlcat.o: In function `__strsep_3c':
strlcat.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/strlcpy.o: In function `gnu_dev_major':
strlcpy.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/strlcpy.o: In function `gnu_dev_minor':
strlcpy.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/strlcpy.o: In function `gnu_dev_makedev':
strlcpy.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/strlcpy.o: In function `__strcspn_c1':
strlcpy.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/strlcpy.o: In function `__strcspn_c2':
strlcpy.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/strlcpy.o: In function `__strcspn_c3':
strlcpy.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/strlcpy.o: In function `__strspn_c1':
strlcpy.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/strlcpy.o: In function `__strspn_c2':
strlcpy.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/strlcpy.o: In function `__strspn_c3':
strlcpy.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/strlcpy.o: In function `__strpbrk_c2':
strlcpy.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/strlcpy.o: In function `__strpbrk_c3':
strlcpy.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/strlcpy.o: In function `__strtok_r_1c':
strlcpy.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/strlcpy.o: In function `__strsep_1c':
strlcpy.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/strlcpy.o: In function `__strsep_2c':
strlcpy.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/strlcpy.o: In function `__strsep_3c':
strlcpy.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/fgetln.o: In function `gnu_dev_major':
fgetln.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/fgetln.o: In function `gnu_dev_minor':
fgetln.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/fgetln.o: In function `gnu_dev_makedev':
fgetln.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/fgetln.o: In function `__strcspn_c1':
fgetln.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/fgetln.o: In function `__strcspn_c2':
fgetln.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/fgetln.o: In function `__strcspn_c3':
fgetln.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/fgetln.o: In function `__strspn_c1':
fgetln.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/fgetln.o: In function `__strspn_c2':
fgetln.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/fgetln.o: In function `__strspn_c3':
fgetln.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/fgetln.o: In function `__strpbrk_c2':
fgetln.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/fgetln.o: In function `__strpbrk_c3':
fgetln.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/fgetln.o: In function `__strtok_r_1c':
fgetln.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/fgetln.o: In function `__strsep_1c':
fgetln.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/fgetln.o: In function `__strsep_2c':
fgetln.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/fgetln.o: In function `__strsep_3c':
fgetln.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/getopt.o: In function `gnu_dev_major':
getopt.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/getopt.o: In function `gnu_dev_minor':
getopt.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/getopt.o: In function `gnu_dev_makedev':
getopt.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/getopt.o: In function `__strcspn_c1':
getopt.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/getopt.o: In function `__strcspn_c2':
getopt.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/getopt.o: In function `__strcspn_c3':
getopt.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/getopt.o: In function `__strspn_c1':
getopt.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/getopt.o: In function `__strspn_c2':
getopt.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/getopt.o: In function `__strspn_c3':
getopt.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/getopt.o: In function `__strpbrk_c2':
getopt.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/getopt.o: In function `__strpbrk_c3':
getopt.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/getopt.o: In function `__strtok_r_1c':
getopt.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/getopt.o: In function `__strsep_1c':
getopt.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/getopt.o: In function `__strsep_2c':
getopt.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/getopt.o: In function `__strsep_3c':
getopt.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/vis.o: In function `gnu_dev_major':
vis.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/vis.o: In function `gnu_dev_minor':
vis.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/vis.o: In function `gnu_dev_makedev':
vis.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/vis.o: In function `__strcspn_c1':
vis.c:(.text+0x70): multiple definition of `__strcspn_c1'
arguments.o:arguments.c:(.text+0x70): first defined here
compat/vis.o: In function `__strcspn_c2':
vis.c:(.text+0xa0): multiple definition of `__strcspn_c2'
arguments.o:arguments.c:(.text+0xa0): first defined here
compat/vis.o: In function `__strcspn_c3':
vis.c:(.text+0xd0): multiple definition of `__strcspn_c3'
arguments.o:arguments.c:(.text+0xd0): first defined here
compat/vis.o: In function `__strspn_c1':
vis.c:(.text+0x110): multiple definition of `__strspn_c1'
arguments.o:arguments.c:(.text+0x110): first defined here
compat/vis.o: In function `__strspn_c2':
vis.c:(.text+0x130): multiple definition of `__strspn_c2'
arguments.o:arguments.c:(.text+0x130): first defined here
compat/vis.o: In function `__strspn_c3':
vis.c:(.text+0x150): multiple definition of `__strspn_c3'
arguments.o:arguments.c:(.text+0x150): first defined here
compat/vis.o: In function `__strpbrk_c2':
vis.c:(.text+0x180): multiple definition of `__strpbrk_c2'
arguments.o:arguments.c:(.text+0x180): first defined here
compat/vis.o: In function `__strpbrk_c3':
vis.c:(.text+0x1d0): multiple definition of `__strpbrk_c3'
arguments.o:arguments.c:(.text+0x1d0): first defined here
compat/vis.o: In function `__strtok_r_1c':
vis.c:(.text+0x230): multiple definition of `__strtok_r_1c'
arguments.o:arguments.c:(.text+0x230): first defined here
compat/vis.o: In function `__strsep_1c':
vis.c:(.text+0x290): multiple definition of `__strsep_1c'
arguments.o:arguments.c:(.text+0x290): first defined here
compat/vis.o: In function `__strsep_2c':
vis.c:(.text+0x2e0): multiple definition of `__strsep_2c'
arguments.o:arguments.c:(.text+0x2e0): first defined here
compat/vis.o: In function `__strsep_3c':
vis.c:(.text+0x330): multiple definition of `__strsep_3c'
arguments.o:arguments.c:(.text+0x330): first defined here
compat/unvis.o: In function `gnu_dev_major':
unvis.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/unvis.o: In function `gnu_dev_minor':
unvis.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/unvis.o: In function `gnu_dev_makedev':
unvis.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
compat/strtonum.o: In function `gnu_dev_major':
strtonum.c:(.text+0x0): multiple definition of `gnu_dev_major'
arguments.o:arguments.c:(.text+0x0): first defined here
compat/strtonum.o: In function `gnu_dev_minor':
strtonum.c:(.text+0x20): multiple definition of `gnu_dev_minor'
arguments.o:arguments.c:(.text+0x20): first defined here
compat/strtonum.o: In function `gnu_dev_makedev':
strtonum.c:(.text+0x40): multiple definition of `gnu_dev_makedev'
arguments.o:arguments.c:(.text+0x40): first defined here
collect2: ld returned 1 exit status
make: *** [tmux] Error 1