I downloaded the linux source for the drivers for my Alcatel Speed Touch USB modem. I'm following the instructions on installation on linux and I'm getting this error:
make
strings: can't open file: /lib/libc.so.* (No such file or directory)
strings: can't open file: /lib/libc.so.* (No such file or directory)
Warning: Object was compiled with egcs-2.91.66, not 2.95.2.
Warning: Object was compiled with libc-2.1.92, you APPEAR to be using libc-
gcc mgmt.o -o speedmgmt
/usr/bin/ld: mgmt.o bad magic number (not a Mach-O file)
make: *** [speedmgmt] Error 1
anyone have any ideas on this? I'm attaching the make file.
Thanks in advance for any help. And I hope others can learn from this too!
make
strings: can't open file: /lib/libc.so.* (No such file or directory)
strings: can't open file: /lib/libc.so.* (No such file or directory)
Warning: Object was compiled with egcs-2.91.66, not 2.95.2.
Warning: Object was compiled with libc-2.1.92, you APPEAR to be using libc-
gcc mgmt.o -o speedmgmt
/usr/bin/ld: mgmt.o bad magic number (not a Mach-O file)
make: *** [speedmgmt] Error 1
anyone have any ideas on this? I'm attaching the make file.
Thanks in advance for any help. And I hope others can learn from this too!