Re: [Plib-users] Compiling issues on MacOS X 10.5
Brought to you by:
sjbaker
From: Fabio R. <fab...@gm...> - 2008-07-17 10:03:41
|
Great! :-) thank you very much for your help, John. Everything look right now. The libraries and the includes in fact have been copied by the make install on the right places (I was looking for them in /usr/local/lib and /usr/local/include, while they're instead in /usr/lib and /usr/include). I'm going to make some test. Cheers, Fabio On 16 Jul 2008, at 19:17, Fay John F Dr CTR USAF 46 SK wrote: > Fabio, > > I'm pretty sure the messages are harmless. The "js" and "pw" > libraries are designed to build and run on many different operating > systems, and the systems are so different that the code for each > operating system goes into its own ".cxx" file. So, for example, > "jsWindows.cxx" will have the "js" code to run on Windows and the > "jsLinux.cxx" file will have the "js" code to run the same things on > Linux. As long as one of your "js" files has built and has defined > symbols (and I see you didn't get a warning for "jsMacOSX.o") you > should > be in good shape. The same holds true for "pw". > > John F. Fay > Technical Fellow > Jacobs Technology TEAS Group > 850-883-1294 |