Re: Compiling



Well, if you typed in your email what you typed when you were compiling,
then you have extra spaces in there and your quotes are facing the wrong
direction. It should look like:

gcc -Wall -g helloworld.c -o helloworld `gtk-config --cflags --libs`

-Steve

On Mon, 29 Mar 1999, Jarrod McReynolds wrote:

> Allright I got GNOME installed and I have all of the Devl Libaries installed
> I think I copied the Helloworld Code and went ot compile it with these
> resaults
> 
> gcc -Wall -g helloworld.c -o helloworld 'gtk-config - -cflags - -libs'
> 
> gtk -config - -cflags - -libs : No such file or directory
> 
> I'm not sure if what I'm doing I don't know if I'm missing something or if
> I'm in the wrong Directory or what it is this is the first time that I have
> ever compiled anything.,
> 
> 



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