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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing libs when compiling GTK+ code


On Sat, 26 Mar 2005, Radek Vokal wrote:

> On Sat, 26 Mar 2005 20:26:36 +0100, Gerrit P. Haase <gp@XXXXXXXXXXXX.XX> wrote:

<http://cygwin.com/acronyms/#PCYMTNQREAIYR>.  Thanks.

> > Radek Vokal wrote:
> >
> > > I'm trying to compile my project under Cygwin/X and faced several
> > > problems. The first one was missing libXrender.la file. Thanx to this
> > > mailing list I've solved this issue but right after fixing this the
> > > makefile reports:
> > >
> > > gcc.exe: /usr/lib/libgpg-error.dll.a: No such file or directory
> > > [snip]
> > > gcc.exe: /usr/lib/libiconv.dll.a: No such file or directory
> > > make[2]: *** [myproject.exe] Error 1
> > > etc.
> > >
> > > Strange that all these files are present in these directories. Am I
> > > missing some PATH configuration or ldconfig stuff?
> >
> > Just a guess: what about the permissions on these files?
> > Can you do `ls /usr/lib/libiconv.dll.a` as the same user who issues
> > the make command?  How looks the link command used?
>
> This looks fine. Does permission really mather in Cygwin anyway? I see
> all these listed files, ls -l /usr/lib/libiconv.dll.a says
>
> -rwxr-x---+ 1 rat Users 7630 Jul  6  2004 /usr/lib/libiconv.dll.a*
>
> which seems to be ok.

Does it help if you run gcc with CYGWIN="notraverse"?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT


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