1)
g++ -Wall -fPIC `pkg-config gtkmm-2.0 --cflags` -g -c simple.cpp
2)
g++ -shared -Wl,-soname,libsimple.so.1 `pkg-config gtkmm-2.0 --libs` -o libsimple.so.1.0.1 simple.o -lc
| |||
|
|
|
|
|
|
|
|
|
|
|
Comments to the webmaster are welcome. Copyright 2006 Sourcefiles.org All rights reserved. |