Search found 6 matches

by shengb
11 Feb 2009, 15:48
Forum: Installation
Topic: compile SDDS as SHARED_LIBRARIES on Debian X64
Replies: 6
Views: 6052

Re: compile SDDS as SHARED_LIBRARIES on Debian X64

After I add the CONFIG_SITE.linux-x86_64.linux-x86_64 file, the whole compiling works smoothly. Thanks for your explanation. Now the thing is clear to me why building with STATIC_BUILD=NO can work without that file. Thanks again. Guobao It looks like our epics.extensions.configure.tar.gz is pretty o...
by shengb
11 Feb 2009, 15:15
Forum: Installation
Topic: compile SDDS as SHARED_LIBRARIES on Debian X64
Replies: 6
Views: 6052

Re: compile SDDS as SHARED_LIBRARIES on Debian X64

I found what is the problem now. The CONFIG_SITE.linux-x86_64.linux-x86_64 is missed under configure/os/. But I still wonder why the static compile passed without it for a x64 machine. Guobao Well the first question is do you have /usr/lib64/libXaw.so or /usr/lib64/libXaw.a installed? Usually if it ...
by shengb
11 Feb 2009, 14:58
Forum: Installation
Topic: compile SDDS as SHARED_LIBRARIES on Debian X64
Replies: 6
Views: 6052

Re: compile SDDS as SHARED_LIBRARIES on Debian X64

Yes, I installed the all those libraries in the stand directory, and I can list them as below: $ls /usr/lib/libXaw.* /usr/lib64/libXaw.* /usr/lib64/libXaw.a /usr/lib64/libXaw.so /usr/lib64/libXaw.so.7 /usr/lib/libXaw.a /usr/lib/libXaw.so /usr/lib/libXaw.so.7 I also think it should not go looking int...
by shengb
11 Feb 2009, 14:44
Forum: Installation
Topic: how to limit the output to screen?
Replies: 8
Views: 6576

Re: how to limit the output to screen?

Hi Michael, The output to stdout and stderr provides many useful information and very helpful when using the elegant as a standalone executable application. It will cause some trouble if we make the elegant as a simulation server and run 24/7, or even crash the server. I do have some experience on t...
by shengb
11 Feb 2009, 11:19
Forum: Installation
Topic: how to limit the output to screen?
Replies: 8
Views: 6576

Re: how to limit the output to screen?

It just redirects the output to a file or /dev/null.

Is there any plan to support user to disable the output message using a flag?

Guobao
by shengb
11 Feb 2009, 11:14
Forum: Installation
Topic: compile SDDS as SHARED_LIBRARIES on Debian X64
Replies: 6
Views: 6052

compile SDDS as SHARED_LIBRARIES on Debian X64

I am going to compile the SDDS source on my Debian lenny/sid x64. If I compile it as STATIC library, it goes well. But there are some problem if I build it as a shared library. It complains that: $ make make -C O.linux-x86_64 -f ../Makefile TOP=../../../../.. T_A=linux-x86_64 install make[1]: Enteri...