[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Dynamic libs on IRIX

From: Marc Poinot <Marc.Poinot_at_onera.fr>
Date: 2002-01-08 09:20:58 CET

Ok, the install is correct now.
As suggested by Joe Orton, I first check my build to make
sure all my libs were in ABI 64. This was not the case.
As a matter of fact, it seems db-3 and db-4 are compiled
with N32 mode by default, and subversion was mode 64.
I had a mess with my SGI_ABI definitions...

Now my production is OK, I just want to report two tiny problems:

1- The libdb-4.0.la target is not built, when I produce the db from
   subversion makefile (i.e. using symlink db within subversion dir).
   It quite easy to run it, using: (cd db/dist && make libdb-4.0.la)

2- The SGI compiler complains with subversion/tests/libsvn_fs/fs-test.c
   initializations:

cc-1028 cc: ERROR File = subversion/tests/libsvn_fs/fs-test.c, Line = 4153
  The expression used must have a constant value.

          { "iota", iota_contents_1 },
                           ^

   I changed it to have a macro instead of a variable.

Marcvs [alias Now I going to use it :]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.