Making unix_modules in: /earthworm/trunk/src/data_sources/gcf2ew make[2]: Entering directory '/earthworm/trunk/src/data_sources/gcf2ew' /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o main.o main.c main.c: In function ‘main’: main.c:117:2: warning: implicit declaration of function ‘LogConfig’ [-Wimplicit-function-declaration] LogConfig(); /* log the config params */ ^~~~~~~~~ main.c:194:2: warning: implicit declaration of function ‘gcf_turn_off_ACK_flush’ [-Wimplicit-function-declaration] gcf_turn_off_ACK_flush(); ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o convert.o convert.c /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o die.o die.c /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o getconfig.o getconfig.c getconfig.c: In function ‘GetConfig’: getconfig.c:126:13: warning: implicit declaration of function ‘check_speed’; did you mean ‘cfsetspeed’? [-Wimplicit-function-declaration] check_speed (&BaudRate); ^~~~~~~~~~~ cfsetspeed /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o heart.o heart.c /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o logo.o logo.c /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o options.o options.c /usr/bin/gcc -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -c -o scn_map.o scn_map.c /usr/bin/gcc -o /earthworm/trunk/bin/gcf2ew -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/earthworm/trunk/include -DSTDC -Igcf/include main.o convert.o die.o getconfig.o heart.o logo.o options.o scn_map.o -Lgcf/liblinux32 -lgcf -L/earthworm/trunk/lib -lew_mt -lm -lpthread /usr/bin/ld: skipping incompatible gcf/liblinux32/libgcf.a when searching for -lgcf /usr/bin/ld: cannot find -lgcf collect2: error: ld returned 1 exit status make[2]: *** [makefile.unix:31: /earthworm/trunk/bin/gcf2ew] Error 1 make[2]: Leaving directory '/earthworm/trunk/src/data_sources/gcf2ew' make[1]: *** [Makefile:173: unix_modules] Error 2 make[1]: Leaving directory '/earthworm/trunk/src/data_sources' ----------