Can't build cint5.16 under solaris 5.8

I used different platforms, for instance:

sh ./setup platform/solaris_gcc3
produces:

sh ./setup platform/solaris5.8_gcc3.x
produces:

and so on. different kind of errors.

Can somebody help?

Thank you.

Hi,

Are you sure you installed gcc 3 or higher (see g++ -v)?

Cheers,
Philippe.

OOps, no. it is 2.95.2 :smiley:
Whether it possible to get cint compiled under this version of gcc?

i tried to use sh ./setup platform/solaris_gcc2

but it doesn’t work either:

Hi,

In the file platform/solaris_gcc2 try to replace

KRCC        = cc

with

KRCC        = gcc

Cheers,
Philippe

it seems like no luck:

moreover, I deintely remember it was possible to build cint under solaris. I did that, for previous versions of cint, probably.

btw I got cint built under linux, but I can’t find libcint.a module in order to get my application linked. I do belive there should be libcint.a. right?

Hi,

I attach a new platform file, if you are successful with it, I will check it in CVS.

I do belive there should be libcint.a.

It is src/G__ci.a

Cheers,
Philippe.
solaris_gcc2.gz (611 Bytes)

I have found src/G__ci.a

thank you.

Still can’t build under solaris, yet I’m working on it. I’ll try to remove cint and rebuild it using configuration file you gave.

Thank you.