This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Shared lib on AIX is -b


           -b             Create a shared library rather than a normal
                          executable file.  Object files processed with this
                          option must contain position-independent code
                          (PIC).  See the discussion of PIC in cc(1), CC(1)
                          (part of the optional C++ compiler documentation),
                          f77(1), pc(1), as(1), and Linker and Libraries
                          Online User Guide.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]