From: Scott L. <sl...@gs...> - 2002-02-25 23:37:20
|
> Scott Lenser wrote: > > >These symbols should be defined by session-manager.o. > > > >Run 'nm scwm/src/session-manager.o'. You should get something like the > >following: > > > Hmmm. Interesting. When I do a normal build (configure, make clean, > make.) session-manager.o > comes up "not there" i.e. it is not built. Then I go into the src > directory and do > gcc -c session-manager.c and do make again. That's when I get the > undefined symbols. > It seems session-manager.o is not getting built properly on my system. > I will investigate. > Strange. Thanks for investigating, let me know what you figure out. You need to pass the flag '-DHAVE_CONFIG_H' to the build of session-manager.c for it to have a chance of linking properly. The Makefile should take care of this though, not sure why it is not building on your system. - Scott |