[Pdns-dev] compiling pdns by icc

Norbert Sendetzky norbert at linuxnetworks.de
Mon Oct 27 15:45:42 CET 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 27 October 2003 15:16, bert hubert wrote:
> > I finally changed it to
> > typedef map<string,vector<BBResourceRecord> > cmap_t;
>
> Which is not good for the gcc users. A better way is to hook into
> the logic for Visual C++ which also has no hash_map. Or figure out
> what the hash_map of icc is called.

icc knows hash_map. The problem is that __stl_hash_string isn't known, 
because it's an internal thing of gcc. Does hash_map without 
hash_string and compare_string work correctly?

=> typedef hash_map<string,vector<BBResourceRecord> > cmap_t;


Norbert

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj+dL5cACgkQxMLs5v5/7eBj4ACgqhE2/fGGvqmECrgyCIfLibV5
aNEAniXZpkEJXQxUCEuTnRv1o+tbtTff
=eM0y
-----END PGP SIGNATURE-----



More information about the Pdns-dev mailing list