Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: gcc use
- To: tlug@example.com
- Subject: Re: tlug: gcc use
- From: "J. David Beutel" <jdb@example.com>
- Date: Sun, 10 Oct 1999 12:45:59 +0900 (JST)
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- In-Reply-To: <3800064C.A3BA2CBF@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
On Sat, 9 Oct 1999, Muni wrote: > Hmm, I don't know why... The demos only run when I put all the lib > and includes in /usr/lib, but not /usr/local/lib. Is there anything > else > I'm supposed to do after editing /etc/ld.so.conf??? (Well, I guess it's > ok > since it runs using /usr/lib) I think you may need to run ldconfig after editing /etc/ld.so.conf. > And compiling doesn't work either. Here's the result: > $ gcc -o hello hello.c -lMesaGLU -lMesaGL -lXext -lXmu -lX11 -lm > -L/usr/lib > ld: cannot open -lXext: No such file or directory Find the libXext.a file on your system, e.g., $ find / -name libXext.a If you don't have it, do you need it? Try compiling without -lXext. If you do have it, try specifying its directory with -L before the -lXext. If that doesn't work, try specifying the full path name, e.g., $ gcc -o hello hello.c -lMesaGLU -lMesaGL /where/ever/it/is/libXext.a -lXmu -lX11 -lm -L/usr/lib -- David Beutel "The chief cause of problems is solutions." jdb@example.com 11011011 ------------------------------------------------------------------- Next Technical Meeting: October 9 (Sat), 13:30 place: Temple Univ. * Linux Internationalisation Initiative (Li18nux) speaker: Akio Kido * Japanese TrueType Fonts speaker: Adrian Havill Next Technical Meeting: November 13 (Sat), 13:30 place: Temple Univ. * Network Security speaker: Steve Baur Next Nomikai: December 17 (Fri), 19:00 Tengu TokyoEkiMae 03-3275-3691 ------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- Follow-Ups:
- Re: tlug: gcc use
- From: Takeshi Hakamada <hakamada@example.com>
- References:
- Re: tlug: gcc use
- From: Muni <fukudam@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: gcc use
- Next by Date: Re: tlug: gcc use
- Prev by thread: Re: tlug: gcc use
- Next by thread: Re: tlug: gcc use
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links