Bernhard, All,

On Friday 25 May 2012 23:30:09 Bernhard Reutner-Fischer wrote:
> The uClibc team is proud to announce the release of uClibc-0.2.4.

I take it you meant uClibc++-0.2.4 ;-)

Congrats! :-)

I was thinking.. Now that you seem to have revived uClibc++, would it make
sense to incorporate the source tree into uClibc? And have a 'C++' entry
in the menuconfig, as we do have '

I believe this would be good, at least in one part: the build system.
I just cloned the uClibc++ repository, and it just does not build:
    $ git clone 
    Cloning into uClibc++...
    [...]
    $ cd uClibc++
    $ git checkout v0.2.4
    [...blabla detached head...]
    $ make menuconfig
    make[1]: Entering directory `/home/ymorin/tmp/uClibc++/extra/config'
    make[1]: *** ../../.config: Is a directory.  Stop.
    make[1]: Leaving directory `/home/ymorin/tmp/uClibc++/extra/config'
    make: *** [extra/config/mconf] Error 2

Relatively to 'extra/config' , '../../.config' is in the top directory.
But there's nothing in there:
    $ ls -A
    bin  BugFinders  ChangeLog  DOCUMENTATION  extra  .git  .gitignore
    include  INSTALL  Makefile  README  Rules.mak  scripts  src  tests  TODO
    $ find . -name .config
    [zilch]

But if I touch the file first, it works:
    $ touch .config
    $ make menuconfig
    [OK, I get the menuconfig!]

Using make-3.82 here on a Debian squeeze x86_64.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to