7 Jul 2002 Pseudonym   » (Journeyer)

Does anyone have an autoconf recipe for detecting whether or not the export keyword works in your C++ compiler?

The autoconf archive has nothing (probably because gcc pre-3.x doesn't support export so it's hard to test), unfortunately. It's difficult because to test it properly, you need to compile two separate files (one with, say, exported template body, and another which instantiates the template) and see if linking correctly works.

I realise, of course, that there are varying degrees of "works" when it comes to export. :-)

Any suggestions would be gratefully received. I'll post a summary.

Latest blog entries     Older blog entries

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!