Oracle Solaris System Administration (MOSC)

MOSC Banner

Perl configuration on solaris 10

edited Dec 20, 2017 4:01AM in Oracle Solaris System Administration (MOSC) 3 commentsAnswered

I believed the line ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 is an argument for file compilation environment, which explain that the perl installed on our system support larger files. 

  By any change would you know -xarch=v8 ? 

  Compiler: 

  cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -DPERL_USE_SAFE_PUTENV',  

And also, I found an article that natively 64 bit systems need neither use64bitint and use64bitall.

root@crsdev1 # perl -V |grep use64bitall

     use64bitint=define use64bitall=undef uselongdouble=undef

Would there be any issue if one of the flags was defined and the other is not?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center