473,386 Members | 1,698 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

STLport warning on vc8


hi all,

i have compiled STLport 5.0.1 on vc8 like this:
nmake -fnmake-vc8.mak all

and i saw a warnings:

lib /nologo /OUTbj\vc8\static\stlport_static.5.0.lib
obj\vc8\static\dll_main.o obj\vc8\static\fstream.o
obj\vc8\static\strstream.o obj\vc8\static\sstream.o
obj\vc8\static\ios.o obj\vc8\static\stdio_streambuf.o
obj\vc8\static\istream.o obj\vc8\static\ostream.o
obj\vc8\static\iostream.o obj\vc8\static\codecvt.o
obj\vc8\static\collate.o obj\vc8\static\ctype.o
obj\vc8\static\monetary.o obj\vc8\static\num_get.o
obj\vc8\static\num_put.o obj\vc8\static\num_get_float.o
obj\vc8\static\num_put_float.o obj\vc8\static\numpunct.o
obj\vc8\static\time_facets.o obj\vc8\static\messages.o
obj\vc8\static\locale_impl.o obj\vc8\static\locale_catalog.o
obj\vc8\static\facets_byname.o obj\vc8\static\complex.o
obj\vc8\static\complex_exp.o obj\vc8\static\complex_io.o
obj\vc8\static\complex_trig.o obj\vc8\static\complex_io_w.o
obj\vc8\static\string_w.o obj\vc8\static\c_locale.o
obj\vc8\static\cxa.o
complex_io_w.o : warning LNK4221: no public symbols found; archive
member will be inaccessible

what the warning mean ?
how do i clear this warning ?
thanks.

--
Aman_JIANG
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Jan 25 '06 #1
1 1327
Aman_JIANG wrote:
hi all,

i have compiled STLport 5.0.1 on vc8 like this:
nmake -fnmake-vc8.mak all

and i saw a warnings:

lib /nologo /OUTbj\vc8\static\stlport_static.5.0.lib
obj\vc8\static\dll_main.o obj\vc8\static\fstream.o
obj\vc8\static\strstream.o obj\vc8\static\sstream.o
obj\vc8\static\ios.o obj\vc8\static\stdio_streambuf.o
obj\vc8\static\istream.o obj\vc8\static\ostream.o
obj\vc8\static\iostream.o obj\vc8\static\codecvt.o
obj\vc8\static\collate.o obj\vc8\static\ctype.o
obj\vc8\static\monetary.o obj\vc8\static\num_get.o
obj\vc8\static\num_put.o obj\vc8\static\num_get_float.o
obj\vc8\static\num_put_float.o obj\vc8\static\numpunct.o
obj\vc8\static\time_facets.o obj\vc8\static\messages.o
obj\vc8\static\locale_impl.o obj\vc8\static\locale_catalog.o
obj\vc8\static\facets_byname.o obj\vc8\static\complex.o
obj\vc8\static\complex_exp.o obj\vc8\static\complex_io.o
obj\vc8\static\complex_trig.o obj\vc8\static\complex_io_w.o
obj\vc8\static\string_w.o obj\vc8\static\c_locale.o
obj\vc8\static\cxa.o
complex_io_w.o : warning LNK4221: no public symbols found; archive
member will be inaccessible

what the warning mean ?
how do i clear this warning ?


You should ask this of the STLport folks. Overtly, the warning means that
complex_io doesn't have any public symbols so it will never be loaded from
the library by the linker.

-cd
Jan 25 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Gary | last post by:
I am trying to compile the STLPORT 4.5.3 using g++ 3.3 compiler on sun. I have modified the stl_gcc.h file to point to the correct include path for the compiler. I am getting the following errors:...
4
by: Icosahedron | last post by:
I'm sure it's been done. I'm sure that I'm an idiot for even asking the question, but has anyone been successful in getting Comeau 4.3.0.1 to compile STLPort, or even use STLPort in a program...
0
by: John Graat | last post by:
Hi all, I've built the STLport-462 library on AIX-4.3.3 using gcc-3.3.2. No errors during compilation. However, during linking the following error occurs: ld: 0711-317 ERROR: Undefined symbol:...
2
by: programmer_pete | last post by:
I am trying to switch to STLPort 4.6.2 from the MSVC STL. My project uses Spirit 1.6.0 and MSVC++ 6. I have configured STLPort as follows: #define _STLP_NO_OWN_IOSTREAMS 1 #define...
1
by: Boris | last post by:
Hi, I'm using STLport-4.5.3 with Visual C++ 6.0 on Windows XP. It seems, the module built requires MSVCP60.DLL - which (mostly) contains Streams implementation by Microsoft. So, STLport falls...
7
by: Gernot Frisch | last post by:
Hi, we have to use stlport here, but With a code like this: void DoSomething(int english_version) { // make no use of english_version }
1
by: PangFromChina | last post by:
Platform:window 2000 professional, VC++6.0 +SP5 STLport: STLport 5.0.2 While test STLport following "STLport README for Microsoft Visual C++ compilers." of README.msvc(readme.txt), there is a...
2
by: Artur Bac | last post by:
I got a problem with eVc4 i STLPort and i dont known why c:\stlport-5.0.2\stlport\stl\_construct.h(115) : error C2665: 'new' : none of the 2 overloads can convert parameter 2 from type 'struct...
0
by: francois.cppdevs | last post by:
Hi C++ supporters I just wanted to let you know that STLport 5.1.0 has been released, it is available here: https://sourceforge.net/projects/stlport/ Since 5.0 this library implements some...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.