This is the mail archive of the gcc@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]

Re: Help me


	These look like AIX linker errors.  The pthread ones presumably
are because the program makes pthread calls but was not linked with GCC
using the gcc-2.95 -mthreads option.  You should compile the application
with that option as well.

	I do not know where the __page_size symbols come from.

David


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