This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: iostreams won't work


>>>>> "Matthew" == Matthew Mueller <donut@azstarnet.com> writes:

    Matthew> I get this error:

    Matthew> f:\prog\c32>gcc test.cpp
    Matthew> C:\WIN95\TEMP/cc0010001.o(.text+0x1a):test.cc: undefined
    Matthew> reference to `cout'
    Matthew> C:\WIN95\TEMP/cc0010001.o(.text+0x1f):test.cc: undefined
    Matthew> reference to `ostream:: operator<<(char const *)'
    Matthew> C:\WIN95\TEMP/cc0010001.o(.text+0x60):test.cc: undefined
    Matthew> reference to `cout'
    Matthew> C:\WIN95\TEMP/cc0010001.o(.text+0x65):test.cc: undefined
    Matthew> reference to `ostream:: operator<<(char const *)'

gcc test.cpp -lstdc++
             
will link in the standard C++ library.

-- Kent

-- 
Kent E. Holsinger                Kent@Darwin.EEB.UConn.Edu
                                 http://darwin.eeb.uconn.edu
-- Department of Ecology & Evolutionary Biology          
-- University of Connecticut, U-43                                       
-- Storrs, CT   06269-3043                                               

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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