Marcus Lindblom wrote: > Patrick Hartling wrote: >> Marcus Lindblom wrote: >>> Marcus Lindblom wrote: >>>> Hi, >>>> >>>> I just built boost 1.36 and all libs got a gcc34 tag (instead of just >>>> gcc). Scons fails to find these libs. Can this be fixed on the >>>> command-line or do I need to patch Scons-addons? >>> Or, how do I compile boost to not get the gcc-tag. (But that took an >>> hour or so.. so I'd rather not. :) >>> >>> Or, I could rename them, but I'm not sure if that works well with >>> dependencies, so then I'll have to copy them, which seems a bit stupid. >>> >>> Anyway, I'm sure others (and myself) will run in to this again, so I'd >>> like to solve it properly. >> You'll have to extend SConsAddons and its Boost handling to know not to >> put the GCC version in the toolset name when using Cygwin. > > You mean that SConsAddons _should know_ about the gcc-version in the > toolset name of boost libs? > > I can patch that, I think.
The Boost detection code in SConsAddons knows when to include the GCC version number in the toolset name, but it hasn't been tested on Cygwin to my knowledge. I expect that the part where it adds the compiler version to the toolset name just needs to be modified to not do that in the Cygwin case. -Patrick -- Patrick L. Hartling Senior Software Engineer, Priority 5 http://www.priority5.com/ The information transmitted in this communication is intended only for the person or entity to which it is addressed and contains proprietary material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please destroy any copies, contact the sender and delete the material from any computer. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
