- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi everyone,
i try to compile a program with ifc. but i got the following errors.
>> error start
/tmp/ifcNliKVA.o(.text+0x772): undefined reference to `abort_'
>> error end
in the program, i call abort to exit the program whenever necessary. does that mean "abort" is not a valid call any more for ifc?
anyone have ideas?
thanks in advance!
i try to compile a program with ifc. but i got the following errors.
>> error start
/tmp/ifcNliKVA.o(.text+0x772): undefined reference to `abort_'
>> error end
in the program, i call abort to exit the program whenever necessary. does that mean "abort" is not a valid call any more for ifc?
anyone have ideas?
thanks in advance!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
abort() is among the functions supported by the -Vaxlib link option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page