Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-23 02:41:00


janssoaf wrote:

> it doesn't seem so:
>
> D:\TBLib\Source\UnitServer>windres_mingw --define=_DEBUG
> --include-dir=../../Include --include-dir "..\..\Source\UnitServer"
> -o "..\..\Library\Unit
> Server\gcc\debug\UnitServer.res" -i
> "..\..\Source\UnitServer\UnitServer.rc"
>
> D:\TBLib\Source\UnitServer>g++ -g -o
> "..\..\Library\UnitServer\gcc\debug\UnitServ.dll" -Wl,-h
> -Wl,UnitServ.dll -shared "..\..\Library\UnitServer
> \gcc\debug\UnitServer.o"
> "..\..\Library\UnitServer\gcc\debug\UnitServer.res" -Wl,-Bdynamic
> -Wl,-Bstatic -Wl,-Bdynamic -Wl,-Bstatic -Wl,-Bdynam
> ic
>
> ..\..\Library\UnitServer\gcc\debug\UnitServer.res: file not
> recognized: File format not recognized

:-(

And does it work if, between the first and the second command *.res is renamed
to *.obj, as Reece suggested. Basically, his suggestion is good, and the only
question is whether the above link error is due to wrong extension, or .res
files have just different format........

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk