From: Sichun Yang (syang_at_physics.ucsd.edu)
Date: Fri Apr 23 2004 - 19:06:04 CDT

sorry. I solved it by removing -c.

have a nice weekend.

On Fri, 23 Apr 2004, Sichun Yang wrote:

>
> Dear all,
>
> I am trying to compile it under AIX 5.2
> using ARCH = AIX4 from the plugin
> and CFLAGS = -qtune=pwr4 -qarch=pwr4 -O3
> CC = xlC_r
>
> It seems fine after "make":
> % make
> xlC_r -qtune=pwr4 -qarch=pwr4 -O3
> -I/users00/ucsd/ux453965/soft/catdcd/catdcd-3.0/plugins/include
> -I/users00/ucsd/ux453965/soft/catdcd/catdcd-3.0/plugins/AIX4/molfile -c
> catdcd.c
> -L/users00/ucsd/ux453965/soft/catdcd/catdcd-3.0/plugins/AIX4/molfile
> -lmolfile_plugin -o cattrr
>
>
> however, when I try to run it, the error message as follows:
> % ./cattrr
> exec(): 0509-036 Cannot load program ./cattrr because of the following
> errors:
> 0509-108 The .loader section does not exist.
>
> Any suggestion is welcome.
>
> Thanks,
> Sichun
>
>