RE: GTK/Makefile newbie question...

2000-09-22 Thread Freivald, Joseph A, GOVMK
> To: [EMAIL PROTECTED] > Subject: Re: GTK/Makefile newbie question... > > "Freivald, Joseph A, GOVMK" wrote: > > > > and the program now fails to compile, complaining that it can't find the > gtk > > libraries. Also, I have tried running the gtk-con

Re: GTK/Makefile newbie question...

2000-09-22 Thread Thomas Dodd
"Freivald, Joseph A, GOVMK" wrote: > > Yes. Sorry I left that part out. If I put in each module as a -c, just to > compile them with the LIBS, then it works, but it won't work re-entrantly. Sounds like one for the gtk/GNOME lists. Are the gtk libs reentrant? gcc -g -O2 -D_REENTRANT -Wall `gtk-

Re: GTK/Makefile newbie question...

2000-09-22 Thread Alexandru Sofronie
Hi all! It's hardly a devel question, but PLEASE HELP!!! I upgraded my mb and hdd to a ultra ATA 66 capable mb and HDD. The hdd it's a Maxtor 15Gb. Lilo program is failing to init!!! It's displays Li and it hooks up. I have to boot from another device and do fdisk /mbr (i have ms windows 2

Re: GTK/Makefile newbie question...

2000-09-22 Thread Thomas Dodd
"Freivald, Joseph A, GOVMK" wrote: > > and the program now fails to compile, complaining that it can't find the gtk > libraries. Also, I have tried running the gtk-config file manually and > copying the output to FLAGS and LIBS. > > When gcc attempts to compile the individual modules, there is n

GTK/Makefile newbie question...

2000-09-22 Thread Freivald, Joseph A, GOVMK
This might not be the right list, but it is a question about development on RedHat, so I'll give it a go... I'm writing a program, and have been using the Makefile command CC = gcc FLAGS = -g -O2 -D_REENTRANT -Wall LIBS = ../mylib.a program: ${CC} ${FLAGS} -o program program.o module1.