Skip to content

Instantly share code, notes, and snippets.

@renanlecaro
Created April 21, 2022 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renanlecaro/8b0ee1b26cef1de39b9bc6cbc2e52250 to your computer and use it in GitHub Desktop.
Save renanlecaro/8b0ee1b26cef1de39b9bc6cbc2e52250 to your computer and use it in GitHub Desktop.
Error output when compiling smstools on ubuntu 21.10, running make instead of using apt-get
cd src && make -
make[1]: Entering directory '/home/renan/Downloads/smstools3/src'
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o extras.o extras.c
extras.c: In function ‘my_system’:
extras.c:1077:42: warning: ‘/smsd_’ directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
1077 | snprintf(tmp1, sizeof(tmp1), ">%s/smsd_%s_1.XXXXXX", tmpdir, info);
| ^~~~~~
extras.c:1077:9: note: ‘snprintf’ output 17 or more bytes (assuming 4112) into a destination of size 4096
1077 | snprintf(tmp1, sizeof(tmp1), ">%s/smsd_%s_1.XXXXXX", tmpdir, info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extras.c:1087:41: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4094 [-Wformat-truncation=]
1087 | snprintf(tmp2, sizeof(tmp2), "2>%s/smsd_%s_2.XXXXXX", tmpdir, info);
| ^~ ~~~~~~
extras.c:1087:9: note: ‘snprintf’ output 18 or more bytes (assuming 4113) into a destination of size 4096
1087 | snprintf(tmp2, sizeof(tmp2), "2>%s/smsd_%s_2.XXXXXX", tmpdir, info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o locking.o locking.c
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o cfgfile.o cfgfile.c
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o logging.o logging.c
logging.c: In function ‘writelogfile’:
logging.c:200:49: warning: ‘%s’ directive output may be truncated writing up to 16383 bytes into a region of size between 16298 and 16378 [-Wformat-truncation=]
200 | snprintf(text2, sizeof(text2),"%s,%i, %s: %s\n", timestamp, severity, process_title, text);
| ^~ ~~~~
logging.c:200:7: note: ‘snprintf’ output between 8 and 16471 bytes into a destination of size 16384
200 | snprintf(text2, sizeof(text2),"%s,%i, %s: %s\n", timestamp, severity, process_title, text);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c:254:47: warning: ‘%s’ directive output may be truncated writing up to 16383 bytes into a region of size between 16298 and 16378 [-Wformat-truncation=]
254 | snprintf(text2, sizeof(text2),"%s,%i, %s: %s\n", timestamp, severity, process_title, text);
| ^~ ~~~~
logging.c:254:5: note: ‘snprintf’ output between 8 and 16471 bytes into a destination of size 16384
254 | snprintf(text2, sizeof(text2),"%s,%i, %s: %s\n", timestamp, severity, process_title, text);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o alarm.o alarm.c
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o smsd_cfg.o smsd_cfg.c
smsd_cfg.c: In function ‘readcfg’:
smsd_cfg.c:2454:77: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
2454 | snprintf(communicate_a_keys[key], sizeof(communicate_a_keys[0]), "%s", value);
| ^~ ~~~~~
smsd_cfg.c:2454:11: note: ‘snprintf’ output between 1 and 4096 bytes into a destination of size 256
2454 | snprintf(communicate_a_keys[key], sizeof(communicate_a_keys[0]), "%s", value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.c: In function ‘startup_check’:
smsd_cfg.c:3262:57: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 16 [-Wformat-truncation=]
3262 | snprintf(queues[x].numbers[y - 1], SIZE_NUM, "%s", tmp);
| ^~ ~~~
smsd_cfg.c:3262:11: note: ‘snprintf’ output between 1 and 4096 bytes into a destination of size 16
3262 | snprintf(queues[x].numbers[y - 1], SIZE_NUM, "%s", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3489:28: warning: ‘/smsd_data.XXXXXX’ directive writing 17 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
3489 | sprintf(tmp_data, "%s/smsd_data.XXXXXX", tmpdir);
| ^~~~~~~~~~~~~~~~~
smsd_cfg.c:3489:7: note: ‘sprintf’ output between 18 and 4113 bytes into a destination of size 4096
3489 | sprintf(tmp_data, "%s/smsd_data.XXXXXX", tmpdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3498:32: warning: ‘/smsd_script.XXXXXX’ directive writing 19 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
3498 | sprintf(tmp_script, "%s/smsd_script.XXXXXX", d_incoming);
| ^~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3498:9: note: ‘sprintf’ output between 20 and 4115 bytes into a destination of size 4096
3498 | sprintf(tmp_script, "%s/smsd_script.XXXXXX", d_incoming);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from smsd_cfg.c:31:
smsd_cfg.h:35:32: warning: ‘%s’ directive writing up to 31 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated"
| ^~~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3582:24: note: in expansion of macro ‘CONCATENATED_DIR_FNAME’
3582 | sprintf(fname, CONCATENATED_DIR_FNAME, d_incoming, devices[x].name);
| ^~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.h:35:36: note: format string is defined here
35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated"
| ^~
smsd_cfg.c:3582:9: note: ‘sprintf’ output between 15 and 4141 bytes into a destination of size 4096
3582 | sprintf(fname, CONCATENATED_DIR_FNAME, d_incoming, devices[x].name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from smsd_cfg.c:31:
smsd_cfg.h:35:32: warning: ‘%s’ directive writing up to 31 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated"
| ^~~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3593:26: note: in expansion of macro ‘CONCATENATED_DIR_FNAME’
3593 | sprintf(tmp, CONCATENATED_DIR_FNAME, d_saved, devices[x].name);
| ^~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.h:35:36: note: format string is defined here
35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated"
| ^~
smsd_cfg.c:3593:13: note: ‘sprintf’ output between 15 and 4141 bytes into a destination of size 4096
3593 | sprintf(tmp, CONCATENATED_DIR_FNAME, d_saved, devices[x].name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3669:58: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 4062 [-Wformat-overflow=]
3669 | sprintf(buffer, "Default validity period is set to %s.", tmp);
| ^~ ~~~
smsd_cfg.c:3669:7: note: ‘sprintf’ output between 36 and 4131 bytes into a destination of size 4096
3669 | sprintf(buffer, "Default validity period is set to %s.", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3689:54: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 4066 [-Wformat-overflow=]
3689 | sprintf(buffer, "Using international prefixes: %s", tmp);
| ^~ ~~~
smsd_cfg.c:3689:7: note: ‘sprintf’ output between 31 and 4126 bytes into a destination of size 4096
3689 | sprintf(buffer, "Using international prefixes: %s", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd_cfg.c:3706:49: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 4071 [-Wformat-overflow=]
3706 | sprintf(buffer, "Using national prefixes: %s", tmp);
| ^~ ~~~
smsd_cfg.c:3706:7: note: ‘sprintf’ output between 26 and 4121 bytes into a destination of size 4096
3706 | sprintf(buffer, "Using national prefixes: %s", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o charset.o charset.c
charset.c: In function ‘decode_7bit_packed’:
charset.c:904:49: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size between 504 and 510 [-Wformat-truncation=]
904 | snprintf(buffer2, sizeof(buffer2), "%02X%s", septets, buffer);
| ^~ ~~~~~~
charset.c:904:9: note: ‘snprintf’ output between 3 and 520 bytes into a destination of size 512
904 | snprintf(buffer2, sizeof(buffer2), "%02X%s", septets, buffer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o stats.o stats.c
stats.c: In function ‘savestats’:
stats.c:154:26: warning: ‘/stats.tmp’ directive writing 10 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
154 | sprintf(filename, "%s/stats.tmp", d_stats);
| ^~~~~~~~~~
stats.c:154:5: note: ‘sprintf’ output between 11 and 4106 bytes into a destination of size 4096
154 | sprintf(filename, "%s/stats.tmp", d_stats);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stats.c: In function ‘loadstats’:
stats.c:183:26: warning: ‘/stats.tmp’ directive writing 10 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
183 | sprintf(filename, "%s/stats.tmp", d_stats);
| ^~~~~~~~~~
stats.c:183:5: note: ‘sprintf’ output between 11 and 4106 bytes into a destination of size 4096
183 | sprintf(filename, "%s/stats.tmp", d_stats);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stats.c: In function ‘update_message_counter’:
stats.c:324:29: warning: ‘.counter’ directive writing 8 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
324 | sprintf(filename, "%s/%s.counter", d_stats, modemname);
| ^~~~~~~~
stats.c:324:5: note: ‘sprintf’ output 10 or more bytes (assuming 4105) into a destination of size 4096
324 | sprintf(filename, "%s/%s.counter", d_stats, modemname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o blacklist.o blacklist.c
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o whitelist.o whitelist.c
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o modeminit.o modeminit.c
modeminit.c: In function ‘initmodem’:
modeminit.c:2055:34: warning: ‘%s’ directive writing up to 499 bytes into a region of size 90 [-Wformat-overflow=]
2055 | sprintf(command, "AT+CSCA=\"+%s\"\r", answer);
| ^~ ~~~~~~
modeminit.c:2055:5: note: ‘sprintf’ output between 13 and 512 bytes into a destination of size 100
2055 | sprintf(command, "AT+CSCA=\"+%s\"\r", answer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modeminit.c:2096:49: warning: ‘%s’ directive output may be truncated writing up to 499 bytes into a region of size 100 [-Wformat-truncation=]
2096 | snprintf(DEVICE.imei, sizeof(DEVICE.imei), "%s", answer);
| ^~ ~~~~~~
modeminit.c:2096:5: note: ‘snprintf’ output between 1 and 500 bytes into a destination of size 100
2096 | snprintf(DEVICE.imei, sizeof(DEVICE.imei), "%s", answer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o pdu.o pdu.c
pdu.c: In function ‘get_pdu_details’:
pdu.c:1920:64: warning: ‘%s’ directive output may be truncated writing up to 99 bytes into a region of size between 68 and 76 [-Wformat-truncation=]
1920 | snprintf(buffer, sizeof(buffer), "%.03i %c %-8.8s %-8.8s %s%.03i %.03i/%.03i %c\n", mnumber, sort_ch, date, time, sender, m_id, p_number, p_count, (is_statusreport) ? 'r' : 'i');
| ^~ ~~~~~~
pdu.c:1920:7: note: ‘snprintf’ output between 39 and 170 bytes into a destination of size 100
1920 | snprintf(buffer, sizeof(buffer), "%.03i %c %-8.8s %-8.8s %s%.03i %.03i/%.03i %c\n", mnumber, sort_ch, date, time, sender, m_id, p_number, p_count, (is_statusreport) ? 'r' : 'i');
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -c -o charshift.o charshift.c
cc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -o smsd smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o charshift.o
smsd.c: In function ‘exec_system’:
smsd.c:332:82: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 205 and 236 [-Wformat-truncation=]
332 | snprintf(shared_buffer, SIZE_SHARED_BUFFER, "%s Sms3: mainprocess, %s", adminmessage_device, alert);
| ^~ ~~~~~
smsd.c:332:15: note: ‘snprintf’ output between 21 and 307 bytes into a destination of size 256
332 | snprintf(shared_buffer, SIZE_SHARED_BUFFER, "%s Sms3: mainprocess, %s", adminmessage_device, alert);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c:305:50: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 216 and 247 [-Wformat-truncation=]
305 | snprintf(msg, sizeof(msg), "Smsd3: %s, %s", DEVICE.name, alert);
| ^~ ~~~~~
smsd.c:305:11: note: ‘snprintf’ output between 10 and 296 bytes into a destination of size 256
305 | snprintf(msg, sizeof(msg), "Smsd3: %s, %s", DEVICE.name, alert);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c: In function ‘change_headers’:
smsd.c:977:28: warning: ‘/smsd.XXXXXX’ directive writing 12 bytes into a region of size between 8 and 4103 [-Wformat-overflow=]
977 | sprintf(tmp_filename, "%s/smsd.XXXXXX", tmpdir);
| ^~~~~~~~~~~~
smsd.c:977:3: note: ‘sprintf’ output between 13 and 4108 bytes into a destination of size 4103
977 | sprintf(tmp_filename, "%s/smsd.XXXXXX", tmpdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c: In function ‘received2file’:
smsd.c:3436:36: warning: ‘%s’ directive writing up to 31 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
3436 | sprintf(tmp_filename,"%s/%s.XXXXXX",d_incoming,DEVICE.name);
| ^~
smsd.c:3436:11: note: ‘sprintf’ output between 9 and 4135 bytes into a destination of size 4096
3436 | sprintf(tmp_filename,"%s/%s.XXXXXX",d_incoming,DEVICE.name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c: In function ‘send_part’:
smsd.c:4139:27: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
4139 | sprintf(command2,"%s\x1A",pdu);
| ^
smsd.c:4139:3: note: ‘sprintf’ output between 2 and 1025 bytes into a destination of size 1024
4139 | sprintf(command2,"%s\x1A",pdu);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c: In function ‘send1sms’:
smsd.c:5040:49: warning: ‘%s’ directive output may be truncated writing up to 39015 bytes into a region of size 1024 [-Wformat-truncation=]
5040 | snprintf(part_text, sizeof(part_text), "%s", text);
| ^~ ~~~~
smsd.c:5040:9: note: ‘snprintf’ output between 1 and 39016 bytes into a destination of size 1024
5040 | snprintf(part_text, sizeof(part_text), "%s", text);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c: In function ‘cmd_to_modem’:
smsd.c:5994:51: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1020 [-Wformat-overflow=]
5994 | sprintf(strchr(answer, 0), " // %s", buffer);
| ^~ ~~~~~~
smsd.c:5994:19: note: ‘sprintf’ output between 5 and 1028 bytes into a destination of size 1024
5994 | sprintf(strchr(answer, 0), " // %s", buffer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c:6022:34: warning: ‘/smsd.XXXXXX’ directive writing 12 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
6022 | sprintf(tmp_filename, "%s/smsd.XXXXXX", tmpdir);
| ^~~~~~~~~~~~
smsd.c:6022:9: note: ‘sprintf’ output between 13 and 4108 bytes into a destination of size 4096
6022 | sprintf(tmp_filename, "%s/smsd.XXXXXX", tmpdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c:6068:67: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 900 and 1011 [-Wformat-truncation=]
6068 | snprintf(buffer, sizeof(buffer), "%s,%i, %s: CMD: %s: %s\n", timestamp, DEVICE.dev_rr_loglevel, DEVICE.name, command, answer);
| ^~ ~~~~~~
smsd.c:6068:13: note: ‘snprintf’ output 15 or more bytes (assuming 1149) into a destination of size 1024
6068 | snprintf(buffer, sizeof(buffer), "%s,%i, %s: CMD: %s: %s\n", timestamp, DEVICE.dev_rr_loglevel, DEVICE.name, command, answer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c: In function ‘run_rr’:
smsd.c:6137:54: warning: ‘%s’ directive output may be truncated writing up to 31 bytes into a region of size between 29 and 8219 [-Wformat-truncation=]
6137 | snprintf(cmdline, sizeof(cmdline), "%s %s \"%s\" %s", DEVICE.dev_rr, p, DEVICE.dev_rr_statfile, DEVICE.name);
| ^~
smsd.c:6137:5: note: ‘snprintf’ output 6 or more bytes (assuming 8227) into a destination of size 8224
6137 | snprintf(cmdline, sizeof(cmdline), "%s %s \"%s\" %s", DEVICE.dev_rr, p, DEVICE.dev_rr_statfile, DEVICE.name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smsd.c:6187:54: warning: ‘%s’ directive output may be truncated writing up to 31 bytes into a region of size between 29 and 8219 [-Wformat-truncation=]
6187 | snprintf(cmdline, sizeof(cmdline), "%s %s \"%s\" %s", DEVICE.dev_rr_post_run, p, DEVICE.dev_rr_statfile, DEVICE.name);
| ^~
smsd.c:6187:5: note: ‘snprintf’ output 6 or more bytes (assuming 8227) into a destination of size 8224
6187 | snprintf(cmdline, sizeof(cmdline), "%s %s \"%s\" %s", DEVICE.dev_rr_post_run, p, DEVICE.dev_rr_statfile, DEVICE.name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: extras.o:(.bss+0x0): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: extras.o:(.bss+0x20): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: extras.o:(.bss+0x28): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: extras.o:(.bss+0x30): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: extras.o:(.bss+0x34): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: extras.o:(.bss+0x38): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: extras.o:(.bss+0x40): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: extras.o:(.bss+0x1040): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: extras.o:(.bss+0x2040): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: extras.o:(.bss+0x3040): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: extras.o:(.bss+0x4040): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: extras.o:(.bss+0x5040): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: extras.o:(.bss+0x6040): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: extras.o:(.bss+0x7040): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: extras.o:(.bss+0x8040): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: extras.o:(.bss+0x9040): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: extras.o:(.bss+0xa040): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: extras.o:(.bss+0xb040): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: extras.o:(.bss+0xc040): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: extras.o:(.bss+0xd040): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: extras.o:(.bss+0xe040): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: extras.o:(.bss+0xf040): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: extras.o:(.bss+0x10040): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: extras.o:(.bss+0x11040): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: extras.o:(.bss+0x11060): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: extras.o:(.bss+0x12060): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: extras.o:(.bss+0x12080): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: extras.o:(.bss+0x62880): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd80): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd84): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd88): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd8c): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd90): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd94): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd98): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cd9c): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cda0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cda4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cda8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cdac): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cdb0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cdb4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cdb8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cdbc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: extras.o:(.bss+0x33cdc0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33ddc0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33dde0): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de44): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de48): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de4c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de50): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de54): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de58): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de5c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: extras.o:(.bss+0x33de60): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: extras.o:(.bss+0x33e060): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: extras.o:(.bss+0x33e064): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: extras.o:(.bss+0x33e068): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: extras.o:(.bss+0x33e06c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: extras.o:(.bss+0x33e080): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f080): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0a0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0a4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0a8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0ac): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0b0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0b4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0b8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0bc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0c0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0c4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0c8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0cc): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0d0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0d4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: extras.o:(.bss+0x33f0e0): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3400e0): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3400e4): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: extras.o:(.bss+0x3400e8): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: extras.o:(.bss+0x3400ec): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: extras.o:(.bss+0x3400f0): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: extras.o:(.bss+0x340100): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: extras.o:(.bss+0x341100): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: extras.o:(.bss+0x342100): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: extras.o:(.bss+0x342104): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: extras.o:(.bss+0x342108): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: extras.o:(.bss+0x34210c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: extras.o:(.bss+0x342120): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: extras.o:(.bss+0x343120): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: extras.o:(.bss+0x344120): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: extras.o:(.bss+0x344124): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: extras.o:(.bss+0x344128): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: extras.o:(.bss+0x344140): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: extras.o:(.bss+0x3441a0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: extras.o:(.bss+0x344200): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: extras.o:(.bss+0x345200): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: extras.o:(.bss+0x346200): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: extras.o:(.bss+0x346260): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: extras.o:(.bss+0x3462c0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3472c0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3482c0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3492c0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3492e0): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3494e0): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3494e4): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: extras.o:(.bss+0x349500): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: extras.o:(.bss+0x349600): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: extras.o:(.bss+0x34a600): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: extras.o:(.bss+0x34a620): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: extras.o:(.bss+0x34b640): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: extras.o:(.bss+0x34c648): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: extras.o:(.bss+0x34c650): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: extras.o:(.bss+0x34c658): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: extras.o:(.bss+0x34c660): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: extras.o:(.bss+0x34c668): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: extras.o:(.bss+0x34c670): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: extras.o:(.bss+0x34c680): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: extras.o:(.bss+0x34ca80): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: extras.o:(.bss+0x34ca88): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: extras.o:(.bss+0x34ca90): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: extras.o:(.bss+0x34caa0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: extras.o:(.bss+0x34daa0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: extras.o:(.bss+0x34db20): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: extras.o:(.bss+0x34dba0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: extras.o:(.bss+0x34dc20): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: extras.o:(.bss+0x34dca0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: extras.o:(.bss+0x34dd20): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: extras.o:(.bss+0x34dda0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: extras.o:(.bss+0x34de08): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: extras.o:(.bss+0x34de0c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: extras.o:(.bss+0x34de10): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: extras.o:(.bss+0x34de14): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: extras.o:(.bss+0x34de18): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: extras.o:(.bss+0x34de20): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: extras.o:(.bss+0x34dea0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: extras.o:(.bss+0x34e8a0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: extras.o:(.bss+0x3508a0): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: locking.o:(.bss+0x0): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: locking.o:(.bss+0x20): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: locking.o:(.bss+0x28): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: locking.o:(.bss+0x30): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: locking.o:(.bss+0x34): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: locking.o:(.bss+0x38): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: locking.o:(.bss+0x40): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: locking.o:(.bss+0x1040): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: locking.o:(.bss+0x2040): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: locking.o:(.bss+0x3040): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: locking.o:(.bss+0x4040): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: locking.o:(.bss+0x5040): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: locking.o:(.bss+0x6040): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: locking.o:(.bss+0x7040): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: locking.o:(.bss+0x8040): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: locking.o:(.bss+0x9040): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: locking.o:(.bss+0xa040): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: locking.o:(.bss+0xb040): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: locking.o:(.bss+0xc040): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: locking.o:(.bss+0xd040): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: locking.o:(.bss+0xe040): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: locking.o:(.bss+0xf040): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: locking.o:(.bss+0x10040): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: locking.o:(.bss+0x11040): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: locking.o:(.bss+0x11060): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: locking.o:(.bss+0x12060): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: locking.o:(.bss+0x12080): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: locking.o:(.bss+0x62880): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd80): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd84): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd88): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd8c): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd90): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd94): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd98): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cd9c): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cda0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cda4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cda8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cdac): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cdb0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cdb4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cdb8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cdbc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: locking.o:(.bss+0x33cdc0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33ddc0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33dde0): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de44): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de48): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de4c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de50): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de54): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de58): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de5c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: locking.o:(.bss+0x33de60): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: locking.o:(.bss+0x33e060): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: locking.o:(.bss+0x33e064): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: locking.o:(.bss+0x33e068): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: locking.o:(.bss+0x33e06c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: locking.o:(.bss+0x33e080): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f080): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0a0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0a4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0a8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0ac): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0b0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0b4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0b8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0bc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0c0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0c4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0c8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0cc): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0d0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0d4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: locking.o:(.bss+0x33f0e0): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3400e0): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3400e4): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: locking.o:(.bss+0x3400e8): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: locking.o:(.bss+0x3400ec): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: locking.o:(.bss+0x3400f0): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: locking.o:(.bss+0x340100): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: locking.o:(.bss+0x341100): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: locking.o:(.bss+0x342100): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: locking.o:(.bss+0x342104): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: locking.o:(.bss+0x342108): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: locking.o:(.bss+0x34210c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: locking.o:(.bss+0x342120): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: locking.o:(.bss+0x343120): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: locking.o:(.bss+0x344120): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: locking.o:(.bss+0x344124): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: locking.o:(.bss+0x344128): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: locking.o:(.bss+0x344140): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: locking.o:(.bss+0x3441a0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: locking.o:(.bss+0x344200): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: locking.o:(.bss+0x345200): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: locking.o:(.bss+0x346200): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: locking.o:(.bss+0x346260): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: locking.o:(.bss+0x3462c0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3472c0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3482c0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3492c0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3492e0): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3494e0): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: locking.o:(.bss+0x3494e4): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: locking.o:(.bss+0x349500): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: locking.o:(.bss+0x349600): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: locking.o:(.bss+0x34a600): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: locking.o:(.bss+0x34a620): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: locking.o:(.bss+0x34b640): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: locking.o:(.bss+0x34c648): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: locking.o:(.bss+0x34c650): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: locking.o:(.bss+0x34c658): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: locking.o:(.bss+0x34c660): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: locking.o:(.bss+0x34c668): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: locking.o:(.bss+0x34c670): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: locking.o:(.bss+0x34c680): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: locking.o:(.bss+0x34ca80): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: locking.o:(.bss+0x34ca88): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: locking.o:(.bss+0x34ca90): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: locking.o:(.bss+0x34caa0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: locking.o:(.bss+0x34daa0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: locking.o:(.bss+0x34db20): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: locking.o:(.bss+0x34dba0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: locking.o:(.bss+0x34dc20): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: locking.o:(.bss+0x34dca0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: locking.o:(.bss+0x34dd20): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: locking.o:(.bss+0x34dda0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: locking.o:(.bss+0x34de08): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: locking.o:(.bss+0x34de0c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: locking.o:(.bss+0x34de10): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: locking.o:(.bss+0x34de14): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: locking.o:(.bss+0x34de18): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: locking.o:(.bss+0x34de20): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: locking.o:(.bss+0x34dea0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: logging.o:(.bss+0x0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: logging.o:(.bss+0x2000): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: logging.o:(.bss+0x2020): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: logging.o:(.bss+0x2040): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: logging.o:(.bss+0x2048): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: logging.o:(.bss+0x2050): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: logging.o:(.bss+0x2054): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: logging.o:(.bss+0x2058): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: logging.o:(.bss+0x2060): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: logging.o:(.bss+0x3060): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: logging.o:(.bss+0x4060): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: logging.o:(.bss+0x5060): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: logging.o:(.bss+0x6060): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: logging.o:(.bss+0x7060): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: logging.o:(.bss+0x8060): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: logging.o:(.bss+0x9060): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: logging.o:(.bss+0xa060): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: logging.o:(.bss+0xb060): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: logging.o:(.bss+0xc060): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: logging.o:(.bss+0xd060): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: logging.o:(.bss+0xe060): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: logging.o:(.bss+0xf060): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: logging.o:(.bss+0x10060): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: logging.o:(.bss+0x11060): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: logging.o:(.bss+0x12060): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: logging.o:(.bss+0x13060): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: logging.o:(.bss+0x13080): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: logging.o:(.bss+0x14080): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: logging.o:(.bss+0x140a0): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: logging.o:(.bss+0x648a0): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: logging.o:(.bss+0x33eda0): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: logging.o:(.bss+0x33eda4): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: logging.o:(.bss+0x33eda8): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edac): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edb0): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edb4): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edb8): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edbc): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edc0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edc4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edc8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edcc): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edd0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edd4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: logging.o:(.bss+0x33edd8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: logging.o:(.bss+0x33eddc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: logging.o:(.bss+0x33ede0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fde0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe00): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe64): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe68): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe6c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe70): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe74): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe78): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe7c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: logging.o:(.bss+0x33fe80): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: logging.o:(.bss+0x340080): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: logging.o:(.bss+0x340084): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: logging.o:(.bss+0x340088): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: logging.o:(.bss+0x34008c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: logging.o:(.bss+0x3400a0): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410a0): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410c0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410c4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410c8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410cc): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410d0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410d4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410d8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410dc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410e0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410e4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410e8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410ec): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410f0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: logging.o:(.bss+0x3410f4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: logging.o:(.bss+0x341100): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: logging.o:(.bss+0x342100): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: logging.o:(.bss+0x342104): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: logging.o:(.bss+0x342108): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: logging.o:(.bss+0x34210c): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: logging.o:(.bss+0x342110): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: logging.o:(.bss+0x342120): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: logging.o:(.bss+0x343120): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: logging.o:(.bss+0x344120): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: logging.o:(.bss+0x344124): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: logging.o:(.bss+0x344128): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: logging.o:(.bss+0x34412c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: logging.o:(.bss+0x344140): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: logging.o:(.bss+0x345140): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: logging.o:(.bss+0x346140): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: logging.o:(.bss+0x346144): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: logging.o:(.bss+0x346148): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: logging.o:(.bss+0x346160): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: logging.o:(.bss+0x3461c0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: logging.o:(.bss+0x346220): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: logging.o:(.bss+0x347220): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: logging.o:(.bss+0x348220): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: logging.o:(.bss+0x348280): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: logging.o:(.bss+0x3482e0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: logging.o:(.bss+0x3492e0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34a2e0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34b2e0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34b300): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34b500): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34b504): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: logging.o:(.bss+0x34b520): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: logging.o:(.bss+0x34b620): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: logging.o:(.bss+0x34c620): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: logging.o:(.bss+0x34c640): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: logging.o:(.bss+0x34d660): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: logging.o:(.bss+0x34e668): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: logging.o:(.bss+0x34e670): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: logging.o:(.bss+0x34e678): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: logging.o:(.bss+0x34e680): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: logging.o:(.bss+0x34e688): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: logging.o:(.bss+0x34e690): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: logging.o:(.bss+0x34e6a0): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: logging.o:(.bss+0x34eaa0): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: logging.o:(.bss+0x34eaa8): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: logging.o:(.bss+0x34eab0): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: logging.o:(.bss+0x34eac0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fac0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fb40): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fbc0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fc40): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fcc0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fd40): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fdc0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fe28): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fe2c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fe30): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fe34): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fe38): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fe40): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: logging.o:(.bss+0x34fec0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: logging.o:(.bss+0x3508c0): multiple definition of `statistics'; /tmp/cc110HQW.o:(.bss+0x34e8a0): first defined here
/usr/bin/ld: logging.o:(.bss+0x350ac0): multiple definition of `rejected_counter'; /tmp/cc110HQW.o:(.bss+0x34eaa0): first defined here
/usr/bin/ld: logging.o:(.bss+0x350ac8): multiple definition of `start_time'; /tmp/cc110HQW.o:(.bss+0x34eaa8): first defined here
/usr/bin/ld: logging.o:(.bss+0x350ad0): multiple definition of `printstatus'; /tmp/cc110HQW.o:(.bss+0x34eab0): first defined here
/usr/bin/ld: logging.o:(.bss+0x350ad8): multiple definition of `last_stats'; /tmp/cc110HQW.o:(.bss+0x34eab8): first defined here
/usr/bin/ld: logging.o:(.bss+0x350ae0): multiple definition of `d_stats'; /tmp/cc110HQW.o:(.bss+0x34eac0): first defined here
/usr/bin/ld: logging.o:(.bss+0x351ae0): multiple definition of `stats_interval'; /tmp/cc110HQW.o:(.bss+0x34fac0): first defined here
/usr/bin/ld: logging.o:(.bss+0x351ae4): multiple definition of `stats_no_zeroes'; /tmp/cc110HQW.o:(.bss+0x34fac4): first defined here
/usr/bin/ld: logging.o:(.bss+0x351ae8): multiple definition of `status_interval'; /tmp/cc110HQW.o:(.bss+0x34fac8): first defined here
/usr/bin/ld: logging.o:(.bss+0x351af0): multiple definition of `shared_buffer'; /tmp/cc110HQW.o:(.bss+0x34fad0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x0): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x20): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: alarm.o:(.bss+0x28): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: alarm.o:(.bss+0x30): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: alarm.o:(.bss+0x38): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: alarm.o:(.bss+0x40): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: alarm.o:(.bss+0x1040): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x2040): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3040): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x4040): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x5040): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x6040): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x7040): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x8040): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x9040): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: alarm.o:(.bss+0xa040): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: alarm.o:(.bss+0xb040): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: alarm.o:(.bss+0xc040): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: alarm.o:(.bss+0xd040): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: alarm.o:(.bss+0xe040): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: alarm.o:(.bss+0xf040): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x10040): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x11040): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: alarm.o:(.bss+0x11060): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: alarm.o:(.bss+0x12060): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: alarm.o:(.bss+0x12080): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: alarm.o:(.bss+0x62880): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd80): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd84): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd88): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd8c): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd90): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd94): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd98): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cd9c): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cda0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cda4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cda8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cdac): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cdb0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cdb4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cdb8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cdbc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33cdc0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33ddc0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33dde0): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de44): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de48): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de4c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de50): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de54): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de58): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de5c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33de60): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33e060): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33e064): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33e068): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33e06c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33e080): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f080): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0a0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0a4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0a8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0ac): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0b0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0b4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0b8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0bc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0c0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0c4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0c8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0cc): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0d0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0d4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x33f0e0): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3400e0): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3400e4): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3400e8): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3400ec): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3400f0): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x340100): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: alarm.o:(.bss+0x341100): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: alarm.o:(.bss+0x342100): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: alarm.o:(.bss+0x342104): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: alarm.o:(.bss+0x342108): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34210c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: alarm.o:(.bss+0x342120): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: alarm.o:(.bss+0x343120): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: alarm.o:(.bss+0x344120): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: alarm.o:(.bss+0x344124): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: alarm.o:(.bss+0x344128): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: alarm.o:(.bss+0x344140): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3441a0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x344200): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: alarm.o:(.bss+0x345200): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: alarm.o:(.bss+0x346200): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: alarm.o:(.bss+0x346260): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3462c0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3472c0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3482c0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3492c0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3492e0): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3494e0): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x3494e4): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: alarm.o:(.bss+0x349500): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: alarm.o:(.bss+0x349600): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34a600): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34a620): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34b640): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34c648): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34c650): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34c658): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34c660): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34c668): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34c670): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34c680): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34ca80): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34ca88): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34ca90): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34caa0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34daa0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34db20): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34dba0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34dc20): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34dca0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34dd20): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34dda0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34de08): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34de0c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34de10): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34de14): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34de18): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34de20): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: alarm.o:(.bss+0x34dea0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x0): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x20): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x28): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x30): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x38): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x40): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x1040): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x2040): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3040): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x4040): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x5040): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x6040): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x7040): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x8040): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x9040): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0xa040): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0xb040): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0xc040): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0xd040): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0xe040): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0xf040): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x10040): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x11040): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x11060): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x12060): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x12080): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x62880): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd80): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd84): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd88): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd8c): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd90): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd94): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd98): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cd9c): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cda0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cda4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cda8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cdac): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cdb0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cdb4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cdb8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cdbc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33cdc0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33ddc0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33dde0): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de44): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de48): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de4c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de50): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de54): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de58): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de5c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33de60): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33e060): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33e064): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33e068): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33e06c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33e080): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f080): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0a0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0a4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0a8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0ac): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0b0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0b4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0b8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0bc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0c0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0c4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0c8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0cc): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0d0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0d4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x33f0e0): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3400e0): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3400e4): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3400e8): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3400ec): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3400f0): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x340100): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x341100): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x342100): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x342104): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x342108): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34210c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x342120): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x343120): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x344120): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x344124): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x344128): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x344140): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3441a0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x344200): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x345200): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x346200): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x346260): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3462c0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3472c0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3482c0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3492c0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3492e0): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3494e0): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x3494e4): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x349500): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x349600): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34a600): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34a620): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34b640): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34c648): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34c650): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34c658): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34c660): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34c668): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34c670): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34c680): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34ca80): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34ca88): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34ca90): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34caa0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34daa0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34db20): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34dba0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34dc20): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34dca0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34dd20): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34dda0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34de08): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34de0c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34de10): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34de14): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34de18): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34de20): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34dea0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34e8a0): multiple definition of `statistics'; /tmp/cc110HQW.o:(.bss+0x34e8a0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34eaa0): multiple definition of `rejected_counter'; /tmp/cc110HQW.o:(.bss+0x34eaa0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34eaa8): multiple definition of `start_time'; /tmp/cc110HQW.o:(.bss+0x34eaa8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34eab0): multiple definition of `printstatus'; /tmp/cc110HQW.o:(.bss+0x34eab0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34eab8): multiple definition of `last_stats'; /tmp/cc110HQW.o:(.bss+0x34eab8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34eac0): multiple definition of `d_stats'; /tmp/cc110HQW.o:(.bss+0x34eac0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34fac0): multiple definition of `stats_interval'; /tmp/cc110HQW.o:(.bss+0x34fac0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34fac4): multiple definition of `stats_no_zeroes'; /tmp/cc110HQW.o:(.bss+0x34fac4): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34fac8): multiple definition of `status_interval'; /tmp/cc110HQW.o:(.bss+0x34fac8): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34fad0): multiple definition of `shared_buffer'; /tmp/cc110HQW.o:(.bss+0x34fad0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34fae0): multiple definition of `blacklist'; /tmp/cc110HQW.o:(.bss+0x34fae0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34fbe0): multiple definition of `whitelist'; /tmp/cc110HQW.o:(.bss+0x34fbe0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x34fce0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: smsd_cfg.o:(.bss+0x351ce0): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: charset.o:(.bss+0x0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: charset.o:(.bss+0x2000): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: charset.o:(.bss+0x2020): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: charset.o:(.bss+0x2040): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: charset.o:(.bss+0x2048): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: charset.o:(.bss+0x2050): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: charset.o:(.bss+0x2054): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: charset.o:(.bss+0x2058): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: charset.o:(.bss+0x2060): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: charset.o:(.bss+0x3060): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: charset.o:(.bss+0x4060): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: charset.o:(.bss+0x5060): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: charset.o:(.bss+0x6060): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: charset.o:(.bss+0x7060): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: charset.o:(.bss+0x8060): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: charset.o:(.bss+0x9060): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: charset.o:(.bss+0xa060): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: charset.o:(.bss+0xb060): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: charset.o:(.bss+0xc060): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: charset.o:(.bss+0xd060): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: charset.o:(.bss+0xe060): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: charset.o:(.bss+0xf060): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: charset.o:(.bss+0x10060): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: charset.o:(.bss+0x11060): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: charset.o:(.bss+0x12060): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: charset.o:(.bss+0x13060): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: charset.o:(.bss+0x13080): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: charset.o:(.bss+0x14080): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: charset.o:(.bss+0x140a0): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: charset.o:(.bss+0x648a0): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: charset.o:(.bss+0x33eda0): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: charset.o:(.bss+0x33eda4): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: charset.o:(.bss+0x33eda8): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edac): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edb0): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edb4): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edb8): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edbc): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edc0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edc4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edc8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edcc): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edd0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edd4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: charset.o:(.bss+0x33edd8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: charset.o:(.bss+0x33eddc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: charset.o:(.bss+0x33ede0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fde0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe00): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe64): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe68): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe6c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe70): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe74): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe78): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe7c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: charset.o:(.bss+0x33fe80): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: charset.o:(.bss+0x340080): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: charset.o:(.bss+0x340084): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: charset.o:(.bss+0x340088): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: charset.o:(.bss+0x34008c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: charset.o:(.bss+0x3400a0): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410a0): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410c0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410c4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410c8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410cc): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410d0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410d4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410d8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410dc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410e0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410e4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410e8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410ec): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410f0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: charset.o:(.bss+0x3410f4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: charset.o:(.bss+0x341100): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: charset.o:(.bss+0x342100): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: charset.o:(.bss+0x342104): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: charset.o:(.bss+0x342108): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: charset.o:(.bss+0x34210c): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: charset.o:(.bss+0x342110): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: charset.o:(.bss+0x342120): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: charset.o:(.bss+0x343120): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: charset.o:(.bss+0x344120): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: charset.o:(.bss+0x344124): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: charset.o:(.bss+0x344128): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: charset.o:(.bss+0x34412c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: charset.o:(.bss+0x344140): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: charset.o:(.bss+0x345140): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: charset.o:(.bss+0x346140): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: charset.o:(.bss+0x346144): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: charset.o:(.bss+0x346148): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: charset.o:(.bss+0x346160): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: charset.o:(.bss+0x3461c0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: charset.o:(.bss+0x346220): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: charset.o:(.bss+0x347220): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: charset.o:(.bss+0x348220): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: charset.o:(.bss+0x348280): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: charset.o:(.bss+0x3482e0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: charset.o:(.bss+0x3492e0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34a2e0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34b2e0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34b300): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34b500): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34b504): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: charset.o:(.bss+0x34b520): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: charset.o:(.bss+0x34b620): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: charset.o:(.bss+0x34c620): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: charset.o:(.bss+0x34c640): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: charset.o:(.bss+0x34d660): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: charset.o:(.bss+0x34e668): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: charset.o:(.bss+0x34e670): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: charset.o:(.bss+0x34e678): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: charset.o:(.bss+0x34e680): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: charset.o:(.bss+0x34e688): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: charset.o:(.bss+0x34e690): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: charset.o:(.bss+0x34e6a0): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: charset.o:(.bss+0x34eaa0): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: charset.o:(.bss+0x34eaa8): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: charset.o:(.bss+0x34eab0): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: charset.o:(.bss+0x34eac0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fac0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fb40): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fbc0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fc40): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fcc0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fd40): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fdc0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fe28): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fe2c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fe30): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fe34): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fe38): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fe40): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: charset.o:(.bss+0x34fec0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: stats.o:(.bss+0x0): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: stats.o:(.bss+0x20): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: stats.o:(.bss+0x28): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: stats.o:(.bss+0x30): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: stats.o:(.bss+0x34): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: stats.o:(.bss+0x38): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: stats.o:(.bss+0x40): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: stats.o:(.bss+0x1040): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: stats.o:(.bss+0x2040): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: stats.o:(.bss+0x3040): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: stats.o:(.bss+0x4040): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: stats.o:(.bss+0x5040): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: stats.o:(.bss+0x6040): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: stats.o:(.bss+0x7040): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: stats.o:(.bss+0x8040): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: stats.o:(.bss+0x9040): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: stats.o:(.bss+0xa040): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: stats.o:(.bss+0xb040): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: stats.o:(.bss+0xc040): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: stats.o:(.bss+0xd040): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: stats.o:(.bss+0xe040): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: stats.o:(.bss+0xf040): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: stats.o:(.bss+0x10040): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: stats.o:(.bss+0x11040): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: stats.o:(.bss+0x11060): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: stats.o:(.bss+0x12060): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: stats.o:(.bss+0x12080): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: stats.o:(.bss+0x62880): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd80): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd84): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd88): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd8c): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd90): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd94): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd98): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cd9c): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cda0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cda4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cda8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cdac): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cdb0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cdb4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cdb8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cdbc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: stats.o:(.bss+0x33cdc0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33ddc0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33dde0): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de44): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de48): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de4c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de50): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de54): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de58): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de5c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: stats.o:(.bss+0x33de60): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: stats.o:(.bss+0x33e060): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: stats.o:(.bss+0x33e064): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: stats.o:(.bss+0x33e068): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: stats.o:(.bss+0x33e06c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: stats.o:(.bss+0x33e080): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f080): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0a0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0a4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0a8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0ac): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0b0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0b4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0b8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0bc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0c0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0c4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0c8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0cc): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0d0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0d4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: stats.o:(.bss+0x33f0e0): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3400e0): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3400e4): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: stats.o:(.bss+0x3400e8): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: stats.o:(.bss+0x3400ec): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: stats.o:(.bss+0x3400f0): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: stats.o:(.bss+0x340100): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: stats.o:(.bss+0x341100): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: stats.o:(.bss+0x342100): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: stats.o:(.bss+0x342104): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: stats.o:(.bss+0x342108): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: stats.o:(.bss+0x34210c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: stats.o:(.bss+0x342120): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: stats.o:(.bss+0x343120): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: stats.o:(.bss+0x344120): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: stats.o:(.bss+0x344124): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: stats.o:(.bss+0x344128): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: stats.o:(.bss+0x344140): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: stats.o:(.bss+0x3441a0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: stats.o:(.bss+0x344200): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: stats.o:(.bss+0x345200): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: stats.o:(.bss+0x346200): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: stats.o:(.bss+0x346260): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: stats.o:(.bss+0x3462c0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3472c0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3482c0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3492c0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3492e0): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3494e0): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: stats.o:(.bss+0x3494e4): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: stats.o:(.bss+0x349500): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: stats.o:(.bss+0x349600): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: stats.o:(.bss+0x34a600): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: stats.o:(.bss+0x34a620): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: stats.o:(.bss+0x34b640): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: stats.o:(.bss+0x34c648): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: stats.o:(.bss+0x34c650): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: stats.o:(.bss+0x34c658): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: stats.o:(.bss+0x34c660): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: stats.o:(.bss+0x34c668): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: stats.o:(.bss+0x34c670): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: stats.o:(.bss+0x34c680): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: stats.o:(.bss+0x34ca80): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: stats.o:(.bss+0x34ca88): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: stats.o:(.bss+0x34ca90): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: stats.o:(.bss+0x34caa0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34daa0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34db20): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: stats.o:(.bss+0x34dba0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34dc20): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: stats.o:(.bss+0x34dca0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34dd20): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: stats.o:(.bss+0x34dda0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34de08): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: stats.o:(.bss+0x34de0c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: stats.o:(.bss+0x34de10): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: stats.o:(.bss+0x34de14): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: stats.o:(.bss+0x34de18): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: stats.o:(.bss+0x34de20): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: stats.o:(.bss+0x34dea0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34e8a0): multiple definition of `statistics'; /tmp/cc110HQW.o:(.bss+0x34e8a0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34eaa0): multiple definition of `rejected_counter'; /tmp/cc110HQW.o:(.bss+0x34eaa0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34eaa8): multiple definition of `start_time'; /tmp/cc110HQW.o:(.bss+0x34eaa8): first defined here
/usr/bin/ld: stats.o:(.bss+0x34eab0): multiple definition of `printstatus'; /tmp/cc110HQW.o:(.bss+0x34eab0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34eab8): multiple definition of `last_stats'; /tmp/cc110HQW.o:(.bss+0x34eab8): first defined here
/usr/bin/ld: stats.o:(.bss+0x34eac0): multiple definition of `d_stats'; /tmp/cc110HQW.o:(.bss+0x34eac0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34fac0): multiple definition of `stats_interval'; /tmp/cc110HQW.o:(.bss+0x34fac0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34fac4): multiple definition of `stats_no_zeroes'; /tmp/cc110HQW.o:(.bss+0x34fac4): first defined here
/usr/bin/ld: stats.o:(.bss+0x34fac8): multiple definition of `status_interval'; /tmp/cc110HQW.o:(.bss+0x34fac8): first defined here
/usr/bin/ld: stats.o:(.bss+0x34fad0): multiple definition of `shared_buffer'; /tmp/cc110HQW.o:(.bss+0x34fad0): first defined here
/usr/bin/ld: stats.o:(.bss+0x34fae0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: stats.o:(.bss+0x351ae0): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x0): multiple definition of `blacklist'; /tmp/cc110HQW.o:(.bss+0x34fae0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x100): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2100): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2120): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2140): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2148): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2150): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2154): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2158): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x2160): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3160): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x4160): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x5160): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x6160): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x7160): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x8160): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x9160): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0xa160): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0xb160): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0xc160): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0xd160): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0xe160): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0xf160): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x10160): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x11160): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x12160): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x13160): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x13180): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x14180): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x141a0): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x649a0): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eea0): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eea4): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eea8): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eeac): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eeb0): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eeb4): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eeb8): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eebc): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eec0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eec4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eec8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eecc): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eed0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eed4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eed8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eedc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33eee0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33fee0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff00): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff64): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff68): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff6c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff70): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff74): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff78): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff7c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x33ff80): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x340180): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x340184): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x340188): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34018c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3401a0): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411a0): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411c0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411c4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411c8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411cc): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411d0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411d4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411d8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411dc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411e0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411e4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411e8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411ec): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411f0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3411f4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x341200): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x342200): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x342204): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x342208): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34220c): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x342210): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x342220): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x343220): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x344220): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x344224): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x344228): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34422c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x344240): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x345240): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x346240): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x346244): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x346248): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x346260): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3462c0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x346320): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x347320): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x348320): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x348380): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3483e0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x3493e0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34a3e0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34b3e0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34b400): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34b600): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34b604): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34b620): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34b720): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34c720): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34c740): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34d760): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34e768): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34e770): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34e778): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34e780): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34e788): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34e790): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34e7a0): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34eba0): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34eba8): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ebb0): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ebc0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34fbc0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34fc40): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34fcc0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34fd40): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34fdc0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34fe40): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34fec0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ff28): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ff2c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ff30): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ff34): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ff38): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ff40): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: blacklist.o:(.bss+0x34ffc0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x0): multiple definition of `whitelist'; /tmp/cc110HQW.o:(.bss+0x34fbe0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x100): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2100): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2120): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2140): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2148): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2150): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2154): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2158): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x2160): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3160): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x4160): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x5160): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x6160): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x7160): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x8160): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x9160): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0xa160): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0xb160): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0xc160): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0xd160): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0xe160): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0xf160): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x10160): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x11160): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x12160): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x13160): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x13180): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x14180): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x141a0): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x649a0): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eea0): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eea4): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eea8): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eeac): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eeb0): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eeb4): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eeb8): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eebc): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eec0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eec4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eec8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eecc): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eed0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eed4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eed8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eedc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33eee0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33fee0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff00): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff64): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff68): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff6c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff70): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff74): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff78): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff7c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x33ff80): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x340180): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x340184): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x340188): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34018c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3401a0): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411a0): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411c0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411c4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411c8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411cc): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411d0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411d4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411d8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411dc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411e0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411e4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411e8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411ec): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411f0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3411f4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x341200): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x342200): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x342204): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x342208): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34220c): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x342210): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x342220): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x343220): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x344220): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x344224): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x344228): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34422c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x344240): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x345240): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x346240): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x346244): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x346248): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x346260): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3462c0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x346320): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x347320): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x348320): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x348380): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3483e0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x3493e0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34a3e0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34b3e0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34b400): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34b600): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34b604): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34b620): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34b720): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34c720): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34c740): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34d760): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34e768): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34e770): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34e778): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34e780): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34e788): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34e790): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34e7a0): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34eba0): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34eba8): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ebb0): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ebc0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34fbc0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34fc40): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34fcc0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34fd40): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34fdc0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34fe40): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34fec0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ff28): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ff2c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ff30): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ff34): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ff38): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ff40): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: whitelist.o:(.bss+0x34ffc0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2000): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2020): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2040): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2048): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2050): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2054): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2058): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x2060): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3060): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x4060): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x5060): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x6060): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x7060): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x8060): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x9060): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0xa060): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0xb060): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0xc060): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0xd060): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0xe060): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0xf060): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x10060): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x11060): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x12060): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x13060): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x13080): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x14080): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x140a0): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x648a0): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33eda0): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33eda4): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33eda8): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edac): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edb0): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edb4): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edb8): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edbc): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edc0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edc4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edc8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edcc): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edd0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edd4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33edd8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33eddc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33ede0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fde0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe00): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe64): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe68): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe6c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe70): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe74): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe78): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe7c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x33fe80): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x340080): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x340084): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x340088): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34008c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3400a0): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410a0): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410c0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410c4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410c8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410cc): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410d0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410d4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410d8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410dc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410e0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410e4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410e8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410ec): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410f0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3410f4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x341100): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x342100): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x342104): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x342108): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34210c): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x342110): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x342120): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x343120): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x344120): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x344124): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x344128): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34412c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x344140): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x345140): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x346140): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x346144): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x346148): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x346160): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3461c0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x346220): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x347220): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x348220): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x348280): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3482e0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3492e0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34a2e0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34b2e0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34b300): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34b500): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34b504): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34b520): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34b620): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34c620): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34c640): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34d660): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34e668): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34e670): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34e678): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34e680): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34e688): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34e690): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34e6a0): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34eaa0): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34eaa8): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34eab0): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34eac0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fac0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fb40): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fbc0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fc40): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fcc0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fd40): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fdc0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fe28): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fe2c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fe30): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fe34): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fe38): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fe40): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x34fec0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x3508c0): multiple definition of `statistics'; /tmp/cc110HQW.o:(.bss+0x34e8a0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x350ac0): multiple definition of `rejected_counter'; /tmp/cc110HQW.o:(.bss+0x34eaa0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x350ac8): multiple definition of `start_time'; /tmp/cc110HQW.o:(.bss+0x34eaa8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x350ad0): multiple definition of `printstatus'; /tmp/cc110HQW.o:(.bss+0x34eab0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x350ad8): multiple definition of `last_stats'; /tmp/cc110HQW.o:(.bss+0x34eab8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x350ae0): multiple definition of `d_stats'; /tmp/cc110HQW.o:(.bss+0x34eac0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x351ae0): multiple definition of `stats_interval'; /tmp/cc110HQW.o:(.bss+0x34fac0): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x351ae4): multiple definition of `stats_no_zeroes'; /tmp/cc110HQW.o:(.bss+0x34fac4): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x351ae8): multiple definition of `status_interval'; /tmp/cc110HQW.o:(.bss+0x34fac8): first defined here
/usr/bin/ld: modeminit.o:(.bss+0x351af0): multiple definition of `shared_buffer'; /tmp/cc110HQW.o:(.bss+0x34fad0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x0): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x20): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: pdu.o:(.bss+0x28): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: pdu.o:(.bss+0x30): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: pdu.o:(.bss+0x38): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: pdu.o:(.bss+0x40): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: pdu.o:(.bss+0x1040): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x2040): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3040): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x4040): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x5040): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x6040): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x7040): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x8040): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x9040): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: pdu.o:(.bss+0xa040): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: pdu.o:(.bss+0xb040): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: pdu.o:(.bss+0xc040): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: pdu.o:(.bss+0xd040): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: pdu.o:(.bss+0xe040): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: pdu.o:(.bss+0xf040): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x10040): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x11040): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: pdu.o:(.bss+0x11060): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: pdu.o:(.bss+0x12060): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: pdu.o:(.bss+0x12080): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: pdu.o:(.bss+0x62880): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd80): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd84): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd88): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd8c): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd90): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd94): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd98): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cd9c): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cda0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cda4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cda8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cdac): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cdb0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cdb4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cdb8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cdbc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33cdc0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33ddc0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33dde0): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de44): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de48): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de4c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de50): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de54): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de58): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de5c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33de60): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33e060): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33e064): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33e068): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33e06c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33e080): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f080): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0a0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0a4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0a8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0ac): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0b0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0b4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0b8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0bc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0c0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0c4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0c8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0cc): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0d0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0d4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x33f0e0): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3400e0): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3400e4): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3400e8): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3400ec): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3400f0): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x340100): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: pdu.o:(.bss+0x341100): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: pdu.o:(.bss+0x342100): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: pdu.o:(.bss+0x342104): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: pdu.o:(.bss+0x342108): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34210c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: pdu.o:(.bss+0x342120): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: pdu.o:(.bss+0x343120): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: pdu.o:(.bss+0x344120): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: pdu.o:(.bss+0x344124): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: pdu.o:(.bss+0x344128): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: pdu.o:(.bss+0x344140): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3441a0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x344200): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: pdu.o:(.bss+0x345200): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: pdu.o:(.bss+0x346200): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: pdu.o:(.bss+0x346260): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3462c0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3472c0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3482c0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3492c0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3492e0): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3494e0): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3494e4): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: pdu.o:(.bss+0x349500): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: pdu.o:(.bss+0x349600): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34a600): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34a620): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34b640): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34c648): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34c650): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34c658): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34c660): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34c668): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34c670): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34c680): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34ca80): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34ca88): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34ca90): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34caa0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34daa0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34db20): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34dba0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34dc20): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34dca0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34dd20): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34dda0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34de08): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34de0c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34de10): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34de14): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34de18): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34de20): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34dea0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x34e8a0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: pdu.o:(.bss+0x3508a0): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x0): multiple definition of `logch_buffer'; /tmp/cc110HQW.o:(.bss+0x34fce0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2000): multiple definition of `trouble_logging_started'; /tmp/cc110HQW.o:(.bss+0x351ce0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2020): multiple definition of `process_title'; /tmp/cc110HQW.o:(.bss+0x0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2040): multiple definition of `process_id'; /tmp/cc110HQW.o:(.bss+0x20): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2048): multiple definition of `process_start_time'; /tmp/cc110HQW.o:(.bss+0x28): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2050): multiple definition of `modem_handle'; /tmp/cc110HQW.o:(.bss+0x30): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2054): multiple definition of `put_command_timeouts'; /tmp/cc110HQW.o:(.bss+0x34): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2058): multiple definition of `put_command_sent'; /tmp/cc110HQW.o:(.bss+0x38): first defined here
/usr/bin/ld: charshift.o:(.bss+0x2060): multiple definition of `tmpdir'; /tmp/cc110HQW.o:(.bss+0x40): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3060): multiple definition of `configfile'; /tmp/cc110HQW.o:(.bss+0x1040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x4060): multiple definition of `d_spool'; /tmp/cc110HQW.o:(.bss+0x2040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x5060): multiple definition of `d_failed'; /tmp/cc110HQW.o:(.bss+0x3040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x6060): multiple definition of `d_failed_copy'; /tmp/cc110HQW.o:(.bss+0x4040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x7060): multiple definition of `d_incoming'; /tmp/cc110HQW.o:(.bss+0x5040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x8060): multiple definition of `d_incoming_copy'; /tmp/cc110HQW.o:(.bss+0x6040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x9060): multiple definition of `d_report'; /tmp/cc110HQW.o:(.bss+0x7040): first defined here
/usr/bin/ld: charshift.o:(.bss+0xa060): multiple definition of `d_report_copy'; /tmp/cc110HQW.o:(.bss+0x8040): first defined here
/usr/bin/ld: charshift.o:(.bss+0xb060): multiple definition of `d_phonecalls'; /tmp/cc110HQW.o:(.bss+0x9040): first defined here
/usr/bin/ld: charshift.o:(.bss+0xc060): multiple definition of `d_saved'; /tmp/cc110HQW.o:(.bss+0xa040): first defined here
/usr/bin/ld: charshift.o:(.bss+0xd060): multiple definition of `d_sent'; /tmp/cc110HQW.o:(.bss+0xb040): first defined here
/usr/bin/ld: charshift.o:(.bss+0xe060): multiple definition of `d_sent_copy'; /tmp/cc110HQW.o:(.bss+0xc040): first defined here
/usr/bin/ld: charshift.o:(.bss+0xf060): multiple definition of `d_checked'; /tmp/cc110HQW.o:(.bss+0xd040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x10060): multiple definition of `eventhandler'; /tmp/cc110HQW.o:(.bss+0xe040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x11060): multiple definition of `alarmhandler'; /tmp/cc110HQW.o:(.bss+0xf040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x12060): multiple definition of `checkhandler'; /tmp/cc110HQW.o:(.bss+0x10040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x13060): multiple definition of `alarmlevel'; /tmp/cc110HQW.o:(.bss+0x11040): first defined here
/usr/bin/ld: charshift.o:(.bss+0x13080): multiple definition of `logfile'; /tmp/cc110HQW.o:(.bss+0x11060): first defined here
/usr/bin/ld: charshift.o:(.bss+0x14080): multiple definition of `loglevel'; /tmp/cc110HQW.o:(.bss+0x12060): first defined here
/usr/bin/ld: charshift.o:(.bss+0x140a0): multiple definition of `queues'; /tmp/cc110HQW.o:(.bss+0x12080): first defined here
/usr/bin/ld: charshift.o:(.bss+0x648a0): multiple definition of `devices'; /tmp/cc110HQW.o:(.bss+0x62880): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33eda0): multiple definition of `delaytime'; /tmp/cc110HQW.o:(.bss+0x33cd80): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33eda4): multiple definition of `delaytime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x33cd84): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33eda8): multiple definition of `blocktime'; /tmp/cc110HQW.o:(.bss+0x33cd88): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edac): multiple definition of `blockafter'; /tmp/cc110HQW.o:(.bss+0x33cd8c): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edb0): multiple definition of `errorsleeptime'; /tmp/cc110HQW.o:(.bss+0x33cd90): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edb4): multiple definition of `autosplit'; /tmp/cc110HQW.o:(.bss+0x33cd94): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edb8): multiple definition of `receive_before_send'; /tmp/cc110HQW.o:(.bss+0x33cd98): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edbc): multiple definition of `store_received_pdu'; /tmp/cc110HQW.o:(.bss+0x33cd9c): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edc0): multiple definition of `store_sent_pdu'; /tmp/cc110HQW.o:(.bss+0x33cda0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edc4): multiple definition of `validity_period'; /tmp/cc110HQW.o:(.bss+0x33cda4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edc8): multiple definition of `decode_unicode_text'; /tmp/cc110HQW.o:(.bss+0x33cda8): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edcc): multiple definition of `internal_combine'; /tmp/cc110HQW.o:(.bss+0x33cdac): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edd0): multiple definition of `internal_combine_binary'; /tmp/cc110HQW.o:(.bss+0x33cdb0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edd4): multiple definition of `keep_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33edd8): multiple definition of `store_original_filename'; /tmp/cc110HQW.o:(.bss+0x33cdb8): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33eddc): multiple definition of `date_filename'; /tmp/cc110HQW.o:(.bss+0x33cdbc): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33ede0): multiple definition of `regular_run'; /tmp/cc110HQW.o:(.bss+0x33cdc0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fde0): multiple definition of `regular_run_interval'; /tmp/cc110HQW.o:(.bss+0x33ddc0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe00): multiple definition of `admin_to'; /tmp/cc110HQW.o:(.bss+0x33dde0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe64): multiple definition of `filename_preview'; /tmp/cc110HQW.o:(.bss+0x33de44): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe68): multiple definition of `incoming_utf8'; /tmp/cc110HQW.o:(.bss+0x33de48): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe6c): multiple definition of `outgoing_utf8'; /tmp/cc110HQW.o:(.bss+0x33de4c): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe70): multiple definition of `log_charconv'; /tmp/cc110HQW.o:(.bss+0x33de50): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe74): multiple definition of `log_single_lines'; /tmp/cc110HQW.o:(.bss+0x33de54): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe78): multiple definition of `executable_check'; /tmp/cc110HQW.o:(.bss+0x33de58): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe7c): multiple definition of `keep_messages'; /tmp/cc110HQW.o:(.bss+0x33de5c): first defined here
/usr/bin/ld: charshift.o:(.bss+0x33fe80): multiple definition of `priviledged_numbers'; /tmp/cc110HQW.o:(.bss+0x33de60): first defined here
/usr/bin/ld: charshift.o:(.bss+0x340080): multiple definition of `ic_purge_hours'; /tmp/cc110HQW.o:(.bss+0x33e060): first defined here
/usr/bin/ld: charshift.o:(.bss+0x340084): multiple definition of `ic_purge_minutes'; /tmp/cc110HQW.o:(.bss+0x33e064): first defined here
/usr/bin/ld: charshift.o:(.bss+0x340088): multiple definition of `ic_purge_read'; /tmp/cc110HQW.o:(.bss+0x33e068): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34008c): multiple definition of `ic_purge_interval'; /tmp/cc110HQW.o:(.bss+0x33e06c): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3400a0): multiple definition of `shell'; /tmp/cc110HQW.o:(.bss+0x33e080): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410a0): multiple definition of `adminmessage_device'; /tmp/cc110HQW.o:(.bss+0x33f080): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410c0): multiple definition of `smart_logging'; /tmp/cc110HQW.o:(.bss+0x33f0a0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410c4): multiple definition of `status_signal_quality'; /tmp/cc110HQW.o:(.bss+0x33f0a4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410c8): multiple definition of `status_include_counters'; /tmp/cc110HQW.o:(.bss+0x33f0a8): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410cc): multiple definition of `status_include_uptime'; /tmp/cc110HQW.o:(.bss+0x33f0ac): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410d0): multiple definition of `hangup_incoming_call'; /tmp/cc110HQW.o:(.bss+0x33f0b0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410d4): multiple definition of `max_continuous_sending'; /tmp/cc110HQW.o:(.bss+0x33f0b4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410d8): multiple definition of `voicecall_hangup_ath'; /tmp/cc110HQW.o:(.bss+0x33f0b8): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410dc): multiple definition of `trust_outgoing'; /tmp/cc110HQW.o:(.bss+0x33f0bc): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410e0): multiple definition of `ignore_outgoing_priority'; /tmp/cc110HQW.o:(.bss+0x33f0c0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410e4): multiple definition of `ignore_exec_output'; /tmp/cc110HQW.o:(.bss+0x33f0c4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410e8): multiple definition of `conf_umask'; /tmp/cc110HQW.o:(.bss+0x33f0c8): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410ec): multiple definition of `trim_text'; /tmp/cc110HQW.o:(.bss+0x33f0cc): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410f0): multiple definition of `use_linux_ps_trick'; /tmp/cc110HQW.o:(.bss+0x33f0d0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3410f4): multiple definition of `log_unmodified'; /tmp/cc110HQW.o:(.bss+0x33f0d4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x341100): multiple definition of `suspend_filename'; /tmp/cc110HQW.o:(.bss+0x33f0e0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x342100): multiple definition of `spool_directory_order'; /tmp/cc110HQW.o:(.bss+0x3400e0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x342104): multiple definition of `log_read_from_modem'; /tmp/cc110HQW.o:(.bss+0x3400e4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x342108): multiple definition of `log_read_timing'; /tmp/cc110HQW.o:(.bss+0x3400e8): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34210c): multiple definition of `log_response_time'; /tmp/cc110HQW.o:(.bss+0x3400ec): first defined here
/usr/bin/ld: charshift.o:(.bss+0x342110): multiple definition of `default_alphabet'; /tmp/cc110HQW.o:(.bss+0x3400f0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x342120): multiple definition of `mainprocess_child'; /tmp/cc110HQW.o:(.bss+0x340100): first defined here
/usr/bin/ld: charshift.o:(.bss+0x343120): multiple definition of `mainprocess_child_args'; /tmp/cc110HQW.o:(.bss+0x341100): first defined here
/usr/bin/ld: charshift.o:(.bss+0x344120): multiple definition of `mainprocess_notifier'; /tmp/cc110HQW.o:(.bss+0x342100): first defined here
/usr/bin/ld: charshift.o:(.bss+0x344124): multiple definition of `eventhandler_use_copy'; /tmp/cc110HQW.o:(.bss+0x342104): first defined here
/usr/bin/ld: charshift.o:(.bss+0x344128): multiple definition of `sleeptime_mainprocess'; /tmp/cc110HQW.o:(.bss+0x342108): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34412c): multiple definition of `check_pid_interval'; /tmp/cc110HQW.o:(.bss+0x34210c): first defined here
/usr/bin/ld: charshift.o:(.bss+0x344140): multiple definition of `mainprocess_start'; /tmp/cc110HQW.o:(.bss+0x342120): first defined here
/usr/bin/ld: charshift.o:(.bss+0x345140): multiple definition of `mainprocess_start_args'; /tmp/cc110HQW.o:(.bss+0x343120): first defined here
/usr/bin/ld: charshift.o:(.bss+0x346140): multiple definition of `message_count'; /tmp/cc110HQW.o:(.bss+0x344120): first defined here
/usr/bin/ld: charshift.o:(.bss+0x346144): multiple definition of `break_workless_delay'; /tmp/cc110HQW.o:(.bss+0x344124): first defined here
/usr/bin/ld: charshift.o:(.bss+0x346148): multiple definition of `terminate'; /tmp/cc110HQW.o:(.bss+0x344128): first defined here
/usr/bin/ld: charshift.o:(.bss+0x346160): multiple definition of `username'; /tmp/cc110HQW.o:(.bss+0x344140): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3461c0): multiple definition of `groupname'; /tmp/cc110HQW.o:(.bss+0x3441a0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x346220): multiple definition of `infofile'; /tmp/cc110HQW.o:(.bss+0x344200): first defined here
/usr/bin/ld: charshift.o:(.bss+0x347220): multiple definition of `pidfile'; /tmp/cc110HQW.o:(.bss+0x345200): first defined here
/usr/bin/ld: charshift.o:(.bss+0x348220): multiple definition of `arg_username'; /tmp/cc110HQW.o:(.bss+0x346200): first defined here
/usr/bin/ld: charshift.o:(.bss+0x348280): multiple definition of `arg_groupname'; /tmp/cc110HQW.o:(.bss+0x346260): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3482e0): multiple definition of `arg_infofile'; /tmp/cc110HQW.o:(.bss+0x3462c0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x3492e0): multiple definition of `arg_pidfile'; /tmp/cc110HQW.o:(.bss+0x3472c0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34a2e0): multiple definition of `arg_logfile'; /tmp/cc110HQW.o:(.bss+0x3482c0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34b2e0): multiple definition of `arg_terminal'; /tmp/cc110HQW.o:(.bss+0x3492c0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34b300): multiple definition of `arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3492e0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34b500): multiple definition of `do_encode_decode_arg_7bit_packed'; /tmp/cc110HQW.o:(.bss+0x3494e0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34b504): multiple definition of `terminal'; /tmp/cc110HQW.o:(.bss+0x3494e4): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34b520): multiple definition of `device_pids'; /tmp/cc110HQW.o:(.bss+0x349500): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34b620): multiple definition of `run_info'; /tmp/cc110HQW.o:(.bss+0x349600): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34c620): multiple definition of `communicate'; /tmp/cc110HQW.o:(.bss+0x34a600): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34c640): multiple definition of `international_prefixes'; /tmp/cc110HQW.o:(.bss+0x34a620): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34d660): multiple definition of `national_prefixes'; /tmp/cc110HQW.o:(.bss+0x34b640): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34e668): multiple definition of `startup_err_str'; /tmp/cc110HQW.o:(.bss+0x34c648): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34e670): multiple definition of `startup_err_count'; /tmp/cc110HQW.o:(.bss+0x34c650): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34e678): multiple definition of `incoming_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c658): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34e680): multiple definition of `outgoing_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c660): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34e688): multiple definition of `routed_pdu_store'; /tmp/cc110HQW.o:(.bss+0x34c668): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34e690): multiple definition of `getfile_err_store'; /tmp/cc110HQW.o:(.bss+0x34c670): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34e6a0): multiple definition of `tb'; /tmp/cc110HQW.o:(.bss+0x34c680): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34eaa0): multiple definition of `check_memory_buffer'; /tmp/cc110HQW.o:(.bss+0x34ca80): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34eaa8): multiple definition of `check_memory_buffer_size'; /tmp/cc110HQW.o:(.bss+0x34ca88): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34eab0): multiple definition of `os_cygwin'; /tmp/cc110HQW.o:(.bss+0x34ca90): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34eac0): multiple definition of `language_file'; /tmp/cc110HQW.o:(.bss+0x34caa0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fac0): multiple definition of `yes_chars'; /tmp/cc110HQW.o:(.bss+0x34daa0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fb40): multiple definition of `no_chars'; /tmp/cc110HQW.o:(.bss+0x34db20): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fbc0): multiple definition of `yes_word'; /tmp/cc110HQW.o:(.bss+0x34dba0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fc40): multiple definition of `no_word'; /tmp/cc110HQW.o:(.bss+0x34dc20): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fcc0): multiple definition of `datetime_format'; /tmp/cc110HQW.o:(.bss+0x34dca0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fd40): multiple definition of `logtime_format'; /tmp/cc110HQW.o:(.bss+0x34dd20): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fdc0): multiple definition of `date_filename_format'; /tmp/cc110HQW.o:(.bss+0x34dda0): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fe28): multiple definition of `translate_incoming'; /tmp/cc110HQW.o:(.bss+0x34de08): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fe2c): multiple definition of `logtime_us'; /tmp/cc110HQW.o:(.bss+0x34de0c): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fe30): multiple definition of `logtime_ms'; /tmp/cc110HQW.o:(.bss+0x34de10): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fe34): multiple definition of `shell_test'; /tmp/cc110HQW.o:(.bss+0x34de14): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fe38): multiple definition of `enable_smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de18): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fe40): multiple definition of `smsd_debug'; /tmp/cc110HQW.o:(.bss+0x34de20): first defined here
/usr/bin/ld: charshift.o:(.bss+0x34fec0): multiple definition of `communicate_a_keys'; /tmp/cc110HQW.o:(.bss+0x34dea0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:63: smsd] Error 1
make[1]: Leaving directory '/home/renan/Downloads/smstools3/src'
make: *** [Makefile:10: compile] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment