gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xgnokii compilation error


From: Manoj Patil
Subject: Re: xgnokii compilation error
Date: Thu, 11 Apr 2002 12:52:47 +0530

gnokii and gnokiid compiled without any problem. I did following changes
in the Makefile of xgnokii to make it compile succesfully.
Changed
    LDLIBS += -L$(TOPDIR)/common -lgnokii
to
    GLDLIBS += -L$(TOPDIR)/common -lgnokii

Changed
    xgnokii: $(OBJS) $(TOPDIR)/common/data/DATA.o
$(TOPDIR)/common/gsm-filetypes.o $(TOPDIR)/common/$(GNOKII_LIB)
    $(CC) $(LDFLAGS) $(OBJS) $(TOPDIR)/common/data/DATA.o
$(TOPDIR)/common/gsm-filetypes.o $(LDLIBS) -o $@

to
    xgnokii: $(OBJS) $(TOPDIR)/common/data/DATA.o
$(TOPDIR)/common/gsm-filetypes.o $(TOPDIR)/common/$(GNOKII_LIB)
    $(CC) $(LDFLAGS) $(GLDLIBS) $(OBJS) $(TOPDIR)/common/data/DATA.o
$(TOPDIR)/common/gsm-filetypes.o $(LDLIBS) -o $@

thanks,
Manoj

Pawel Kot wrote:

> Hi,
>
> BTW. Did gnokii and gnokiid compile without problems? If so, anyone to
> explain this?
>
> pkot
>
> _______________________________________________
> gnokii-users mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/gnokii-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]