Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!ANDREW.CMU.EDU!bk19+ From: bk19+@ANDREW.CMU.EDU ("Bradley D. Keister") Newsgroups: gnu.g++.bug Subject: VMS g++ libraries Message-ID: Date: 5 Jan 90 17:02:50 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Lines: 21 I tried sending this directly to Angel Li@flipper.miami.edu, but the network was down. The following program: #include #include main() { printf("sqrt(2): %g\n", sqrt(2)); } dies at the link stage because the linker needs SQRT__FD and can't find it. This program runs fine under VMS/GCC. Were we supposed to get the full Unix g++ distribution and recompile the source, say, using the VMS/g++ executable? Also, we stole math.h from the VAX C header directory. Brad Keister Physics Department Carnegie Mellon U