![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10 | Przemek | SUN Solaris | 4 | 05-25-2008 09:11 PM |
| pseudo: [ID 129642 kern.info] pseudo-device: vol0 | mndavies | SUN Solaris | 0 | 02-13-2008 07:21 PM |
| Unknown File Type error | rohitsz | SUN Solaris | 3 | 07-15-2007 02:57 PM |
| bothered by bsd-gw[ID] lpr.error unknown printer (laser1) | kicko | SUN Solaris | 2 | 02-06-2006 04:59 AM |
| unknown error message "sh: No: not found" | cindytucci | UNIX for Advanced & Expert Users | 2 | 07-26-2005 09:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Error: unknown pseudo-op: `.weakref'
It's really strange that I have these error messages as follows when I tried to compile the C++ program.
g++ -c -pipe -DOpenModeType=std::_Ios_Openmode -g -I. -o Obj/NP_genome_info.o NP_genome_info.cpp {standard input}: Assembler messages: {standard input}:10: Error: unknown pseudo-op: `.weakref' {standard input}:11: Error: unknown pseudo-op: `.weakref' {standard input}:12: Error: unknown pseudo-op: `.weakref' {standard input}:13: Error: unknown pseudo-op: `.weakref' {standard input}:14: Error: unknown pseudo-op: `.weakref' {standard input}:15: Error: unknown pseudo-op: `.weakref' {standard input}:16: Error: unknown pseudo-op: `.weakref' {standard input}:17: Error: unknown pseudo-op: `.weakref' {standard input}:18: Error: unknown pseudo-op: `.weakref' {standard input}:19: Error: unknown pseudo-op: `.weakref' {standard input}:20: Error: unknown pseudo-op: `.weakref' {standard input}:21: Error: unknown pseudo-op: `.weakref' {standard input}:22: Error: unknown pseudo-op: `.weakref' I have no idea what is wrong. Is it due to my program or something else. I hop it the latter. Thank you very much. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
i guess you are using the lastest gcc (please post gcc --version next time). but i thing your bug is know already. please check this:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26966 |
|
#3
|
|||
|
|||
|
Error: unknown pseudo-op: `.weakref'
I checked the version of gcc.
Thread model: posix gcc version 3.4.5 20051201 (Red Hat 3.4.5-2) The link you gave me is a little overwheming to me. Sorry, I'm a beginner. |
|
#5
|
|||
|
|||
|
Error: unknown pseudo-op: `.weakref'
Thank you very much.
One thing I don't understand is that why it just appears to have a problem of 'old version' now because it worked fine last week. Also, where can I find/download the newer 'binutils'? Can I just update the 'binutils' on top of the current version of 'Redhat'? Sorry for a little naive question. |
|
#6
|
|||
|
|||
|
Quote:
Quote:
|
|
#7
|
|||
|
|||
|
Thank you so much for your great help.
Quote:
|
|||
| Google The UNIX and Linux Forums |