This is the mail archive of the cygwin-xfree@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XpmReadFileToPixmap moissing from Xaw library ?



If you post to mailing list, people responsible for search engine
might answer.  I cannot, sorry.

Suhaib

> -----Original Message-----
> From: Mike Davies [mailto:mike.davies@epid.eurotherm.co.uk]
> Sent: Tuesday, October 31, 2000 8:36 AM
> To: Suhaib Siddiqi
> Subject: Re: XpmReadFileToPixmap moissing from Xaw library ?
> 
> 
> Hi,
> 
> You are completely correct,  adding -lXpm to the library list 
> fixed that
> problem for me.
> 
> As an aside,  I think there is a small problem with the 
> search facilities on
> the mail archive :
> 
> I had searched on the mailing archives for 
> "XpmReadFileToPixmap" and got a
> result that said that " No matches were found for 
> 'xpmreadfiletopixmap' ".
> After your post I have just searched again,  with the same 
> result,  this
> time I also searched for "pixmap" and saw a reply from you to 
> a separate
> post dated 15 Jul 2000 "Re: libxaw" which gave me the same 
> answer you just
> have.  This post contains the word XpmReadFileToPixmap !   
> Does the search
> engine have some kind of character count limitation ?
> 
> 
> Thanks,
> 
> Mike
> 
> 
> >
> > NO, It is not missing at all.
> >
> > $ nm --print-file-name *.a | grep -i 'XpmReadFileToPixmap'
> > libXaw.a:Pixmap.o:         U _XpmReadFileToPixmap
> > libXpm.a:ds27.o:00000000 T _XpmReadFileToPixmap
> > libXpm.a:ds27.o:00000000 I ___imp_XpmReadFileToPixmap
> > libXpm.a:ds27.o:00000000 I __imp__XpmReadFileToPixmap
> >
> > It is an undefined reference in libXaw.a which needs to be 
> resolved by
> > adding -lXpm.
> >
> > Suhaib
> >
> >
> > > -----Original Message-----
> > > From: Mike Davies [mailto:mike.davies@epid.eurotherm.co.uk]
> > > Sent: Tuesday, October 31, 2000 7:04 AM
> > > To: cygwin-xfree@sourceware.cygnus.com
> > > Subject: XpmReadFileToPixmap moissing from Xaw library ?
> > >
> > >
> > > Hi,
> > >
> > > I am trying to compile a program uncer cygwin-xfree and I
> > > have run into a
> > > problem where it seems as if a function called 
> XpmReadFileToPixmap is
> > > missing from one of the libraries.  The error I get is as 
> follows :
> > >
> > >
> > > /usr/X11R6/lib/libXaw.a(Pixmap.o)(.text+0x1d2b):Pixmap.c: 
> undefined
> > > reference to
> > >  `XpmReadFileToPixmap'
> > >
> > > I just wondered if there is a known fix for this or 
> whether I should
> > > download the Xaw source and start in on debugging it.   Any
> > > pointers as to
> > > how to start adding this function would be most gratefully
> > > received :-)
> > >
> > >
> > > Thanks,
> > >
> > >
> > > Mike
> > >
> > >
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]