Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hpx iostreams to standard build #371

Closed
brycelelbach opened this issue Jul 10, 2012 · 4 comments
Closed

Add hpx iostreams to standard build #371

brycelelbach opened this issue Jul 10, 2012 · 4 comments
Milestone

Comments

@brycelelbach
Copy link
Member

[reported by sbrandt] [Trac time Thu Mar 22 16:00:04 2012] I build HPX this way:

cmake \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_CXX_FLAGS='-Wreturn-type' \
    -DBOOST_ROOT=/shared/boost/1.47.0-release \
    -DCMAKE_INSTALL_PREFIX=~/install/hpx \
    ~/parallex/trunk/hpx

Then I attempt to compile hello world out-of-tree

export PKG_CONFIG_PATH=/home/sbrandt/install/hpx/lib/pkgconfig
c++ -o hello_world hello_world.cpp `pkg-config --cflags --libs hpx_application` -lhpx_component_iostreams -DHPX_APPLICATION_NAME=hello_world

and I get this error:

/usr/bin/ld: cannot find -lhpx_component_iostreams
collect2: ld returned 1 exit status

The hpx_component_iostreams does not get built. Am I missing something or is this a bug?

@brycelelbach
Copy link
Member Author

[comment by sbrandt] [Trac time Thu Mar 22 16:34:01 2012] Bryce tells me hpx iostreams are not part of the default build. I think anything required by the "Hello World" example should be part of the default build.

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Fri Apr 6 02:08:14 2012] r7667.

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Wed Apr 18 03:26:55 2012] Merge to the point release.

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Thu Apr 19 02:52:14 2012] r7764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant