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

missing symbols on redhat linux


I am running a stock Redhat 5.2 with gcc-2.95

Linux adsl-216-101-22-186.dsl.snfc21.pacbell.net 2.0.36 #1 Tue Oct 13
22:17:11 EDT 1998 i686 unknown

All of my source compiles just fine but I get the following at link-time:
opt/lyris/systems/ospace/socket/src/socket.cpp:408: undefined reference to 
`__eh_rtime_match'
/opt/lyris/systems/ospace/socket/src/socket.cpp:408: undefined reference
to `__start_cp_handler'
/opt/lyris/systems/lib/libospace.a(file.o): In function
`os_toolkit_error::~os_toolkit_error(void)':
/opt/lyris/systems/ospace/except/toolkit.ipp(.text+0x53): undefined
reference to `__start_cp_handler'
/opt/lyris/systems/lib/libospace.a(filedev.o): In function
`os_file_device::close(void)':
/opt/lyris/systems/ospace/file/src/filedev.cpp:98: undefined reference to
`__eh_rtime_match'
/opt/lyris/systems/ospace/file/src/filedev.cpp:98: undefined reference to
`__start_cp_handler'
/opt/lyris/systems/lib/libospace.a(filedev.o): In function
`os_file_device::seek(long, int)':
/opt/lyris/systems/ospace/file/src/filedev.cpp:122: undefined reference to
`__eh_rtime_match'

I am passing the following options:
  -g -pipe -fno-inline -pthread -static -Wno-non-template-friend  

Any idea what I am doing wrong?

Thanks.
				-Kip



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