![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cygwin installation problem | Suraine | UNIX for Dummies Questions & Answers | 3 | 12-12-2007 06:49 AM |
| problem with cygwin | raya_g | UNIX for Dummies Questions & Answers | 0 | 08-16-2007 10:46 AM |
| Problem with scheduling a shell script on cygwin using cron | shash | UNIX for Dummies Questions & Answers | 4 | 08-09-2007 07:08 PM |
| terminal type problem with cygwin on aix | rein | UNIX for Advanced & Expert Users | 1 | 05-12-2005 05:35 PM |
| about cygwin | wins1982 | UNIX for Dummies Questions & Answers | 4 | 04-29-2004 01:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
cygwin problem
Hi,
I have install cygwin in my PC which is having Windows-XP. I am able to run c programm successfully using gcc compiler but when i am running c++ program it is giving the following error: $ gcc abc.cpp /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cclwkyqD.o:abc.cpp .text+0xd): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocat or<char> >::size() const' /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cclwkyqD.o:abc.cpp .text+0x60): undefined reference to `std::basic_string<char, std::char_traits<char>, std::alloca tor<char> >: perator[](unsigned int) const'/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cclwkyqD.o:abc.cpp .text+0x9f): undefined reference to `std::basic_string<char, std::char_traits<char>, std::alloca tor<char> >: perator[](unsigned int) const'/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cclwkyqD.o:abc.cpp .text+0xce): undefined reference to `std::basic_string<char, std::char_traits<char>, std::alloca tor<char> >: perator[](unsigned int) const'/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cclwkyqD.o:abc.cpp .text+0x14f): undefined reference to `std::ios_base::Init::Init()' /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cclwkyqD.o:abc.cpp .text+0x16a): undefined reference to `std::ios_base::Init::~Init()' collect2: ld returned 1 exit status can any one help me what mistake i have done in installing gcc complier..Do i have missed some imp file or something.. Thanks in advance. Regards Gauri |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|