[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ISDN4LINUX
On Mon, 16 Mar 1998, Miki Shapiro wrote:
> great, changing ldbm to lgdbm in the makefile solved the problem.
> now there is yet another similar problem:
>
>
> gcc -pipe -m486 -malign-functions=2 -malign-jumps=2
> -malign-loops=2-fno-strength-reduce isdnbutton.o -lXmu -lSM -lICE
> -lXext -lXaw -lXt -lXpm -lX11 -o isdnbutton
>
> ld: cannot open -lXmu: No such file or directory
>
> make[2]: *** [isdnbutton] Error 1
> make[1]: *** [subdirs] Error 2
> make: *** [subdirs] Error 2
>
> I tries removing the Xmu lib to see if it gets stuck on any of the
> other
> libs mentioned in the compilation line --> it does. its missing ALL
> of the libs mentioned. this is basically a small X app that i dont
> very much need since there is no X on this computer.
>
> how do i either make it work or skip this specific proggie in the
> general make script?
It is not a bad idea to have some of the shared X libraries and includes
on any machine, IMHO, it is hardly taking up space.
You might check which part of the Makefile needs isdnbutton.o, I would
guess it is compiling a X based graphical interface for the application,
so you'd need to tell it not to do it.
Much simpler, just install the shared libraries and includes.
--Ariel
> --
>
> Regards
> Miki Shapiro <Aris>
> Dial Up Customers Support
>
> "I dont suffer from insanity... I enjoy every bloody moment."
>
> - Unknown source
>
> ------------------------------------------------------
> E-Mail aris@netvision.net.il Tel: 04-8560600
> Home Page: www.netvision.net.il Fax: 04-8560572
> ICQ: 4122707 04-8550345
> Cell: 051-500983
>
> TeleSales: 04-8560560 sales@netvision.net.il
> WAN Support: 04-8560550 wan@netvision.net.il
> Dial-up Support: 04-8560570 support@netvision.net.il
> Administration: 04-8560660 admin@netvision.net.il
>
> NETVISION LTD.
> THE NO.1 ISRAELI INTERNET & SERVICES PROVIDER.
> * ----------- HAIFA - ISRAEL -------- *
>
>
>
+---------------------------------------------------------------+
| Ariel Biener |
| e-mail: ariel@post.tau.ac.il Work ph: 03-6406086 |
| fingerprint = 07 D1 E5 3E EF 6D E5 82 0B E9 21 D4 3C 7D 8B BC |
+---------------------------------------------------------------+
- References:
- ISDN4LINUX
- From: Miki Shapiro <aris@netvision.net.il>