| Author |
Message |
Topic: pgc++ - relocation R_X86_64_PC32 against "..." can |
kzhu
Replies: 3
Views: 32
|
Forum: Programming and Compiling Posted: Thu Jun 06, 2013 4:40 pm Subject: pgc++ - relocation R_X86_64_PC32 against "..." can |
Hi Mat,
Thank you for the pointers.
For the record, the object files are less than 2~GB. I tried the -mcmodel flag anyway, but it was not compatible with -fPIC that I needed.
Surprisingly, I ... |
Topic: pgc++ - relocation R_X86_64_PC32 against "..." can |
kzhu
Replies: 3
Views: 32
|
Forum: Programming and Compiling Posted: Thu Jun 06, 2013 7:05 am Subject: pgc++ - relocation R_X86_64_PC32 against "..." can |
Hi all,
I used pgc++ to create the object files, (with -fPIC flag for all object files). At the linking stage, I received the following error message.
/home/kzhu/pgi/linux86-64/13.5/bin/pgc++ ... |
Topic: pgc++ compiling error: union_find_last_lp_per_handler |
kzhu
Replies: 2
Views: 60
|
Forum: Programming and Compiling Posted: Mon Jun 03, 2013 7:21 pm Subject: pgc++ compiling error: union_find_last_lp_per_handler |
Thank you. That fixes my problem.
kevin |
Topic: pgc++ compiling error: union_find_last_lp_per_handler |
kzhu
Replies: 2
Views: 60
|
Forum: Programming and Compiling Posted: Mon Jun 03, 2013 3:32 pm Subject: pgc++ compiling error: union_find_last_lp_per_handler |
Hi all,
I am using pgc++ to port some code previously compiled with g++. I received the following error:
$ pgc++ -fPIC -I../../lib -I../../../nextgen/lib -DMAX_PATH=4096 -O2 -m64 -pthread ... |
| |