Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2003-12-02 18:08:14


Support Requests item #852942, was opened at 2003-12-02 15:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=207586&aid=852942&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problems building & linking with vc7.1

Initial Comment:
First I had a problem where once I had things configured
to go to VC7.1 I got incompatible compiler switches -
 /Za and /Ze

And of course neither one of those are explicitly specified

It turned out that the only way to fix it was to remove
the following flags

flags vc7.1 CFLAGS : /Op ;
flags vc7.1 C++FLAGS : /Zc:wchar_t,forScope ;

This got things to allow the command line to run

However when I try to link in the filesystem library I get
a bunch of unresolved linker errors looking for std::string
stuff.

I am linking using multithreaded debug DLL - my guess is
that it is looking for a VC6 named DLL when boost is
built but then it doesn't link properly when used in a VC7
project.

Has anyone even tried this?????

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=207586&aid=852942&group_id=7586

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk