Xaw3d rebuild

2003-09-23 Thread Harold L Hunt II
I am trying to rebuild Xaw3d and I keep getting stuck because something is wrong with LIBRARY_VERSION or something related to it. See log snippet below. Basically the lib keeps getting created as libXaw3d-.dll.a and the DLL as cygXaw3d-.dll because the version is blank. I have tried

Re: Xaw3d rebuild

2003-09-23 Thread Harold L Hunt II
At the risk of looking like a dork for replying to myself... the solution I found was to add the following to xc/config/cf/X11.tmpl. Harold #ifndef SharedLibXaw3d #define SharedLibXaw3d HasSharedLibraries #endif #ifndef NormalLibXaw3d #define NormalLibXaw3d (!SharedLibXaw3d | ForceNormalLib)