Re: [Arsperl-users] ARSPerl-1.74 for Remedy 6.3 on Solaris 10
Brought to you by:
jeffmurphy
|
From: Axton <axt...@gm...> - 2008-09-03 13:38:46
|
Why are you linking to the 64-bit perl libs? "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" Try compiling and linking using a 32-bit perl interpreter. If you look in /usr/perl5/, chances are there are 32-bit and 64-bit perl interpreters available. You can check the flavor by passing the -v option to perl and looking at the first few lines of output, e.g.: This is perl, v5.6.1 built for sun4-solaris-64int This is perl, v5.8.8 built for sun4-solaris This is perl, v5.6.0 built for sun4-solaris-thread-multi Axton Grams On Tue, Sep 2, 2008 at 1:27 PM, Pastori, Chuck <chu...@gw...>wrote: > Hello All, > > I'm trying to compile ARSPerl 1.74 on a Solaris 10 box, but get the > following error when I enter the "make" command: > > cc -c -I/usr/local/apps/csdev/ar/api/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff > -DVERSION=\"1.74\" -DXS_VERSION=\"1.74\" -KPIC > "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -DPROFILE -g -DARS32 > -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 -DPERL_BASEREV_IS=50 > ARS.c > /usr/ucb/cc: language optional software package not installed > *** Error code 1 > make: Fatal error: Command failed for target `ARS.o' > > Any help would be greatly appreciated. Thanks > > > > *Chuck Pastori | **Software Systems Engineer** > Great-West Life | **Information Systems* > 8525 East Orchard Road, 5T3 > Greenwood Village, CO 80111 > direct: (303) 737-3756 > mobile: (303) 507-1915 > e-mail: chu...@gw... > > > ------------------------------ > The information contained in this message and any accompanying attachments > may contain privileged, private and/or confidential information protected by > state and federal law. Penalties may be assessed for unauthorized use and/or > disclosure. This message and any attachments are intended for the designated > recipient only. If you have received this information in error, please > notify the sender immediately and return or destroy the information. > > This e-mail transmission and any attachments are believed to have been sent > free of any virus or other defect that might affect any computer system into > which it is received and opened. It is, however, the recipient's > responsibility to ensure that the e-mail transmission and any attachments > are virus free, and the sender accepts no responsibility for any damage that > may in any way arise from their use. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |