I tried the order you suggested:

$ g++ main.cpp helloworld.cpp `pkg-config gtkmm-2.4 --cflags --libs` -o main
: No such file or directory

and even 
$ g++ helloworld.cpp main.cpp `pkg-config gtkmm-2.4 --cflags --libs` -o main
: No such file or directory

without a changed result.

I don't think a typo on the filenames is the issue either.  the files in
this directory:
$ ls
Makefile  helloworld.cpp  helloworld.h  main.cpp  simple.cc

Thanks for the advice.  Anything else I could try?

Tricia
-- 
View this message in context: 
http://www.nabble.com/Compiling-first-GTKMM-program-tf3268732.html#a9093058
Sent from the Gtkmm mailing list archive at Nabble.com.

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to