Search:

Type: Posts; User: arkangel; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. linking : selecting Symbols from 2 or more different dynamic librarie

    Dear People,


    I have the following question:

    in libA.so i have a symbol S or function S ,plus another functions. In libB.so I have a better implementation of S, but some basic implementation...
  2. Replies
    0
    Views
    280

    [ubuntu] copying live USB to other live USB

    Hi

    I have a live USB and I can boot from it. I installed some stuff on it and I would like to make copies that are able to boot as well

    I use dd this way



    % dd if=/dev/sdd1 of=usb.iso
  3. Replies
    3
    Views
    718

    Re: templated vector wont compile

    thanks for the reply. I could compile however I am facing another problem

    I am passing a vector and I want to access its elements using an iterator



    template<typename T>
    T foo(vector<T>...
  4. Replies
    3
    Views
    718

    templated vector wont compile

    template<typename T>
    T dot1(const vector<T> & A,const vector<T> & B){

    vector<T>::iterator it=A.begin();
    vector<T>::iterator itb=B.begin();
    ....

    }

    error:
  5. [all variants] Ubuntu 10.4 : How to Use i386 instead of i686 kernel

    Hi

    I just upgraded my box to ubuntu 10.4 from 8.04, as usual fast and without complications.

    I want to use the i386 kernel instead of the i686 (2.6.32-24) with aptitude and synaptics I have...
  6. how to now if an object was built with address independent code

    Hi

    I was given an ar file with some objects , I have to include these object in 10+ different programs (unfortunately the compilation time is rather long ), so I though would be a nice idea to...
  7. Re: c++ templates, operator overloading and const will not compile

    ah ok

    I had
    precType const x() { return x_; };

    thansk!
  8. Re: c++ templates, operator overloading and const will not compile

    yes they are

    I still dont get it ?
  9. c++ templates, operator overloading and const will not compile

    Hi ubuntians
    This piece of code is not working although I see no mistake ,




    Node2D<precType> operator+(const Node2D<precType> &B_ ){
    Node2D<precType> tmp(this->x()+B_.x(),...
  10. Replies
    15
    Views
    28,141

    Re: mp4 to mpeg convert ?

    What about the other way around

    I have an avi I want to packet as mp4
  11. Replies
    7
    Views
    438

    Re: C++ gcc compile error

    the structure of your code is correct in principle

    the problem is that <string> calls <ctime> and time is a function of ctime

    just use other name for your class
  12. Replies
    0
    Views
    428

    [all variants] Asus v1v-ak008e

    Hi

    I have an Asus A6Va , and it worked so well that I want to buy an ASUS V1V-AK008E. It seems to be a good deal in price+movility+performance (why they can't put an Nvidia card on it :( )
    ...
  13. Replies
    1
    Views
    407

    weird icpc C++ template result

    #include <iostream>

    typedef int (*functionpointer)();

    template<typename T>
    int print(){

    T a=(T) 3.14159;
    std::cout << "print() called, a=" << a << "\n";
    return 0;
  14. Replies
    6
    Views
    428

    what if the desktop world were like this

    if the desktop world were like this.....
    http://www.top500.org/charts/list/31/osfam
  15. Re: external member function implementation in local class

    :lolflag: I have a good reason to have a local class...
  16. Re: external member function implementation in local class

    I know normally should be a normal class , I have a very special foo , with nested classes is not a problem
  17. external member function implementation in local class

    I was reading the std and i can't figure out if this is possible at all . I want to have a local class in a function , one of the member functions is rather long so I want to implement it outside of...
  18. Re: What is the worst/dumbest computer mistakes you have ever done?

    mistype

    rm -rf * ~

    instead of

    rm -rf *~
  19. Replies
    5
    Views
    401

    shouldn't FLASH be released under GPL ?

    Hi

    I did a ldd to the flash plug-in and this library is linked with the following lib:
    linux-gate.so.1 => (0xb7ef6000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb739d000)...
  20. Replies
    15
    Views
    4,184

    Re: Problem executing FoamX with OpenFoam 1.4.1

    by default LibPstream is compiled against openmpi and not with lam

    can you post the ouput of this

    "ldd libPstream.so"


    Look compiling paraview is a very tricky business ...
  21. Replies
    1
    Views
    309

    [ubuntu] Re: problems with glib during ./configure

    sudo aptitude install libgtk2.0-dev
  22. Replies
    15
    Views
    4,184

    Re: Problem executing FoamX with OpenFoam 1.4.1

    Ok seems to be a problem with your settings , something is messed up

    first the sound driver, printer driver or the like has absolutely nothing to do with OFoam.

    LibStream.so is the...
  23. Replies
    15
    Views
    4,184

    Re: Problem executing FoamX with OpenFoam 1.4.1

    OpenFoam should work even if you have a mere console and Java installed (for FoamX only), the only thing I might think is not working is the java engine openfoam uses an old 1.4.* , but just...
  24. Replies
    78
    Views
    8,353

    Poll: [all variants] Re: How many people might go back to 7.10?

    I had to tweak 7.04 a little bit more (xorg.conf alsa, etc) and it was solid like a rock

    8.04 works almost all, still working on it ,let see, seems to react slower, thinking in using...
  25. Replies
    15
    Views
    4,184

    Re: Problem executing FoamX with OpenFoam 1.4.1

    and the output of foamInstallationTest is with no warnings and errors ? can you post it ?
    what about setting WM_64 in bashrc?
Results 1 to 25 of 137
Page 1 of 6 1 2 3 4