On Fri, May 12, 2006 at 08:11:51AM -0500, Bo Peng wrote:
> >Same result, both on cygwin:
> 
> So, solaris compile succeed this time right? I will ask for a better
> solution on scons-user.

I solved the problem passing CC=g++. Perhaps I should have used
LINK=g++ but I don't know scons. Would that work?

> >Using my previous patch I was able to install lyx. Everything went ok,
> >only the man pages were not installed.
> 
> I did not do it because lyx can run without them. It should be easily
> done if I only need to copy a directory 'man'. If there is a need for
> special treatment (generation of pdf etc), more work needs to be done.
> (There are .dvi, .pdf etc builders)

No please, nothing so fancy ;-)
Simply something along the lines of (posix systems):

$PREFIX/bin                  (lyx, lyxclient, tex2lyx)
$PREFIX/share/lyx            (the lyx sysdir)
$PREFIX/share/locale         (all the locale stuff goes here)
$PREFIX/man/man1             (lyx.1, lyxclient.1, tex2lyx.1)

or (Windows and Mac?):

$PREFIX/bin                  (lyx, lyxclient, tex2lyx)
$PREFIX/Resources            (the lyx sysdir)
$PREFIX/Resources/locale     (all the locale stuff goes here)
$PREFIX/Resources/man/man1   (lyx.1, lyxclient.1, tex2lyx.1)

-- 
Enrico

Reply via email to