Angus Leeming <[EMAIL PROTECTED]> writes: > > Jean-Pierre Chretien wrote: > > Hello, > > Hi, Jean-Pierre. > > > I successfully compiled tex2lyx on a Sun Sparc and here is some > feedback: > > > > 1/ About the make_tex2lyx_dist.sh script, I had to make, sed and > > tar with the gnu versions of the utilities, > > Oh dear. I made a big effort some time ago to try and get LyX to > compile with a non-GNU make. I wonder what is going wrong. Could you > post some further information. > > Similarly, could you detail the problems that you have with Sun's sed > and tar?
I did not care about understanding what was going wrong. As implementing gnu sed, make and tar as standard commmands under Solaris is not recommended, the workaround I use is to create links towards gsed, gmake and gtar (local names of GNU versions) in /usr/local/gnu and to set this dir ahead in the path, in the shell where I compile. I guess this is quickly set up, so you may spare time to manage more important stuff than this. I also tried to redefine command name in the script, but this does not work in a shell script as in a makefile, so I preferred the other way, where I'm sure that forking exports the path. -- Jean-Pierre PS the reamining dynamic libraries are: /usr/local/LyX/bin/tex2lyx: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libstdc++.so.5 [2] NEEDED libgcc_s.so.1 [3] NEEDED libz.so [4] NEEDED libm.so.1 [5] NEEDED libc.so.1 I thought the build was completely static. Would this impair execution on any SolarisSparc ?
